@charset "UTF-8";

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-container{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-divide-shadow-100 > :not(template) ~ :not(template){
  border-color: #00000026;
}

.tw-divide-shadow-200 > :not(template) ~ :not(template){
  border-color: #0000001A;
}

.tw-divide-grey-100 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #FBFBFB;
  border-color: rgba(251, 251, 251, var(--divide-opacity));
}

.tw-divide-grey-200 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #F1F1F1;
  border-color: rgba(241, 241, 241, var(--divide-opacity));
}

.tw-divide-grey-300 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #E4E4E4;
  border-color: rgba(228, 228, 228, var(--divide-opacity));
}

.tw-divide-grey-400 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #C4C4C4;
  border-color: rgba(196, 196, 196, var(--divide-opacity));
}

.tw-divide-grey-500 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #999999;
  border-color: rgba(153, 153, 153, var(--divide-opacity));
}

.tw-divide-grey-600 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--divide-opacity));
}

.tw-divide-zzmblue-100 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #34ADFD;
  border-color: rgba(52, 173, 253, var(--divide-opacity));
}

.tw-divide-zzmblue-200 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #0096DB;
  border-color: rgba(0, 150, 219, var(--divide-opacity));
}

.tw-divide-zzmgreen-100 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #A6CD4A;
  border-color: rgba(166, 205, 74, var(--divide-opacity));
}

.tw-divide-zzmgreen-200 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #8DBB20;
  border-color: rgba(141, 187, 32, var(--divide-opacity));
}

.tw-divide-zzmgreen-300 > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #39B54A;
  border-color: rgba(57, 181, 74, var(--divide-opacity));
}

.tw-divide-zzmorange > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #FFA200;
  border-color: rgba(255, 162, 0, var(--divide-opacity));
}

.tw-divide-zzmyellow > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #FFDD00;
  border-color: rgba(255, 221, 0, var(--divide-opacity));
}

.tw-divide-zzmred > :not(template) ~ :not(template){
  --divide-opacity: 1;
  border-color: #EC5840;
  border-color: rgba(236, 88, 64, var(--divide-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-bg-shadow-100{
  background-color: #00000026;
}

.tw-bg-shadow-200{
  background-color: #0000001A;
}

.tw-bg-grey-100{
  --bg-opacity: 1;
  background-color: #FBFBFB;
  background-color: rgba(251, 251, 251, var(--bg-opacity));
}

.tw-bg-grey-200{
  --bg-opacity: 1;
  background-color: #F1F1F1;
  background-color: rgba(241, 241, 241, var(--bg-opacity));
}

.tw-bg-grey-300{
  --bg-opacity: 1;
  background-color: #E4E4E4;
  background-color: rgba(228, 228, 228, var(--bg-opacity));
}

.tw-bg-grey-400{
  --bg-opacity: 1;
  background-color: #C4C4C4;
  background-color: rgba(196, 196, 196, var(--bg-opacity));
}

.tw-bg-grey-500{
  --bg-opacity: 1;
  background-color: #999999;
  background-color: rgba(153, 153, 153, var(--bg-opacity));
}

.tw-bg-grey-600{
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.tw-bg-zzmblue-100{
  --bg-opacity: 1;
  background-color: #34ADFD;
  background-color: rgba(52, 173, 253, var(--bg-opacity));
}

.tw-bg-zzmblue-200{
  --bg-opacity: 1;
  background-color: #0096DB;
  background-color: rgba(0, 150, 219, var(--bg-opacity));
}

.tw-bg-zzmgreen-100{
  --bg-opacity: 1;
  background-color: #A6CD4A;
  background-color: rgba(166, 205, 74, var(--bg-opacity));
}

.tw-bg-zzmgreen-200{
  --bg-opacity: 1;
  background-color: #8DBB20;
  background-color: rgba(141, 187, 32, var(--bg-opacity));
}

.tw-bg-zzmgreen-300{
  --bg-opacity: 1;
  background-color: #39B54A;
  background-color: rgba(57, 181, 74, var(--bg-opacity));
}

.tw-bg-zzmorange{
  --bg-opacity: 1;
  background-color: #FFA200;
  background-color: rgba(255, 162, 0, var(--bg-opacity));
}

.tw-bg-zzmyellow{
  --bg-opacity: 1;
  background-color: #FFDD00;
  background-color: rgba(255, 221, 0, var(--bg-opacity));
}

.tw-bg-zzmred{
  --bg-opacity: 1;
  background-color: #EC5840;
  background-color: rgba(236, 88, 64, var(--bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:tw-bg-shadow-100:hover{
  background-color: #00000026;
}

.hover\:tw-bg-shadow-200:hover{
  background-color: #0000001A;
}

.hover\:tw-bg-grey-100:hover{
  --bg-opacity: 1;
  background-color: #FBFBFB;
  background-color: rgba(251, 251, 251, var(--bg-opacity));
}

.hover\:tw-bg-grey-200:hover{
  --bg-opacity: 1;
  background-color: #F1F1F1;
  background-color: rgba(241, 241, 241, var(--bg-opacity));
}

.hover\:tw-bg-grey-300:hover{
  --bg-opacity: 1;
  background-color: #E4E4E4;
  background-color: rgba(228, 228, 228, var(--bg-opacity));
}

.hover\:tw-bg-grey-400:hover{
  --bg-opacity: 1;
  background-color: #C4C4C4;
  background-color: rgba(196, 196, 196, var(--bg-opacity));
}

.hover\:tw-bg-grey-500:hover{
  --bg-opacity: 1;
  background-color: #999999;
  background-color: rgba(153, 153, 153, var(--bg-opacity));
}

.hover\:tw-bg-grey-600:hover{
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.hover\:tw-bg-zzmblue-100:hover{
  --bg-opacity: 1;
  background-color: #34ADFD;
  background-color: rgba(52, 173, 253, var(--bg-opacity));
}

.hover\:tw-bg-zzmblue-200:hover{
  --bg-opacity: 1;
  background-color: #0096DB;
  background-color: rgba(0, 150, 219, var(--bg-opacity));
}

.hover\:tw-bg-zzmgreen-100:hover{
  --bg-opacity: 1;
  background-color: #A6CD4A;
  background-color: rgba(166, 205, 74, var(--bg-opacity));
}

.hover\:tw-bg-zzmgreen-200:hover{
  --bg-opacity: 1;
  background-color: #8DBB20;
  background-color: rgba(141, 187, 32, var(--bg-opacity));
}

.hover\:tw-bg-zzmgreen-300:hover{
  --bg-opacity: 1;
  background-color: #39B54A;
  background-color: rgba(57, 181, 74, var(--bg-opacity));
}

.hover\:tw-bg-zzmorange:hover{
  --bg-opacity: 1;
  background-color: #FFA200;
  background-color: rgba(255, 162, 0, var(--bg-opacity));
}

.hover\:tw-bg-zzmyellow:hover{
  --bg-opacity: 1;
  background-color: #FFDD00;
  background-color: rgba(255, 221, 0, var(--bg-opacity));
}

.hover\:tw-bg-zzmred:hover{
  --bg-opacity: 1;
  background-color: #EC5840;
  background-color: rgba(236, 88, 64, var(--bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:tw-bg-shadow-100:focus{
  background-color: #00000026;
}

.focus\:tw-bg-shadow-200:focus{
  background-color: #0000001A;
}

.focus\:tw-bg-grey-100:focus{
  --bg-opacity: 1;
  background-color: #FBFBFB;
  background-color: rgba(251, 251, 251, var(--bg-opacity));
}

.focus\:tw-bg-grey-200:focus{
  --bg-opacity: 1;
  background-color: #F1F1F1;
  background-color: rgba(241, 241, 241, var(--bg-opacity));
}

.focus\:tw-bg-grey-300:focus{
  --bg-opacity: 1;
  background-color: #E4E4E4;
  background-color: rgba(228, 228, 228, var(--bg-opacity));
}

.focus\:tw-bg-grey-400:focus{
  --bg-opacity: 1;
  background-color: #C4C4C4;
  background-color: rgba(196, 196, 196, var(--bg-opacity));
}

.focus\:tw-bg-grey-500:focus{
  --bg-opacity: 1;
  background-color: #999999;
  background-color: rgba(153, 153, 153, var(--bg-opacity));
}

.focus\:tw-bg-grey-600:focus{
  --bg-opacity: 1;
  background-color: #707070;
  background-color: rgba(112, 112, 112, var(--bg-opacity));
}

.focus\:tw-bg-zzmblue-100:focus{
  --bg-opacity: 1;
  background-color: #34ADFD;
  background-color: rgba(52, 173, 253, var(--bg-opacity));
}

.focus\:tw-bg-zzmblue-200:focus{
  --bg-opacity: 1;
  background-color: #0096DB;
  background-color: rgba(0, 150, 219, var(--bg-opacity));
}

.focus\:tw-bg-zzmgreen-100:focus{
  --bg-opacity: 1;
  background-color: #A6CD4A;
  background-color: rgba(166, 205, 74, var(--bg-opacity));
}

.focus\:tw-bg-zzmgreen-200:focus{
  --bg-opacity: 1;
  background-color: #8DBB20;
  background-color: rgba(141, 187, 32, var(--bg-opacity));
}

.focus\:tw-bg-zzmgreen-300:focus{
  --bg-opacity: 1;
  background-color: #39B54A;
  background-color: rgba(57, 181, 74, var(--bg-opacity));
}

.focus\:tw-bg-zzmorange:focus{
  --bg-opacity: 1;
  background-color: #FFA200;
  background-color: rgba(255, 162, 0, var(--bg-opacity));
}

.focus\:tw-bg-zzmyellow:focus{
  --bg-opacity: 1;
  background-color: #FFDD00;
  background-color: rgba(255, 221, 0, var(--bg-opacity));
}

.focus\:tw-bg-zzmred:focus{
  --bg-opacity: 1;
  background-color: #EC5840;
  background-color: rgba(236, 88, 64, var(--bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-border-shadow-100{
  border-color: #00000026;
}

.tw-border-shadow-200{
  border-color: #0000001A;
}

.tw-border-grey-100{
  --border-opacity: 1;
  border-color: #FBFBFB;
  border-color: rgba(251, 251, 251, var(--border-opacity));
}

.tw-border-grey-200{
  --border-opacity: 1;
  border-color: #F1F1F1;
  border-color: rgba(241, 241, 241, var(--border-opacity));
}

.tw-border-grey-300{
  --border-opacity: 1;
  border-color: #E4E4E4;
  border-color: rgba(228, 228, 228, var(--border-opacity));
}

.tw-border-grey-400{
  --border-opacity: 1;
  border-color: #C4C4C4;
  border-color: rgba(196, 196, 196, var(--border-opacity));
}

.tw-border-grey-500{
  --border-opacity: 1;
  border-color: #999999;
  border-color: rgba(153, 153, 153, var(--border-opacity));
}

.tw-border-grey-600{
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.tw-border-zzmblue-100{
  --border-opacity: 1;
  border-color: #34ADFD;
  border-color: rgba(52, 173, 253, var(--border-opacity));
}

.tw-border-zzmblue-200{
  --border-opacity: 1;
  border-color: #0096DB;
  border-color: rgba(0, 150, 219, var(--border-opacity));
}

.tw-border-zzmgreen-100{
  --border-opacity: 1;
  border-color: #A6CD4A;
  border-color: rgba(166, 205, 74, var(--border-opacity));
}

.tw-border-zzmgreen-200{
  --border-opacity: 1;
  border-color: #8DBB20;
  border-color: rgba(141, 187, 32, var(--border-opacity));
}

.tw-border-zzmgreen-300{
  --border-opacity: 1;
  border-color: #39B54A;
  border-color: rgba(57, 181, 74, var(--border-opacity));
}

.tw-border-zzmorange{
  --border-opacity: 1;
  border-color: #FFA200;
  border-color: rgba(255, 162, 0, var(--border-opacity));
}

.tw-border-zzmyellow{
  --border-opacity: 1;
  border-color: #FFDD00;
  border-color: rgba(255, 221, 0, var(--border-opacity));
}

.tw-border-zzmred{
  --border-opacity: 1;
  border-color: #EC5840;
  border-color: rgba(236, 88, 64, var(--border-opacity));
}

.hover\:tw-border-transparent:hover{
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:tw-border-shadow-100:hover{
  border-color: #00000026;
}

.hover\:tw-border-shadow-200:hover{
  border-color: #0000001A;
}

.hover\:tw-border-grey-100:hover{
  --border-opacity: 1;
  border-color: #FBFBFB;
  border-color: rgba(251, 251, 251, var(--border-opacity));
}

.hover\:tw-border-grey-200:hover{
  --border-opacity: 1;
  border-color: #F1F1F1;
  border-color: rgba(241, 241, 241, var(--border-opacity));
}

.hover\:tw-border-grey-300:hover{
  --border-opacity: 1;
  border-color: #E4E4E4;
  border-color: rgba(228, 228, 228, var(--border-opacity));
}

.hover\:tw-border-grey-400:hover{
  --border-opacity: 1;
  border-color: #C4C4C4;
  border-color: rgba(196, 196, 196, var(--border-opacity));
}

.hover\:tw-border-grey-500:hover{
  --border-opacity: 1;
  border-color: #999999;
  border-color: rgba(153, 153, 153, var(--border-opacity));
}

.hover\:tw-border-grey-600:hover{
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.hover\:tw-border-zzmblue-100:hover{
  --border-opacity: 1;
  border-color: #34ADFD;
  border-color: rgba(52, 173, 253, var(--border-opacity));
}

.hover\:tw-border-zzmblue-200:hover{
  --border-opacity: 1;
  border-color: #0096DB;
  border-color: rgba(0, 150, 219, var(--border-opacity));
}

.hover\:tw-border-zzmgreen-100:hover{
  --border-opacity: 1;
  border-color: #A6CD4A;
  border-color: rgba(166, 205, 74, var(--border-opacity));
}

.hover\:tw-border-zzmgreen-200:hover{
  --border-opacity: 1;
  border-color: #8DBB20;
  border-color: rgba(141, 187, 32, var(--border-opacity));
}

.hover\:tw-border-zzmgreen-300:hover{
  --border-opacity: 1;
  border-color: #39B54A;
  border-color: rgba(57, 181, 74, var(--border-opacity));
}

.hover\:tw-border-zzmorange:hover{
  --border-opacity: 1;
  border-color: #FFA200;
  border-color: rgba(255, 162, 0, var(--border-opacity));
}

.hover\:tw-border-zzmyellow:hover{
  --border-opacity: 1;
  border-color: #FFDD00;
  border-color: rgba(255, 221, 0, var(--border-opacity));
}

.hover\:tw-border-zzmred:hover{
  --border-opacity: 1;
  border-color: #EC5840;
  border-color: rgba(236, 88, 64, var(--border-opacity));
}

.focus\:tw-border-transparent:focus{
  border-color: transparent;
}

.focus\:tw-border-current:focus{
  border-color: currentColor;
}

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

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

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

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

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

.focus\:tw-border-gray-400:focus{
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity));
}

.focus\:tw-border-gray-500:focus{
  --border-opacity: 1;
  border-color: #a0aec0;
  border-color: rgba(160, 174, 192, var(--border-opacity));
}

.focus\:tw-border-gray-600:focus{
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity));
}

.focus\:tw-border-gray-700:focus{
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity));
}

.focus\:tw-border-gray-800:focus{
  --border-opacity: 1;
  border-color: #2d3748;
  border-color: rgba(45, 55, 72, var(--border-opacity));
}

.focus\:tw-border-gray-900:focus{
  --border-opacity: 1;
  border-color: #1a202c;
  border-color: rgba(26, 32, 44, var(--border-opacity));
}

.focus\:tw-border-red-100:focus{
  --border-opacity: 1;
  border-color: #fff5f5;
  border-color: rgba(255, 245, 245, var(--border-opacity));
}

.focus\:tw-border-red-200:focus{
  --border-opacity: 1;
  border-color: #fed7d7;
  border-color: rgba(254, 215, 215, var(--border-opacity));
}

.focus\:tw-border-red-300:focus{
  --border-opacity: 1;
  border-color: #feb2b2;
  border-color: rgba(254, 178, 178, var(--border-opacity));
}

.focus\:tw-border-red-400:focus{
  --border-opacity: 1;
  border-color: #fc8181;
  border-color: rgba(252, 129, 129, var(--border-opacity));
}

.focus\:tw-border-red-500:focus{
  --border-opacity: 1;
  border-color: #f56565;
  border-color: rgba(245, 101, 101, var(--border-opacity));
}

.focus\:tw-border-red-600:focus{
  --border-opacity: 1;
  border-color: #e53e3e;
  border-color: rgba(229, 62, 62, var(--border-opacity));
}

.focus\:tw-border-red-700:focus{
  --border-opacity: 1;
  border-color: #c53030;
  border-color: rgba(197, 48, 48, var(--border-opacity));
}

.focus\:tw-border-red-800:focus{
  --border-opacity: 1;
  border-color: #9b2c2c;
  border-color: rgba(155, 44, 44, var(--border-opacity));
}

.focus\:tw-border-red-900:focus{
  --border-opacity: 1;
  border-color: #742a2a;
  border-color: rgba(116, 42, 42, var(--border-opacity));
}

.focus\:tw-border-orange-100:focus{
  --border-opacity: 1;
  border-color: #fffaf0;
  border-color: rgba(255, 250, 240, var(--border-opacity));
}

.focus\:tw-border-orange-200:focus{
  --border-opacity: 1;
  border-color: #feebc8;
  border-color: rgba(254, 235, 200, var(--border-opacity));
}

.focus\:tw-border-orange-300:focus{
  --border-opacity: 1;
  border-color: #fbd38d;
  border-color: rgba(251, 211, 141, var(--border-opacity));
}

.focus\:tw-border-orange-400:focus{
  --border-opacity: 1;
  border-color: #f6ad55;
  border-color: rgba(246, 173, 85, var(--border-opacity));
}

.focus\:tw-border-orange-500:focus{
  --border-opacity: 1;
  border-color: #ed8936;
  border-color: rgba(237, 137, 54, var(--border-opacity));
}

.focus\:tw-border-orange-600:focus{
  --border-opacity: 1;
  border-color: #dd6b20;
  border-color: rgba(221, 107, 32, var(--border-opacity));
}

.focus\:tw-border-orange-700:focus{
  --border-opacity: 1;
  border-color: #c05621;
  border-color: rgba(192, 86, 33, var(--border-opacity));
}

.focus\:tw-border-orange-800:focus{
  --border-opacity: 1;
  border-color: #9c4221;
  border-color: rgba(156, 66, 33, var(--border-opacity));
}

.focus\:tw-border-orange-900:focus{
  --border-opacity: 1;
  border-color: #7b341e;
  border-color: rgba(123, 52, 30, var(--border-opacity));
}

.focus\:tw-border-yellow-100:focus{
  --border-opacity: 1;
  border-color: #fffff0;
  border-color: rgba(255, 255, 240, var(--border-opacity));
}

.focus\:tw-border-yellow-200:focus{
  --border-opacity: 1;
  border-color: #fefcbf;
  border-color: rgba(254, 252, 191, var(--border-opacity));
}

.focus\:tw-border-yellow-300:focus{
  --border-opacity: 1;
  border-color: #faf089;
  border-color: rgba(250, 240, 137, var(--border-opacity));
}

.focus\:tw-border-yellow-400:focus{
  --border-opacity: 1;
  border-color: #f6e05e;
  border-color: rgba(246, 224, 94, var(--border-opacity));
}

.focus\:tw-border-yellow-500:focus{
  --border-opacity: 1;
  border-color: #ecc94b;
  border-color: rgba(236, 201, 75, var(--border-opacity));
}

.focus\:tw-border-yellow-600:focus{
  --border-opacity: 1;
  border-color: #d69e2e;
  border-color: rgba(214, 158, 46, var(--border-opacity));
}

.focus\:tw-border-yellow-700:focus{
  --border-opacity: 1;
  border-color: #b7791f;
  border-color: rgba(183, 121, 31, var(--border-opacity));
}

.focus\:tw-border-yellow-800:focus{
  --border-opacity: 1;
  border-color: #975a16;
  border-color: rgba(151, 90, 22, var(--border-opacity));
}

.focus\:tw-border-yellow-900:focus{
  --border-opacity: 1;
  border-color: #744210;
  border-color: rgba(116, 66, 16, var(--border-opacity));
}

.focus\:tw-border-green-100:focus{
  --border-opacity: 1;
  border-color: #f0fff4;
  border-color: rgba(240, 255, 244, var(--border-opacity));
}

.focus\:tw-border-green-200:focus{
  --border-opacity: 1;
  border-color: #c6f6d5;
  border-color: rgba(198, 246, 213, var(--border-opacity));
}

.focus\:tw-border-green-300:focus{
  --border-opacity: 1;
  border-color: #9ae6b4;
  border-color: rgba(154, 230, 180, var(--border-opacity));
}

.focus\:tw-border-green-400:focus{
  --border-opacity: 1;
  border-color: #68d391;
  border-color: rgba(104, 211, 145, var(--border-opacity));
}

.focus\:tw-border-green-500:focus{
  --border-opacity: 1;
  border-color: #48bb78;
  border-color: rgba(72, 187, 120, var(--border-opacity));
}

.focus\:tw-border-green-600:focus{
  --border-opacity: 1;
  border-color: #38a169;
  border-color: rgba(56, 161, 105, var(--border-opacity));
}

.focus\:tw-border-green-700:focus{
  --border-opacity: 1;
  border-color: #2f855a;
  border-color: rgba(47, 133, 90, var(--border-opacity));
}

.focus\:tw-border-green-800:focus{
  --border-opacity: 1;
  border-color: #276749;
  border-color: rgba(39, 103, 73, var(--border-opacity));
}

.focus\:tw-border-green-900:focus{
  --border-opacity: 1;
  border-color: #22543d;
  border-color: rgba(34, 84, 61, var(--border-opacity));
}

.focus\:tw-border-teal-100:focus{
  --border-opacity: 1;
  border-color: #e6fffa;
  border-color: rgba(230, 255, 250, var(--border-opacity));
}

.focus\:tw-border-teal-200:focus{
  --border-opacity: 1;
  border-color: #b2f5ea;
  border-color: rgba(178, 245, 234, var(--border-opacity));
}

.focus\:tw-border-teal-300:focus{
  --border-opacity: 1;
  border-color: #81e6d9;
  border-color: rgba(129, 230, 217, var(--border-opacity));
}

.focus\:tw-border-teal-400:focus{
  --border-opacity: 1;
  border-color: #4fd1c5;
  border-color: rgba(79, 209, 197, var(--border-opacity));
}

.focus\:tw-border-teal-500:focus{
  --border-opacity: 1;
  border-color: #38b2ac;
  border-color: rgba(56, 178, 172, var(--border-opacity));
}

.focus\:tw-border-teal-600:focus{
  --border-opacity: 1;
  border-color: #319795;
  border-color: rgba(49, 151, 149, var(--border-opacity));
}

.focus\:tw-border-teal-700:focus{
  --border-opacity: 1;
  border-color: #2c7a7b;
  border-color: rgba(44, 122, 123, var(--border-opacity));
}

.focus\:tw-border-teal-800:focus{
  --border-opacity: 1;
  border-color: #285e61;
  border-color: rgba(40, 94, 97, var(--border-opacity));
}

.focus\:tw-border-teal-900:focus{
  --border-opacity: 1;
  border-color: #234e52;
  border-color: rgba(35, 78, 82, var(--border-opacity));
}

.focus\:tw-border-blue-100:focus{
  --border-opacity: 1;
  border-color: #ebf8ff;
  border-color: rgba(235, 248, 255, var(--border-opacity));
}

.focus\:tw-border-blue-200:focus{
  --border-opacity: 1;
  border-color: #bee3f8;
  border-color: rgba(190, 227, 248, var(--border-opacity));
}

.focus\:tw-border-blue-300:focus{
  --border-opacity: 1;
  border-color: #90cdf4;
  border-color: rgba(144, 205, 244, var(--border-opacity));
}

.focus\:tw-border-blue-400:focus{
  --border-opacity: 1;
  border-color: #63b3ed;
  border-color: rgba(99, 179, 237, var(--border-opacity));
}

.focus\:tw-border-blue-500:focus{
  --border-opacity: 1;
  border-color: #4299e1;
  border-color: rgba(66, 153, 225, var(--border-opacity));
}

.focus\:tw-border-blue-600:focus{
  --border-opacity: 1;
  border-color: #3182ce;
  border-color: rgba(49, 130, 206, var(--border-opacity));
}

.focus\:tw-border-blue-700:focus{
  --border-opacity: 1;
  border-color: #2b6cb0;
  border-color: rgba(43, 108, 176, var(--border-opacity));
}

.focus\:tw-border-blue-800:focus{
  --border-opacity: 1;
  border-color: #2c5282;
  border-color: rgba(44, 82, 130, var(--border-opacity));
}

.focus\:tw-border-blue-900:focus{
  --border-opacity: 1;
  border-color: #2a4365;
  border-color: rgba(42, 67, 101, var(--border-opacity));
}

.focus\:tw-border-indigo-100:focus{
  --border-opacity: 1;
  border-color: #ebf4ff;
  border-color: rgba(235, 244, 255, var(--border-opacity));
}

.focus\:tw-border-indigo-200:focus{
  --border-opacity: 1;
  border-color: #c3dafe;
  border-color: rgba(195, 218, 254, var(--border-opacity));
}

.focus\:tw-border-indigo-300:focus{
  --border-opacity: 1;
  border-color: #a3bffa;
  border-color: rgba(163, 191, 250, var(--border-opacity));
}

.focus\:tw-border-indigo-400:focus{
  --border-opacity: 1;
  border-color: #7f9cf5;
  border-color: rgba(127, 156, 245, var(--border-opacity));
}

.focus\:tw-border-indigo-500:focus{
  --border-opacity: 1;
  border-color: #667eea;
  border-color: rgba(102, 126, 234, var(--border-opacity));
}

.focus\:tw-border-indigo-600:focus{
  --border-opacity: 1;
  border-color: #5a67d8;
  border-color: rgba(90, 103, 216, var(--border-opacity));
}

.focus\:tw-border-indigo-700:focus{
  --border-opacity: 1;
  border-color: #4c51bf;
  border-color: rgba(76, 81, 191, var(--border-opacity));
}

.focus\:tw-border-indigo-800:focus{
  --border-opacity: 1;
  border-color: #434190;
  border-color: rgba(67, 65, 144, var(--border-opacity));
}

.focus\:tw-border-indigo-900:focus{
  --border-opacity: 1;
  border-color: #3c366b;
  border-color: rgba(60, 54, 107, var(--border-opacity));
}

.focus\:tw-border-purple-100:focus{
  --border-opacity: 1;
  border-color: #faf5ff;
  border-color: rgba(250, 245, 255, var(--border-opacity));
}

.focus\:tw-border-purple-200:focus{
  --border-opacity: 1;
  border-color: #e9d8fd;
  border-color: rgba(233, 216, 253, var(--border-opacity));
}

.focus\:tw-border-purple-300:focus{
  --border-opacity: 1;
  border-color: #d6bcfa;
  border-color: rgba(214, 188, 250, var(--border-opacity));
}

.focus\:tw-border-purple-400:focus{
  --border-opacity: 1;
  border-color: #b794f4;
  border-color: rgba(183, 148, 244, var(--border-opacity));
}

.focus\:tw-border-purple-500:focus{
  --border-opacity: 1;
  border-color: #9f7aea;
  border-color: rgba(159, 122, 234, var(--border-opacity));
}

.focus\:tw-border-purple-600:focus{
  --border-opacity: 1;
  border-color: #805ad5;
  border-color: rgba(128, 90, 213, var(--border-opacity));
}

.focus\:tw-border-purple-700:focus{
  --border-opacity: 1;
  border-color: #6b46c1;
  border-color: rgba(107, 70, 193, var(--border-opacity));
}

.focus\:tw-border-purple-800:focus{
  --border-opacity: 1;
  border-color: #553c9a;
  border-color: rgba(85, 60, 154, var(--border-opacity));
}

.focus\:tw-border-purple-900:focus{
  --border-opacity: 1;
  border-color: #44337a;
  border-color: rgba(68, 51, 122, var(--border-opacity));
}

.focus\:tw-border-pink-100:focus{
  --border-opacity: 1;
  border-color: #fff5f7;
  border-color: rgba(255, 245, 247, var(--border-opacity));
}

.focus\:tw-border-pink-200:focus{
  --border-opacity: 1;
  border-color: #fed7e2;
  border-color: rgba(254, 215, 226, var(--border-opacity));
}

.focus\:tw-border-pink-300:focus{
  --border-opacity: 1;
  border-color: #fbb6ce;
  border-color: rgba(251, 182, 206, var(--border-opacity));
}

.focus\:tw-border-pink-400:focus{
  --border-opacity: 1;
  border-color: #f687b3;
  border-color: rgba(246, 135, 179, var(--border-opacity));
}

.focus\:tw-border-pink-500:focus{
  --border-opacity: 1;
  border-color: #ed64a6;
  border-color: rgba(237, 100, 166, var(--border-opacity));
}

.focus\:tw-border-pink-600:focus{
  --border-opacity: 1;
  border-color: #d53f8c;
  border-color: rgba(213, 63, 140, var(--border-opacity));
}

.focus\:tw-border-pink-700:focus{
  --border-opacity: 1;
  border-color: #b83280;
  border-color: rgba(184, 50, 128, var(--border-opacity));
}

.focus\:tw-border-pink-800:focus{
  --border-opacity: 1;
  border-color: #97266d;
  border-color: rgba(151, 38, 109, var(--border-opacity));
}

.focus\:tw-border-pink-900:focus{
  --border-opacity: 1;
  border-color: #702459;
  border-color: rgba(112, 36, 89, var(--border-opacity));
}

.focus\:tw-border-shadow-100:focus{
  border-color: #00000026;
}

.focus\:tw-border-shadow-200:focus{
  border-color: #0000001A;
}

.focus\:tw-border-grey-100:focus{
  --border-opacity: 1;
  border-color: #FBFBFB;
  border-color: rgba(251, 251, 251, var(--border-opacity));
}

.focus\:tw-border-grey-200:focus{
  --border-opacity: 1;
  border-color: #F1F1F1;
  border-color: rgba(241, 241, 241, var(--border-opacity));
}

.focus\:tw-border-grey-300:focus{
  --border-opacity: 1;
  border-color: #E4E4E4;
  border-color: rgba(228, 228, 228, var(--border-opacity));
}

.focus\:tw-border-grey-400:focus{
  --border-opacity: 1;
  border-color: #C4C4C4;
  border-color: rgba(196, 196, 196, var(--border-opacity));
}

.focus\:tw-border-grey-500:focus{
  --border-opacity: 1;
  border-color: #999999;
  border-color: rgba(153, 153, 153, var(--border-opacity));
}

.focus\:tw-border-grey-600:focus{
  --border-opacity: 1;
  border-color: #707070;
  border-color: rgba(112, 112, 112, var(--border-opacity));
}

.focus\:tw-border-zzmblue-100:focus{
  --border-opacity: 1;
  border-color: #34ADFD;
  border-color: rgba(52, 173, 253, var(--border-opacity));
}

.focus\:tw-border-zzmblue-200:focus{
  --border-opacity: 1;
  border-color: #0096DB;
  border-color: rgba(0, 150, 219, var(--border-opacity));
}

.focus\:tw-border-zzmgreen-100:focus{
  --border-opacity: 1;
  border-color: #A6CD4A;
  border-color: rgba(166, 205, 74, var(--border-opacity));
}

.focus\:tw-border-zzmgreen-200:focus{
  --border-opacity: 1;
  border-color: #8DBB20;
  border-color: rgba(141, 187, 32, var(--border-opacity));
}

.focus\:tw-border-zzmgreen-300:focus{
  --border-opacity: 1;
  border-color: #39B54A;
  border-color: rgba(57, 181, 74, var(--border-opacity));
}

.focus\:tw-border-zzmorange:focus{
  --border-opacity: 1;
  border-color: #FFA200;
  border-color: rgba(255, 162, 0, var(--border-opacity));
}

.focus\:tw-border-zzmyellow:focus{
  --border-opacity: 1;
  border-color: #FFDD00;
  border-color: rgba(255, 221, 0, var(--border-opacity));
}

.focus\:tw-border-zzmred:focus{
  --border-opacity: 1;
  border-color: #EC5840;
  border-color: rgba(236, 88, 64, var(--border-opacity));
}

.tw-border-opacity-0{
  --border-opacity: 0;
}

.tw-border-opacity-25{
  --border-opacity: 0.25;
}

.tw-border-opacity-50{
  --border-opacity: 0.5;
}

.tw-border-opacity-75{
  --border-opacity: 0.75;
}

.tw-border-opacity-100{
  --border-opacity: 1;
}

.hover\:tw-border-opacity-0:hover{
  --border-opacity: 0;
}

.hover\:tw-border-opacity-25:hover{
  --border-opacity: 0.25;
}

.hover\:tw-border-opacity-50:hover{
  --border-opacity: 0.5;
}

.hover\:tw-border-opacity-75:hover{
  --border-opacity: 0.75;
}

.hover\:tw-border-opacity-100:hover{
  --border-opacity: 1;
}

.focus\:tw-border-opacity-0:focus{
  --border-opacity: 0;
}

.focus\:tw-border-opacity-25:focus{
  --border-opacity: 0.25;
}

.focus\:tw-border-opacity-50:focus{
  --border-opacity: 0.5;
}

.focus\:tw-border-opacity-75:focus{
  --border-opacity: 0.75;
}

.focus\:tw-border-opacity-100:focus{
  --border-opacity: 1;
}

.tw-rounded-none{
  border-radius: 0;
}

.tw-rounded-sm{
  border-radius: 0.125rem;
}

.tw-rounded{
  border-radius: 0.25rem;
}

.tw-rounded-md{
  border-radius: 0.375rem;
}

.tw-rounded-lg{
  border-radius: 0.5rem;
}

.tw-rounded-full{
  border-radius: 9999px;
}

.tw-rounded-t-none{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tw-rounded-r-none{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tw-rounded-b-none{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tw-rounded-l-none{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tw-rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.tw-rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.tw-rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tw-rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.tw-rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.tw-rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tw-rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw-rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.tw-rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.tw-rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.tw-rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw-rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.tw-rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.tw-rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tw-rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw-rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.tw-rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.tw-rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.tw-rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw-rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.tw-rounded-tl-none{
  border-top-left-radius: 0;
}

.tw-rounded-tr-none{
  border-top-right-radius: 0;
}

.tw-rounded-br-none{
  border-bottom-right-radius: 0;
}

.tw-rounded-bl-none{
  border-bottom-left-radius: 0;
}

.tw-rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}

.tw-rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}

.tw-rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}

.tw-rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}

.tw-rounded-tl{
  border-top-left-radius: 0.25rem;
}

.tw-rounded-tr{
  border-top-right-radius: 0.25rem;
}

.tw-rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.tw-rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.tw-rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.tw-rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

.tw-rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.tw-rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.tw-rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}

.tw-rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}

.tw-rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}

.tw-rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}

.tw-rounded-tl-full{
  border-top-left-radius: 9999px;
}

.tw-rounded-tr-full{
  border-top-right-radius: 9999px;
}

.tw-rounded-br-full{
  border-bottom-right-radius: 9999px;
}

.tw-rounded-bl-full{
  border-bottom-left-radius: 9999px;
}

.tw-border-solid{
  border-style: solid;
}

.tw-border-dashed{
  border-style: dashed;
}

.tw-border-dotted{
  border-style: dotted;
}

.tw-border-double{
  border-style: double;
}

.tw-border-none{
  border-style: none;
}

.tw-border-0{
  border-width: 0;
}

.tw-border-2{
  border-width: 2px;
}

.tw-border-4{
  border-width: 4px;
}

.tw-border-8{
  border-width: 8px;
}

.tw-border{
  border-width: 1px;
}

.tw-border-t-0{
  border-top-width: 0;
}

.tw-border-r-0{
  border-right-width: 0;
}

.tw-border-b-0{
  border-bottom-width: 0;
}

.tw-border-l-0{
  border-left-width: 0;
}

.tw-border-t-2{
  border-top-width: 2px;
}

.tw-border-r-2{
  border-right-width: 2px;
}

.tw-border-b-2{
  border-bottom-width: 2px;
}

.tw-border-l-2{
  border-left-width: 2px;
}

.tw-border-t-4{
  border-top-width: 4px;
}

.tw-border-r-4{
  border-right-width: 4px;
}

.tw-border-b-4{
  border-bottom-width: 4px;
}

.tw-border-l-4{
  border-left-width: 4px;
}

.tw-border-t-8{
  border-top-width: 8px;
}

.tw-border-r-8{
  border-right-width: 8px;
}

.tw-border-b-8{
  border-bottom-width: 8px;
}

.tw-border-l-8{
  border-left-width: 8px;
}

.tw-border-t{
  border-top-width: 1px;
}

.tw-border-r{
  border-right-width: 1px;
}

.tw-border-b{
  border-bottom-width: 1px;
}

.tw-border-l{
  border-left-width: 1px;
}

.tw-box-border{
  box-sizing: border-box;
}

.tw-box-content{
  box-sizing: content-box;
}

.tw-cursor-auto{
  cursor: auto;
}

.tw-cursor-default{
  cursor: default;
}

.tw-cursor-pointer{
  cursor: pointer;
}

.tw-cursor-wait{
  cursor: wait;
}

.tw-cursor-text{
  cursor: text;
}

.tw-cursor-move{
  cursor: move;
}

.tw-cursor-not-allowed{
  cursor: not-allowed;
}

.tw-block{
  display: block;
}

.tw-inline-block{
  display: inline-block;
}

.tw-inline{
  display: inline;
}

.tw-flex{
  display: flex;
}

.tw-inline-flex{
  display: inline-flex;
}

.tw-table{
  display: table;
}

.tw-table-caption{
  display: table-caption;
}

.tw-table-cell{
  display: table-cell;
}

.tw-table-column{
  display: table-column;
}

.tw-table-column-group{
  display: table-column-group;
}

.tw-table-footer-group{
  display: table-footer-group;
}

.tw-table-header-group{
  display: table-header-group;
}

.tw-table-row-group{
  display: table-row-group;
}

.tw-table-row{
  display: table-row;
}

.tw-flow-root{
  display: flow-root;
}

.tw-grid{
  display: grid;
}

.tw-inline-grid{
  display: inline-grid;
}

.tw-hidden{
  display: none;
}

.\!tw-block{
  display: block !important;
}

.\!tw-inline-block{
  display: inline-block !important;
}

.\!tw-inline{
  display: inline !important;
}

.\!tw-flex{
  display: flex !important;
}

.\!tw-inline-flex{
  display: inline-flex !important;
}

.\!tw-table{
  display: table !important;
}

.\!tw-table-caption{
  display: table-caption !important;
}

.\!tw-table-cell{
  display: table-cell !important;
}

.\!tw-table-column{
  display: table-column !important;
}

.\!tw-table-column-group{
  display: table-column-group !important;
}

.\!tw-table-footer-group{
  display: table-footer-group !important;
}

.\!tw-table-header-group{
  display: table-header-group !important;
}

.\!tw-table-row-group{
  display: table-row-group !important;
}

.\!tw-table-row{
  display: table-row !important;
}

.\!tw-flow-root{
  display: flow-root !important;
}

.\!tw-grid{
  display: grid !important;
}

.\!tw-inline-grid{
  display: inline-grid !important;
}

.\!tw-hidden{
  display: none !important;
}

.tw-flex-row{
  flex-direction: row;
}

.tw-flex-row-reverse{
  flex-direction: row-reverse;
}

.tw-flex-col{
  flex-direction: column;
}

.tw-flex-col-reverse{
  flex-direction: column-reverse;
}

.tw-flex-wrap{
  flex-wrap: wrap;
}

.tw-flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.tw-flex-no-wrap{
  flex-wrap: nowrap;
}

.tw-items-start{
  align-items: flex-start;
}

.tw-items-end{
  align-items: flex-end;
}

.tw-items-center{
  align-items: center;
}

.tw-items-baseline{
  align-items: baseline;
}

.tw-items-stretch{
  align-items: stretch;
}

.tw-self-auto{
  align-self: auto;
}

.tw-self-start{
  align-self: flex-start;
}

.tw-self-end{
  align-self: flex-end;
}

.tw-self-center{
  align-self: center;
}

.tw-self-stretch{
  align-self: stretch;
}

.tw-justify-start{
  justify-content: flex-start;
}

.tw-justify-end{
  justify-content: flex-end;
}

.tw-justify-center{
  justify-content: center;
}

.tw-justify-between{
  justify-content: space-between;
}

.tw-justify-around{
  justify-content: space-around;
}

.tw-justify-evenly{
  justify-content: space-evenly;
}

.tw-content-center{
  align-content: center;
}

.tw-content-start{
  align-content: flex-start;
}

.tw-content-end{
  align-content: flex-end;
}

.tw-content-between{
  align-content: space-between;
}

.tw-content-around{
  align-content: space-around;
}

.tw-flex-1{
  flex: 1 1 0%;
}

.tw-flex-2{
  flex: 2 2 0%;
}

.tw-flex-auto{
  flex: 1 1 auto;
}

.tw-flex-initial{
  flex: 0 1 auto;
}

.tw-flex-none{
  flex: none;
}

.tw-flex-grow-0{
  flex-grow: 0;
}

.tw-flex-grow{
  flex-grow: 1;
}

.tw-flex-shrink-0{
  flex-shrink: 0;
}

.tw-flex-shrink{
  flex-shrink: 1;
}

.tw-order-1{
  order: 1;
}

.tw-order-2{
  order: 2;
}

.tw-order-3{
  order: 3;
}

.tw-order-4{
  order: 4;
}

.tw-order-5{
  order: 5;
}

.tw-order-6{
  order: 6;
}

.tw-order-7{
  order: 7;
}

.tw-order-8{
  order: 8;
}

.tw-order-9{
  order: 9;
}

.tw-order-10{
  order: 10;
}

.tw-order-11{
  order: 11;
}

.tw-order-12{
  order: 12;
}

.tw-order-first{
  order: -9999;
}

.tw-order-last{
  order: 9999;
}

.tw-order-none{
  order: 0;
}

.tw-float-right{
  float: right;
}

.tw-float-left{
  float: left;
}

.tw-float-none{
  float: none;
}

.tw-clearfix:after{
  content: "";
  display: table;
  clear: both;
}

.tw-clear-left{
  clear: left;
}

.tw-clear-right{
  clear: right;
}

.tw-clear-both{
  clear: both;
}

.tw-clear-none{
  clear: none;
}

.tw-font-sans{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.tw-font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.tw-font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.tw-font-hairline{
  font-weight: 100;
}

.tw-font-thin{
  font-weight: 200;
}

.tw-font-light{
  font-weight: 300;
}

.tw-font-normal{
  font-weight: 400;
}

.tw-font-medium{
  font-weight: 500;
}

.tw-font-semibold{
  font-weight: 600;
}

.tw-font-bold{
  font-weight: 700;
}

.tw-font-extrabold{
  font-weight: 800;
}

.tw-font-black{
  font-weight: 900;
}

.hover\:tw-font-hairline:hover{
  font-weight: 100;
}

.hover\:tw-font-thin:hover{
  font-weight: 200;
}

.hover\:tw-font-light:hover{
  font-weight: 300;
}

.hover\:tw-font-normal:hover{
  font-weight: 400;
}

.hover\:tw-font-medium:hover{
  font-weight: 500;
}

.hover\:tw-font-semibold:hover{
  font-weight: 600;
}

.hover\:tw-font-bold:hover{
  font-weight: 700;
}

.hover\:tw-font-extrabold:hover{
  font-weight: 800;
}

.hover\:tw-font-black:hover{
  font-weight: 900;
}

.focus\:tw-font-hairline:focus{
  font-weight: 100;
}

.focus\:tw-font-thin:focus{
  font-weight: 200;
}

.focus\:tw-font-light:focus{
  font-weight: 300;
}

.focus\:tw-font-normal:focus{
  font-weight: 400;
}

.focus\:tw-font-medium:focus{
  font-weight: 500;
}

.focus\:tw-font-semibold:focus{
  font-weight: 600;
}

.focus\:tw-font-bold:focus{
  font-weight: 700;
}

.focus\:tw-font-extrabold:focus{
  font-weight: 800;
}

.focus\:tw-font-black:focus{
  font-weight: 900;
}

.tw-h-0{
  height: 0;
}

.tw-h-1{
  height: 0.25rem;
}

.tw-h-2{
  height: 0.5rem;
}

.tw-h-3{
  height: 0.75rem;
}

.tw-h-4{
  height: 1rem;
}

.tw-h-5{
  height: 1.25rem;
}

.tw-h-6{
  height: 1.5rem;
}

.tw-h-7{
  height: 28px;
}

.tw-h-8{
  height: 2rem;
}

.tw-h-10{
  height: 2.5rem;
}

.tw-h-12{
  height: 3rem;
}

.tw-h-16{
  height: 4rem;
}

.tw-h-20{
  height: 5rem;
}

.tw-h-24{
  height: 6rem;
}

.tw-h-32{
  height: 8rem;
}

.tw-h-40{
  height: 10rem;
}

.tw-h-48{
  height: 12rem;
}

.tw-h-56{
  height: 14rem;
}

.tw-h-64{
  height: 16rem;
}

.tw-h-74{
  height: 296px;
}

.tw-h-86{
  height: 344px;
}

.tw-h-auto{
  height: auto;
}

.tw-h-px{
  height: 1px;
}

.tw-h-full{
  height: 100%;
}

.tw-h-screen{
  height: 100vh;
}

.tw-text-xs{
  font-size: 0.75rem;
}

.tw-text-sm{
  font-size: 0.875rem;
}

.tw-text-base{
  font-size: 1rem;
}

.tw-text-lg{
  font-size: 1.125rem;
}

.tw-text-xl{
  font-size: 1.25rem;
}

.tw-text-2xl{
  font-size: 1.5rem;
}

.tw-text-3xl{
  font-size: 1.875rem;
}

.tw-text-4xl{
  font-size: 2.25rem;
}

.tw-text-5xl{
  font-size: 3rem;
}

.tw-text-6xl{
  font-size: 4rem;
}

.\!tw-text-xs{
  font-size: 0.75rem !important;
}

.\!tw-text-sm{
  font-size: 0.875rem !important;
}

.\!tw-text-base{
  font-size: 1rem !important;
}

.\!tw-text-lg{
  font-size: 1.125rem !important;
}

.\!tw-text-xl{
  font-size: 1.25rem !important;
}

.\!tw-text-2xl{
  font-size: 1.5rem !important;
}

.\!tw-text-3xl{
  font-size: 1.875rem !important;
}

.\!tw-text-4xl{
  font-size: 2.25rem !important;
}

.\!tw-text-5xl{
  font-size: 3rem !important;
}

.\!tw-text-6xl{
  font-size: 4rem !important;
}

.tw-leading-3{
  line-height: .75rem;
}

.tw-leading-4{
  line-height: 1rem;
}

.tw-leading-5{
  line-height: 1.25rem;
}

.tw-leading-6{
  line-height: 1.5rem;
}

.tw-leading-7{
  line-height: 1.75rem;
}

.tw-leading-8{
  line-height: 2rem;
}

.tw-leading-9{
  line-height: 2.25rem;
}

.tw-leading-10{
  line-height: 2.5rem;
}

.tw-leading-none{
  line-height: 1;
}

.tw-leading-tight{
  line-height: 1.25;
}

.tw-leading-snug{
  line-height: 1.375;
}

.tw-leading-normal{
  line-height: 1.5;
}

.tw-leading-relaxed{
  line-height: 1.625;
}

.tw-leading-loose{
  line-height: 2;
}

.tw-list-inside{
  list-style-position: inside;
}

.tw-list-outside{
  list-style-position: outside;
}

.tw-list-none{
  list-style-type: none;
}

.tw-list-disc{
  list-style-type: disc;
}

.tw-list-decimal{
  list-style-type: decimal;
}

.tw-m-0{
  margin: 0;
}

.tw-m-1{
  margin: 0.25rem;
}

.tw-m-2{
  margin: 0.5rem;
}

.tw-m-3{
  margin: 0.75rem;
}

.tw-m-4{
  margin: 1rem;
}

.tw-m-5{
  margin: 1.25rem;
}

.tw-m-6{
  margin: 1.5rem;
}

.tw-m-8{
  margin: 2rem;
}

.tw-m-10{
  margin: 2.5rem;
}

.tw-m-12{
  margin: 3rem;
}

.tw-m-16{
  margin: 4rem;
}

.tw-m-20{
  margin: 5rem;
}

.tw-m-24{
  margin: 6rem;
}

.tw-m-32{
  margin: 8rem;
}

.tw-m-40{
  margin: 10rem;
}

.tw-m-48{
  margin: 12rem;
}

.tw-m-56{
  margin: 14rem;
}

.tw-m-64{
  margin: 16rem;
}

.tw-m-auto{
  margin: auto;
}

.tw-m-px{
  margin: 1px;
}

.tw--m-1{
  margin: -0.25rem;
}

.tw--m-2{
  margin: -0.5rem;
}

.tw--m-3{
  margin: -0.75rem;
}

.tw--m-4{
  margin: -1rem;
}

.tw--m-5{
  margin: -1.25rem;
}

.tw--m-6{
  margin: -1.5rem;
}

.tw--m-8{
  margin: -2rem;
}

.tw--m-10{
  margin: -2.5rem;
}

.tw--m-12{
  margin: -3rem;
}

.tw--m-16{
  margin: -4rem;
}

.tw--m-20{
  margin: -5rem;
}

.tw--m-24{
  margin: -6rem;
}

.tw--m-32{
  margin: -8rem;
}

.tw--m-40{
  margin: -10rem;
}

.tw--m-48{
  margin: -12rem;
}

.tw--m-56{
  margin: -14rem;
}

.tw--m-64{
  margin: -16rem;
}

.tw--m-px{
  margin: -1px;
}

.tw-my-0{
  margin-top: 0;
  margin-bottom: 0;
}

.tw-mx-0{
  margin-left: 0;
  margin-right: 0;
}

.tw-my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.tw-mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.tw-my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tw-mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tw-my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.tw-mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.tw-my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw-mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.tw-my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.tw-mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.tw-my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tw-mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.tw-my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tw-mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.tw-my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tw-mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.tw-my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.tw-mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}

.tw-my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.tw-mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.tw-my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.tw-mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}

.tw-my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.tw-mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}

.tw-my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.tw-mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

.tw-my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.tw-mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}

.tw-my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.tw-mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}

.tw-my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.tw-mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}

.tw-my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.tw-mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

.tw-my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.tw-mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.tw-my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}

.tw-mx-px{
  margin-left: 1px;
  margin-right: 1px;
}

.tw--my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.tw--mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.tw--my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.tw--mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.tw--my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.tw--mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.tw--my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.tw--mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.tw--my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.tw--mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.tw--my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.tw--mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.tw--my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.tw--mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}

.tw--my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.tw--mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.tw--my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.tw--mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}

.tw--my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.tw--mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}

.tw--my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}

.tw--mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}

.tw--my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}

.tw--mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}

.tw--my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}

.tw--mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}

.tw--my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}

.tw--mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}

.tw--my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}

.tw--mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}

.tw--my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}

.tw--mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}

.tw--my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}

.tw--mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}

.tw--my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}

.tw--mx-px{
  margin-left: -1px;
  margin-right: -1px;
}

.tw-mt-0{
  margin-top: 0;
}

.tw-mr-0{
  margin-right: 0;
}

.tw-mb-0{
  margin-bottom: 0;
}

.tw-ml-0{
  margin-left: 0;
}

.tw-mt-1{
  margin-top: 0.25rem;
}

.tw-mr-1{
  margin-right: 0.25rem;
}

.tw-mb-1{
  margin-bottom: 0.25rem;
}

.tw-ml-1{
  margin-left: 0.25rem;
}

.tw-mt-2{
  margin-top: 0.5rem;
}

.tw-mr-2{
  margin-right: 0.5rem;
}

.tw-mb-2{
  margin-bottom: 0.5rem;
}

.tw-ml-2{
  margin-left: 0.5rem;
}

.tw-mt-3{
  margin-top: 0.75rem;
}

.tw-mr-3{
  margin-right: 0.75rem;
}

.tw-mb-3{
  margin-bottom: 0.75rem;
}

.tw-ml-3{
  margin-left: 0.75rem;
}

.tw-mt-4{
  margin-top: 1rem;
}

.tw-mr-4{
  margin-right: 1rem;
}

.tw-mb-4{
  margin-bottom: 1rem;
}

.tw-ml-4{
  margin-left: 1rem;
}

.tw-mt-5{
  margin-top: 1.25rem;
}

.tw-mr-5{
  margin-right: 1.25rem;
}

.tw-mb-5{
  margin-bottom: 1.25rem;
}

.tw-ml-5{
  margin-left: 1.25rem;
}

.tw-mt-6{
  margin-top: 1.5rem;
}

.tw-mr-6{
  margin-right: 1.5rem;
}

.tw-mb-6{
  margin-bottom: 1.5rem;
}

.tw-ml-6{
  margin-left: 1.5rem;
}

.tw-mt-8{
  margin-top: 2rem;
}

.tw-mr-8{
  margin-right: 2rem;
}

.tw-mb-8{
  margin-bottom: 2rem;
}

.tw-ml-8{
  margin-left: 2rem;
}

.tw-mt-10{
  margin-top: 2.5rem;
}

.tw-mr-10{
  margin-right: 2.5rem;
}

.tw-mb-10{
  margin-bottom: 2.5rem;
}

.tw-ml-10{
  margin-left: 2.5rem;
}

.tw-mt-12{
  margin-top: 3rem;
}

.tw-mr-12{
  margin-right: 3rem;
}

.tw-mb-12{
  margin-bottom: 3rem;
}

.tw-ml-12{
  margin-left: 3rem;
}

.tw-mt-16{
  margin-top: 4rem;
}

.tw-mr-16{
  margin-right: 4rem;
}

.tw-mb-16{
  margin-bottom: 4rem;
}

.tw-ml-16{
  margin-left: 4rem;
}

.tw-mt-20{
  margin-top: 5rem;
}

.tw-mr-20{
  margin-right: 5rem;
}

.tw-mb-20{
  margin-bottom: 5rem;
}

.tw-ml-20{
  margin-left: 5rem;
}

.tw-mt-24{
  margin-top: 6rem;
}

.tw-mr-24{
  margin-right: 6rem;
}

.tw-mb-24{
  margin-bottom: 6rem;
}

.tw-ml-24{
  margin-left: 6rem;
}

.tw-mt-32{
  margin-top: 8rem;
}

.tw-mr-32{
  margin-right: 8rem;
}

.tw-mb-32{
  margin-bottom: 8rem;
}

.tw-ml-32{
  margin-left: 8rem;
}

.tw-mt-40{
  margin-top: 10rem;
}

.tw-mr-40{
  margin-right: 10rem;
}

.tw-mb-40{
  margin-bottom: 10rem;
}

.tw-ml-40{
  margin-left: 10rem;
}

.tw-mt-48{
  margin-top: 12rem;
}

.tw-mr-48{
  margin-right: 12rem;
}

.tw-mb-48{
  margin-bottom: 12rem;
}

.tw-ml-48{
  margin-left: 12rem;
}

.tw-mt-56{
  margin-top: 14rem;
}

.tw-mr-56{
  margin-right: 14rem;
}

.tw-mb-56{
  margin-bottom: 14rem;
}

.tw-ml-56{
  margin-left: 14rem;
}

.tw-mt-64{
  margin-top: 16rem;
}

.tw-mr-64{
  margin-right: 16rem;
}

.tw-mb-64{
  margin-bottom: 16rem;
}

.tw-ml-64{
  margin-left: 16rem;
}

.tw-mt-auto{
  margin-top: auto;
}

.tw-mr-auto{
  margin-right: auto;
}

.tw-mb-auto{
  margin-bottom: auto;
}

.tw-ml-auto{
  margin-left: auto;
}

.tw-mt-px{
  margin-top: 1px;
}

.tw-mr-px{
  margin-right: 1px;
}

.tw-mb-px{
  margin-bottom: 1px;
}

.tw-ml-px{
  margin-left: 1px;
}

.tw--mt-1{
  margin-top: -0.25rem;
}

.tw--mr-1{
  margin-right: -0.25rem;
}

.tw--mb-1{
  margin-bottom: -0.25rem;
}

.tw--ml-1{
  margin-left: -0.25rem;
}

.tw--mt-2{
  margin-top: -0.5rem;
}

.tw--mr-2{
  margin-right: -0.5rem;
}

.tw--mb-2{
  margin-bottom: -0.5rem;
}

.tw--ml-2{
  margin-left: -0.5rem;
}

.tw--mt-3{
  margin-top: -0.75rem;
}

.tw--mr-3{
  margin-right: -0.75rem;
}

.tw--mb-3{
  margin-bottom: -0.75rem;
}

.tw--ml-3{
  margin-left: -0.75rem;
}

.tw--mt-4{
  margin-top: -1rem;
}

.tw--mr-4{
  margin-right: -1rem;
}

.tw--mb-4{
  margin-bottom: -1rem;
}

.tw--ml-4{
  margin-left: -1rem;
}

.tw--mt-5{
  margin-top: -1.25rem;
}

.tw--mr-5{
  margin-right: -1.25rem;
}

.tw--mb-5{
  margin-bottom: -1.25rem;
}

.tw--ml-5{
  margin-left: -1.25rem;
}

.tw--mt-6{
  margin-top: -1.5rem;
}

.tw--mr-6{
  margin-right: -1.5rem;
}

.tw--mb-6{
  margin-bottom: -1.5rem;
}

.tw--ml-6{
  margin-left: -1.5rem;
}

.tw--mt-8{
  margin-top: -2rem;
}

.tw--mr-8{
  margin-right: -2rem;
}

.tw--mb-8{
  margin-bottom: -2rem;
}

.tw--ml-8{
  margin-left: -2rem;
}

.tw--mt-10{
  margin-top: -2.5rem;
}

.tw--mr-10{
  margin-right: -2.5rem;
}

.tw--mb-10{
  margin-bottom: -2.5rem;
}

.tw--ml-10{
  margin-left: -2.5rem;
}

.tw--mt-12{
  margin-top: -3rem;
}

.tw--mr-12{
  margin-right: -3rem;
}

.tw--mb-12{
  margin-bottom: -3rem;
}

.tw--ml-12{
  margin-left: -3rem;
}

.tw--mt-16{
  margin-top: -4rem;
}

.tw--mr-16{
  margin-right: -4rem;
}

.tw--mb-16{
  margin-bottom: -4rem;
}

.tw--ml-16{
  margin-left: -4rem;
}

.tw--mt-20{
  margin-top: -5rem;
}

.tw--mr-20{
  margin-right: -5rem;
}

.tw--mb-20{
  margin-bottom: -5rem;
}

.tw--ml-20{
  margin-left: -5rem;
}

.tw--mt-24{
  margin-top: -6rem;
}

.tw--mr-24{
  margin-right: -6rem;
}

.tw--mb-24{
  margin-bottom: -6rem;
}

.tw--ml-24{
  margin-left: -6rem;
}

.tw--mt-32{
  margin-top: -8rem;
}

.tw--mr-32{
  margin-right: -8rem;
}

.tw--mb-32{
  margin-bottom: -8rem;
}

.tw--ml-32{
  margin-left: -8rem;
}

.tw--mt-40{
  margin-top: -10rem;
}

.tw--mr-40{
  margin-right: -10rem;
}

.tw--mb-40{
  margin-bottom: -10rem;
}

.tw--ml-40{
  margin-left: -10rem;
}

.tw--mt-48{
  margin-top: -12rem;
}

.tw--mr-48{
  margin-right: -12rem;
}

.tw--mb-48{
  margin-bottom: -12rem;
}

.tw--ml-48{
  margin-left: -12rem;
}

.tw--mt-56{
  margin-top: -14rem;
}

.tw--mr-56{
  margin-right: -14rem;
}

.tw--mb-56{
  margin-bottom: -14rem;
}

.tw--ml-56{
  margin-left: -14rem;
}

.tw--mt-64{
  margin-top: -16rem;
}

.tw--mr-64{
  margin-right: -16rem;
}

.tw--mb-64{
  margin-bottom: -16rem;
}

.tw--ml-64{
  margin-left: -16rem;
}

.tw--mt-px{
  margin-top: -1px;
}

.tw--mr-px{
  margin-right: -1px;
}

.tw--mb-px{
  margin-bottom: -1px;
}

.tw--ml-px{
  margin-left: -1px;
}

.\!tw-m-0{
  margin: 0 !important;
}

.\!tw-m-1{
  margin: 0.25rem !important;
}

.\!tw-m-2{
  margin: 0.5rem !important;
}

.\!tw-m-3{
  margin: 0.75rem !important;
}

.\!tw-m-4{
  margin: 1rem !important;
}

.\!tw-m-5{
  margin: 1.25rem !important;
}

.\!tw-m-6{
  margin: 1.5rem !important;
}

.\!tw-m-8{
  margin: 2rem !important;
}

.\!tw-m-10{
  margin: 2.5rem !important;
}

.\!tw-m-12{
  margin: 3rem !important;
}

.\!tw-m-16{
  margin: 4rem !important;
}

.\!tw-m-20{
  margin: 5rem !important;
}

.\!tw-m-24{
  margin: 6rem !important;
}

.\!tw-m-32{
  margin: 8rem !important;
}

.\!tw-m-40{
  margin: 10rem !important;
}

.\!tw-m-48{
  margin: 12rem !important;
}

.\!tw-m-56{
  margin: 14rem !important;
}

.\!tw-m-64{
  margin: 16rem !important;
}

.\!tw-m-auto{
  margin: auto !important;
}

.\!tw-m-px{
  margin: 1px !important;
}

.\!tw--m-1{
  margin: -0.25rem !important;
}

.\!tw--m-2{
  margin: -0.5rem !important;
}

.\!tw--m-3{
  margin: -0.75rem !important;
}

.\!tw--m-4{
  margin: -1rem !important;
}

.\!tw--m-5{
  margin: -1.25rem !important;
}

.\!tw--m-6{
  margin: -1.5rem !important;
}

.\!tw--m-8{
  margin: -2rem !important;
}

.\!tw--m-10{
  margin: -2.5rem !important;
}

.\!tw--m-12{
  margin: -3rem !important;
}

.\!tw--m-16{
  margin: -4rem !important;
}

.\!tw--m-20{
  margin: -5rem !important;
}

.\!tw--m-24{
  margin: -6rem !important;
}

.\!tw--m-32{
  margin: -8rem !important;
}

.\!tw--m-40{
  margin: -10rem !important;
}

.\!tw--m-48{
  margin: -12rem !important;
}

.\!tw--m-56{
  margin: -14rem !important;
}

.\!tw--m-64{
  margin: -16rem !important;
}

.\!tw--m-px{
  margin: -1px !important;
}

.\!tw-my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.\!tw-mx-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.\!tw-my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.\!tw-mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.\!tw-my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.\!tw-mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.\!tw-my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.\!tw-mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.\!tw-my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.\!tw-mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.\!tw-my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.\!tw-mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.\!tw-my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.\!tw-mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.\!tw-my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.\!tw-mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.\!tw-my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.\!tw-mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.\!tw-my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.\!tw-mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.\!tw-my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.\!tw-mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.\!tw-my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.\!tw-mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.\!tw-my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.\!tw-mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.\!tw-my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.\!tw-mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.\!tw-my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.\!tw-mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.\!tw-my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.\!tw-mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.\!tw-my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.\!tw-mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.\!tw-my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.\!tw-mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.\!tw-my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.\!tw-mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.\!tw-my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.\!tw-mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.\!tw--my-1{
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.\!tw--mx-1{
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.\!tw--my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.\!tw--mx-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.\!tw--my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.\!tw--mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.\!tw--my-4{
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.\!tw--mx-4{
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.\!tw--my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.\!tw--mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.\!tw--my-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.\!tw--mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.\!tw--my-8{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.\!tw--mx-8{
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.\!tw--my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.\!tw--mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.\!tw--my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.\!tw--mx-12{
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.\!tw--my-16{
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.\!tw--mx-16{
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.\!tw--my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.\!tw--mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.\!tw--my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.\!tw--mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.\!tw--my-32{
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.\!tw--mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.\!tw--my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.\!tw--mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.\!tw--my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.\!tw--mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.\!tw--my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.\!tw--mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.\!tw--my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.\!tw--mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.\!tw--my-px{
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.\!tw--mx-px{
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.\!tw-mt-0{
  margin-top: 0 !important;
}

.\!tw-mr-0{
  margin-right: 0 !important;
}

.\!tw-mb-0{
  margin-bottom: 0 !important;
}

.\!tw-ml-0{
  margin-left: 0 !important;
}

.\!tw-mt-1{
  margin-top: 0.25rem !important;
}

.\!tw-mr-1{
  margin-right: 0.25rem !important;
}

.\!tw-mb-1{
  margin-bottom: 0.25rem !important;
}

.\!tw-ml-1{
  margin-left: 0.25rem !important;
}

.\!tw-mt-2{
  margin-top: 0.5rem !important;
}

.\!tw-mr-2{
  margin-right: 0.5rem !important;
}

.\!tw-mb-2{
  margin-bottom: 0.5rem !important;
}

.\!tw-ml-2{
  margin-left: 0.5rem !important;
}

.\!tw-mt-3{
  margin-top: 0.75rem !important;
}

.\!tw-mr-3{
  margin-right: 0.75rem !important;
}

.\!tw-mb-3{
  margin-bottom: 0.75rem !important;
}

.\!tw-ml-3{
  margin-left: 0.75rem !important;
}

.\!tw-mt-4{
  margin-top: 1rem !important;
}

.\!tw-mr-4{
  margin-right: 1rem !important;
}

.\!tw-mb-4{
  margin-bottom: 1rem !important;
}

.\!tw-ml-4{
  margin-left: 1rem !important;
}

.\!tw-mt-5{
  margin-top: 1.25rem !important;
}

.\!tw-mr-5{
  margin-right: 1.25rem !important;
}

.\!tw-mb-5{
  margin-bottom: 1.25rem !important;
}

.\!tw-ml-5{
  margin-left: 1.25rem !important;
}

.\!tw-mt-6{
  margin-top: 1.5rem !important;
}

.\!tw-mr-6{
  margin-right: 1.5rem !important;
}

.\!tw-mb-6{
  margin-bottom: 1.5rem !important;
}

.\!tw-ml-6{
  margin-left: 1.5rem !important;
}

.\!tw-mt-8{
  margin-top: 2rem !important;
}

.\!tw-mr-8{
  margin-right: 2rem !important;
}

.\!tw-mb-8{
  margin-bottom: 2rem !important;
}

.\!tw-ml-8{
  margin-left: 2rem !important;
}

.\!tw-mt-10{
  margin-top: 2.5rem !important;
}

.\!tw-mr-10{
  margin-right: 2.5rem !important;
}

.\!tw-mb-10{
  margin-bottom: 2.5rem !important;
}

.\!tw-ml-10{
  margin-left: 2.5rem !important;
}

.\!tw-mt-12{
  margin-top: 3rem !important;
}

.\!tw-mr-12{
  margin-right: 3rem !important;
}

.\!tw-mb-12{
  margin-bottom: 3rem !important;
}

.\!tw-ml-12{
  margin-left: 3rem !important;
}

.\!tw-mt-16{
  margin-top: 4rem !important;
}

.\!tw-mr-16{
  margin-right: 4rem !important;
}

.\!tw-mb-16{
  margin-bottom: 4rem !important;
}

.\!tw-ml-16{
  margin-left: 4rem !important;
}

.\!tw-mt-20{
  margin-top: 5rem !important;
}

.\!tw-mr-20{
  margin-right: 5rem !important;
}

.\!tw-mb-20{
  margin-bottom: 5rem !important;
}

.\!tw-ml-20{
  margin-left: 5rem !important;
}

.\!tw-mt-24{
  margin-top: 6rem !important;
}

.\!tw-mr-24{
  margin-right: 6rem !important;
}

.\!tw-mb-24{
  margin-bottom: 6rem !important;
}

.\!tw-ml-24{
  margin-left: 6rem !important;
}

.\!tw-mt-32{
  margin-top: 8rem !important;
}

.\!tw-mr-32{
  margin-right: 8rem !important;
}

.\!tw-mb-32{
  margin-bottom: 8rem !important;
}

.\!tw-ml-32{
  margin-left: 8rem !important;
}

.\!tw-mt-40{
  margin-top: 10rem !important;
}

.\!tw-mr-40{
  margin-right: 10rem !important;
}

.\!tw-mb-40{
  margin-bottom: 10rem !important;
}

.\!tw-ml-40{
  margin-left: 10rem !important;
}

.\!tw-mt-48{
  margin-top: 12rem !important;
}

.\!tw-mr-48{
  margin-right: 12rem !important;
}

.\!tw-mb-48{
  margin-bottom: 12rem !important;
}

.\!tw-ml-48{
  margin-left: 12rem !important;
}

.\!tw-mt-56{
  margin-top: 14rem !important;
}

.\!tw-mr-56{
  margin-right: 14rem !important;
}

.\!tw-mb-56{
  margin-bottom: 14rem !important;
}

.\!tw-ml-56{
  margin-left: 14rem !important;
}

.\!tw-mt-64{
  margin-top: 16rem !important;
}

.\!tw-mr-64{
  margin-right: 16rem !important;
}

.\!tw-mb-64{
  margin-bottom: 16rem !important;
}

.\!tw-ml-64{
  margin-left: 16rem !important;
}

.\!tw-mt-auto{
  margin-top: auto !important;
}

.\!tw-mr-auto{
  margin-right: auto !important;
}

.\!tw-mb-auto{
  margin-bottom: auto !important;
}

.\!tw-ml-auto{
  margin-left: auto !important;
}

.\!tw-mt-px{
  margin-top: 1px !important;
}

.\!tw-mr-px{
  margin-right: 1px !important;
}

.\!tw-mb-px{
  margin-bottom: 1px !important;
}

.\!tw-ml-px{
  margin-left: 1px !important;
}

.\!tw--mt-1{
  margin-top: -0.25rem !important;
}

.\!tw--mr-1{
  margin-right: -0.25rem !important;
}

.\!tw--mb-1{
  margin-bottom: -0.25rem !important;
}

.\!tw--ml-1{
  margin-left: -0.25rem !important;
}

.\!tw--mt-2{
  margin-top: -0.5rem !important;
}

.\!tw--mr-2{
  margin-right: -0.5rem !important;
}

.\!tw--mb-2{
  margin-bottom: -0.5rem !important;
}

.\!tw--ml-2{
  margin-left: -0.5rem !important;
}

.\!tw--mt-3{
  margin-top: -0.75rem !important;
}

.\!tw--mr-3{
  margin-right: -0.75rem !important;
}

.\!tw--mb-3{
  margin-bottom: -0.75rem !important;
}

.\!tw--ml-3{
  margin-left: -0.75rem !important;
}

.\!tw--mt-4{
  margin-top: -1rem !important;
}

.\!tw--mr-4{
  margin-right: -1rem !important;
}

.\!tw--mb-4{
  margin-bottom: -1rem !important;
}

.\!tw--ml-4{
  margin-left: -1rem !important;
}

.\!tw--mt-5{
  margin-top: -1.25rem !important;
}

.\!tw--mr-5{
  margin-right: -1.25rem !important;
}

.\!tw--mb-5{
  margin-bottom: -1.25rem !important;
}

.\!tw--ml-5{
  margin-left: -1.25rem !important;
}

.\!tw--mt-6{
  margin-top: -1.5rem !important;
}

.\!tw--mr-6{
  margin-right: -1.5rem !important;
}

.\!tw--mb-6{
  margin-bottom: -1.5rem !important;
}

.\!tw--ml-6{
  margin-left: -1.5rem !important;
}

.\!tw--mt-8{
  margin-top: -2rem !important;
}

.\!tw--mr-8{
  margin-right: -2rem !important;
}

.\!tw--mb-8{
  margin-bottom: -2rem !important;
}

.\!tw--ml-8{
  margin-left: -2rem !important;
}

.\!tw--mt-10{
  margin-top: -2.5rem !important;
}

.\!tw--mr-10{
  margin-right: -2.5rem !important;
}

.\!tw--mb-10{
  margin-bottom: -2.5rem !important;
}

.\!tw--ml-10{
  margin-left: -2.5rem !important;
}

.\!tw--mt-12{
  margin-top: -3rem !important;
}

.\!tw--mr-12{
  margin-right: -3rem !important;
}

.\!tw--mb-12{
  margin-bottom: -3rem !important;
}

.\!tw--ml-12{
  margin-left: -3rem !important;
}

.\!tw--mt-16{
  margin-top: -4rem !important;
}

.\!tw--mr-16{
  margin-right: -4rem !important;
}

.\!tw--mb-16{
  margin-bottom: -4rem !important;
}

.\!tw--ml-16{
  margin-left: -4rem !important;
}

.\!tw--mt-20{
  margin-top: -5rem !important;
}

.\!tw--mr-20{
  margin-right: -5rem !important;
}

.\!tw--mb-20{
  margin-bottom: -5rem !important;
}

.\!tw--ml-20{
  margin-left: -5rem !important;
}

.\!tw--mt-24{
  margin-top: -6rem !important;
}

.\!tw--mr-24{
  margin-right: -6rem !important;
}

.\!tw--mb-24{
  margin-bottom: -6rem !important;
}

.\!tw--ml-24{
  margin-left: -6rem !important;
}

.\!tw--mt-32{
  margin-top: -8rem !important;
}

.\!tw--mr-32{
  margin-right: -8rem !important;
}

.\!tw--mb-32{
  margin-bottom: -8rem !important;
}

.\!tw--ml-32{
  margin-left: -8rem !important;
}

.\!tw--mt-40{
  margin-top: -10rem !important;
}

.\!tw--mr-40{
  margin-right: -10rem !important;
}

.\!tw--mb-40{
  margin-bottom: -10rem !important;
}

.\!tw--ml-40{
  margin-left: -10rem !important;
}

.\!tw--mt-48{
  margin-top: -12rem !important;
}

.\!tw--mr-48{
  margin-right: -12rem !important;
}

.\!tw--mb-48{
  margin-bottom: -12rem !important;
}

.\!tw--ml-48{
  margin-left: -12rem !important;
}

.\!tw--mt-56{
  margin-top: -14rem !important;
}

.\!tw--mr-56{
  margin-right: -14rem !important;
}

.\!tw--mb-56{
  margin-bottom: -14rem !important;
}

.\!tw--ml-56{
  margin-left: -14rem !important;
}

.\!tw--mt-64{
  margin-top: -16rem !important;
}

.\!tw--mr-64{
  margin-right: -16rem !important;
}

.\!tw--mb-64{
  margin-bottom: -16rem !important;
}

.\!tw--ml-64{
  margin-left: -16rem !important;
}

.\!tw--mt-px{
  margin-top: -1px !important;
}

.\!tw--mr-px{
  margin-right: -1px !important;
}

.\!tw--mb-px{
  margin-bottom: -1px !important;
}

.\!tw--ml-px{
  margin-left: -1px !important;
}

.tw-max-h-full{
  max-height: 100%;
}

.tw-max-h-screen{
  max-height: 100vh;
}

.tw-max-w-none{
  max-width: none;
}

.tw-max-w-xs{
  max-width: 20rem;
}

.tw-max-w-sm{
  max-width: 24rem;
}

.tw-max-w-md{
  max-width: 28rem;
}

.tw-max-w-lg{
  max-width: 32rem;
}

.tw-max-w-xl{
  max-width: 36rem;
}

.tw-max-w-2xl{
  max-width: 42rem;
}

.tw-max-w-3xl{
  max-width: 48rem;
}

.tw-max-w-4xl{
  max-width: 56rem;
}

.tw-max-w-5xl{
  max-width: 64rem;
}

.tw-max-w-6xl{
  max-width: 72rem;
}

.tw-max-w-full{
  max-width: 100%;
}

.tw-max-w-screen-sm{
  max-width: 640px;
}

.tw-max-w-screen-md{
  max-width: 768px;
}

.tw-max-w-screen-lg{
  max-width: 1024px;
}

.tw-max-w-screen-xl{
  max-width: 1280px;
}

.tw-min-h-0{
  min-height: 0;
}

.tw-min-h-full{
  min-height: 100%;
}

.tw-min-h-screen{
  min-height: 100vh;
}

.tw-min-w-0{
  min-width: 0;
}

.tw-min-w-full{
  min-width: 100%;
}

.tw-object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.tw-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.tw-object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.tw-object-none{
  -o-object-fit: none;
     object-fit: none;
}

.tw-object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.tw-object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.tw-object-center{
  -o-object-position: center;
     object-position: center;
}

.tw-object-left{
  -o-object-position: left;
     object-position: left;
}

.tw-object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}

.tw-object-left-top{
  -o-object-position: left top;
     object-position: left top;
}

.tw-object-right{
  -o-object-position: right;
     object-position: right;
}

.tw-object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}

.tw-object-right-top{
  -o-object-position: right top;
     object-position: right top;
}

.tw-object-top{
  -o-object-position: top;
     object-position: top;
}

.tw-opacity-0{
  opacity: 0;
}

.tw-opacity-25{
  opacity: 0.25;
}

.tw-opacity-50{
  opacity: 0.5;
}

.tw-opacity-75{
  opacity: 0.75;
}

.tw-opacity-100{
  opacity: 1;
}

.hover\:tw-opacity-0:hover{
  opacity: 0;
}

.hover\:tw-opacity-25:hover{
  opacity: 0.25;
}

.hover\:tw-opacity-50:hover{
  opacity: 0.5;
}

.hover\:tw-opacity-75:hover{
  opacity: 0.75;
}

.hover\:tw-opacity-100:hover{
  opacity: 1;
}

.focus\:tw-opacity-0:focus{
  opacity: 0;
}

.focus\:tw-opacity-25:focus{
  opacity: 0.25;
}

.focus\:tw-opacity-50:focus{
  opacity: 0.5;
}

.focus\:tw-opacity-75:focus{
  opacity: 0.75;
}

.focus\:tw-opacity-100:focus{
  opacity: 1;
}

.tw-outline-none{
  outline: 0;
}

.focus\:tw-outline-none:focus{
  outline: 0;
}

.tw-overflow-auto{
  overflow: auto;
}

.tw-overflow-hidden{
  overflow: hidden;
}

.tw-overflow-visible{
  overflow: visible;
}

.tw-overflow-scroll{
  overflow: scroll;
}

.tw-overflow-x-auto{
  overflow-x: auto;
}

.tw-overflow-y-auto{
  overflow-y: auto;
}

.tw-overflow-x-hidden{
  overflow-x: hidden;
}

.tw-overflow-y-hidden{
  overflow-y: hidden;
}

.tw-overflow-x-visible{
  overflow-x: visible;
}

.tw-overflow-y-visible{
  overflow-y: visible;
}

.tw-overflow-x-scroll{
  overflow-x: scroll;
}

.tw-overflow-y-scroll{
  overflow-y: scroll;
}

.tw-scrolling-touch{
  -webkit-overflow-scrolling: touch;
}

.tw-scrolling-auto{
  -webkit-overflow-scrolling: auto;
}

.tw-p-0{
  padding: 0;
}

.tw-p-1{
  padding: 0.25rem;
}

.tw-p-2{
  padding: 0.5rem;
}

.tw-p-3{
  padding: 0.75rem;
}

.tw-p-4{
  padding: 1rem;
}

.tw-p-5{
  padding: 1.25rem;
}

.tw-p-6{
  padding: 1.5rem;
}

.tw-p-8{
  padding: 2rem;
}

.tw-p-10{
  padding: 2.5rem;
}

.tw-p-12{
  padding: 3rem;
}

.tw-p-16{
  padding: 4rem;
}

.tw-p-20{
  padding: 5rem;
}

.tw-p-24{
  padding: 6rem;
}

.tw-p-32{
  padding: 8rem;
}

.tw-p-40{
  padding: 10rem;
}

.tw-p-48{
  padding: 12rem;
}

.tw-p-56{
  padding: 14rem;
}

.tw-p-64{
  padding: 16rem;
}

.tw-p-px{
  padding: 1px;
}

.tw-py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.tw-px-0{
  padding-left: 0;
  padding-right: 0;
}

.tw-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw-px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.tw-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tw-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw-py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.tw-px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tw-py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tw-px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tw-py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tw-px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.tw-py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tw-px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tw-py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.tw-px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.tw-py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tw-px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.tw-py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.tw-px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.tw-py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tw-px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.tw-py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tw-px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}

.tw-py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.tw-px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}

.tw-py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.tw-px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}

.tw-py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.tw-px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}

.tw-py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.tw-px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}

.tw-py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}

.tw-px-px{
  padding-left: 1px;
  padding-right: 1px;
}

.tw-pt-0{
  padding-top: 0;
}

.tw-pr-0{
  padding-right: 0;
}

.tw-pb-0{
  padding-bottom: 0;
}

.tw-pl-0{
  padding-left: 0;
}

.tw-pt-1{
  padding-top: 0.25rem;
}

.tw-pr-1{
  padding-right: 0.25rem;
}

.tw-pb-1{
  padding-bottom: 0.25rem;
}

.tw-pl-1{
  padding-left: 0.25rem;
}

.tw-pt-2{
  padding-top: 0.5rem;
}

.tw-pr-2{
  padding-right: 0.5rem;
}

.tw-pb-2{
  padding-bottom: 0.5rem;
}

.tw-pl-2{
  padding-left: 0.5rem;
}

.tw-pt-3{
  padding-top: 0.75rem;
}

.tw-pr-3{
  padding-right: 0.75rem;
}

.tw-pb-3{
  padding-bottom: 0.75rem;
}

.tw-pl-3{
  padding-left: 0.75rem;
}

.tw-pt-4{
  padding-top: 1rem;
}

.tw-pr-4{
  padding-right: 1rem;
}

.tw-pb-4{
  padding-bottom: 1rem;
}

.tw-pl-4{
  padding-left: 1rem;
}

.tw-pt-5{
  padding-top: 1.25rem;
}

.tw-pr-5{
  padding-right: 1.25rem;
}

.tw-pb-5{
  padding-bottom: 1.25rem;
}

.tw-pl-5{
  padding-left: 1.25rem;
}

.tw-pt-6{
  padding-top: 1.5rem;
}

.tw-pr-6{
  padding-right: 1.5rem;
}

.tw-pb-6{
  padding-bottom: 1.5rem;
}

.tw-pl-6{
  padding-left: 1.5rem;
}

.tw-pt-8{
  padding-top: 2rem;
}

.tw-pr-8{
  padding-right: 2rem;
}

.tw-pb-8{
  padding-bottom: 2rem;
}

.tw-pl-8{
  padding-left: 2rem;
}

.tw-pt-10{
  padding-top: 2.5rem;
}

.tw-pr-10{
  padding-right: 2.5rem;
}

.tw-pb-10{
  padding-bottom: 2.5rem;
}

.tw-pl-10{
  padding-left: 2.5rem;
}

.tw-pt-12{
  padding-top: 3rem;
}

.tw-pr-12{
  padding-right: 3rem;
}

.tw-pb-12{
  padding-bottom: 3rem;
}

.tw-pl-12{
  padding-left: 3rem;
}

.tw-pt-16{
  padding-top: 4rem;
}

.tw-pr-16{
  padding-right: 4rem;
}

.tw-pb-16{
  padding-bottom: 4rem;
}

.tw-pl-16{
  padding-left: 4rem;
}

.tw-pt-20{
  padding-top: 5rem;
}

.tw-pr-20{
  padding-right: 5rem;
}

.tw-pb-20{
  padding-bottom: 5rem;
}

.tw-pl-20{
  padding-left: 5rem;
}

.tw-pt-24{
  padding-top: 6rem;
}

.tw-pr-24{
  padding-right: 6rem;
}

.tw-pb-24{
  padding-bottom: 6rem;
}

.tw-pl-24{
  padding-left: 6rem;
}

.tw-pt-32{
  padding-top: 8rem;
}

.tw-pr-32{
  padding-right: 8rem;
}

.tw-pb-32{
  padding-bottom: 8rem;
}

.tw-pl-32{
  padding-left: 8rem;
}

.tw-pt-40{
  padding-top: 10rem;
}

.tw-pr-40{
  padding-right: 10rem;
}

.tw-pb-40{
  padding-bottom: 10rem;
}

.tw-pl-40{
  padding-left: 10rem;
}

.tw-pt-48{
  padding-top: 12rem;
}

.tw-pr-48{
  padding-right: 12rem;
}

.tw-pb-48{
  padding-bottom: 12rem;
}

.tw-pl-48{
  padding-left: 12rem;
}

.tw-pt-56{
  padding-top: 14rem;
}

.tw-pr-56{
  padding-right: 14rem;
}

.tw-pb-56{
  padding-bottom: 14rem;
}

.tw-pl-56{
  padding-left: 14rem;
}

.tw-pt-64{
  padding-top: 16rem;
}

.tw-pr-64{
  padding-right: 16rem;
}

.tw-pb-64{
  padding-bottom: 16rem;
}

.tw-pl-64{
  padding-left: 16rem;
}

.tw-pt-px{
  padding-top: 1px;
}

.tw-pr-px{
  padding-right: 1px;
}

.tw-pb-px{
  padding-bottom: 1px;
}

.tw-pl-px{
  padding-left: 1px;
}

.\!tw-p-0{
  padding: 0 !important;
}

.\!tw-p-1{
  padding: 0.25rem !important;
}

.\!tw-p-2{
  padding: 0.5rem !important;
}

.\!tw-p-3{
  padding: 0.75rem !important;
}

.\!tw-p-4{
  padding: 1rem !important;
}

.\!tw-p-5{
  padding: 1.25rem !important;
}

.\!tw-p-6{
  padding: 1.5rem !important;
}

.\!tw-p-8{
  padding: 2rem !important;
}

.\!tw-p-10{
  padding: 2.5rem !important;
}

.\!tw-p-12{
  padding: 3rem !important;
}

.\!tw-p-16{
  padding: 4rem !important;
}

.\!tw-p-20{
  padding: 5rem !important;
}

.\!tw-p-24{
  padding: 6rem !important;
}

.\!tw-p-32{
  padding: 8rem !important;
}

.\!tw-p-40{
  padding: 10rem !important;
}

.\!tw-p-48{
  padding: 12rem !important;
}

.\!tw-p-56{
  padding: 14rem !important;
}

.\!tw-p-64{
  padding: 16rem !important;
}

.\!tw-p-px{
  padding: 1px !important;
}

.\!tw-py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.\!tw-px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.\!tw-py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.\!tw-px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.\!tw-py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.\!tw-px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!tw-py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.\!tw-px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.\!tw-py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.\!tw-px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!tw-py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.\!tw-px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\!tw-py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.\!tw-px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.\!tw-py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.\!tw-px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.\!tw-py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.\!tw-px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.\!tw-py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.\!tw-px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.\!tw-py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.\!tw-px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.\!tw-py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.\!tw-px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.\!tw-py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.\!tw-px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.\!tw-py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.\!tw-px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.\!tw-py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.\!tw-px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.\!tw-py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.\!tw-px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.\!tw-py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.\!tw-px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.\!tw-py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.\!tw-px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.\!tw-py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.\!tw-px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.\!tw-pt-0{
  padding-top: 0 !important;
}

.\!tw-pr-0{
  padding-right: 0 !important;
}

.\!tw-pb-0{
  padding-bottom: 0 !important;
}

.\!tw-pl-0{
  padding-left: 0 !important;
}

.\!tw-pt-1{
  padding-top: 0.25rem !important;
}

.\!tw-pr-1{
  padding-right: 0.25rem !important;
}

.\!tw-pb-1{
  padding-bottom: 0.25rem !important;
}

.\!tw-pl-1{
  padding-left: 0.25rem !important;
}

.\!tw-pt-2{
  padding-top: 0.5rem !important;
}

.\!tw-pr-2{
  padding-right: 0.5rem !important;
}

.\!tw-pb-2{
  padding-bottom: 0.5rem !important;
}

.\!tw-pl-2{
  padding-left: 0.5rem !important;
}

.\!tw-pt-3{
  padding-top: 0.75rem !important;
}

.\!tw-pr-3{
  padding-right: 0.75rem !important;
}

.\!tw-pb-3{
  padding-bottom: 0.75rem !important;
}

.\!tw-pl-3{
  padding-left: 0.75rem !important;
}

.\!tw-pt-4{
  padding-top: 1rem !important;
}

.\!tw-pr-4{
  padding-right: 1rem !important;
}

.\!tw-pb-4{
  padding-bottom: 1rem !important;
}

.\!tw-pl-4{
  padding-left: 1rem !important;
}

.\!tw-pt-5{
  padding-top: 1.25rem !important;
}

.\!tw-pr-5{
  padding-right: 1.25rem !important;
}

.\!tw-pb-5{
  padding-bottom: 1.25rem !important;
}

.\!tw-pl-5{
  padding-left: 1.25rem !important;
}

.\!tw-pt-6{
  padding-top: 1.5rem !important;
}

.\!tw-pr-6{
  padding-right: 1.5rem !important;
}

.\!tw-pb-6{
  padding-bottom: 1.5rem !important;
}

.\!tw-pl-6{
  padding-left: 1.5rem !important;
}

.\!tw-pt-8{
  padding-top: 2rem !important;
}

.\!tw-pr-8{
  padding-right: 2rem !important;
}

.\!tw-pb-8{
  padding-bottom: 2rem !important;
}

.\!tw-pl-8{
  padding-left: 2rem !important;
}

.\!tw-pt-10{
  padding-top: 2.5rem !important;
}

.\!tw-pr-10{
  padding-right: 2.5rem !important;
}

.\!tw-pb-10{
  padding-bottom: 2.5rem !important;
}

.\!tw-pl-10{
  padding-left: 2.5rem !important;
}

.\!tw-pt-12{
  padding-top: 3rem !important;
}

.\!tw-pr-12{
  padding-right: 3rem !important;
}

.\!tw-pb-12{
  padding-bottom: 3rem !important;
}

.\!tw-pl-12{
  padding-left: 3rem !important;
}

.\!tw-pt-16{
  padding-top: 4rem !important;
}

.\!tw-pr-16{
  padding-right: 4rem !important;
}

.\!tw-pb-16{
  padding-bottom: 4rem !important;
}

.\!tw-pl-16{
  padding-left: 4rem !important;
}

.\!tw-pt-20{
  padding-top: 5rem !important;
}

.\!tw-pr-20{
  padding-right: 5rem !important;
}

.\!tw-pb-20{
  padding-bottom: 5rem !important;
}

.\!tw-pl-20{
  padding-left: 5rem !important;
}

.\!tw-pt-24{
  padding-top: 6rem !important;
}

.\!tw-pr-24{
  padding-right: 6rem !important;
}

.\!tw-pb-24{
  padding-bottom: 6rem !important;
}

.\!tw-pl-24{
  padding-left: 6rem !important;
}

.\!tw-pt-32{
  padding-top: 8rem !important;
}

.\!tw-pr-32{
  padding-right: 8rem !important;
}

.\!tw-pb-32{
  padding-bottom: 8rem !important;
}

.\!tw-pl-32{
  padding-left: 8rem !important;
}

.\!tw-pt-40{
  padding-top: 10rem !important;
}

.\!tw-pr-40{
  padding-right: 10rem !important;
}

.\!tw-pb-40{
  padding-bottom: 10rem !important;
}

.\!tw-pl-40{
  padding-left: 10rem !important;
}

.\!tw-pt-48{
  padding-top: 12rem !important;
}

.\!tw-pr-48{
  padding-right: 12rem !important;
}

.\!tw-pb-48{
  padding-bottom: 12rem !important;
}

.\!tw-pl-48{
  padding-left: 12rem !important;
}

.\!tw-pt-56{
  padding-top: 14rem !important;
}

.\!tw-pr-56{
  padding-right: 14rem !important;
}

.\!tw-pb-56{
  padding-bottom: 14rem !important;
}

.\!tw-pl-56{
  padding-left: 14rem !important;
}

.\!tw-pt-64{
  padding-top: 16rem !important;
}

.\!tw-pr-64{
  padding-right: 16rem !important;
}

.\!tw-pb-64{
  padding-bottom: 16rem !important;
}

.\!tw-pl-64{
  padding-left: 16rem !important;
}

.\!tw-pt-px{
  padding-top: 1px !important;
}

.\!tw-pr-px{
  padding-right: 1px !important;
}

.\!tw-pb-px{
  padding-bottom: 1px !important;
}

.\!tw-pl-px{
  padding-left: 1px !important;
}

.tw-placeholder-transparent::-webkit-input-placeholder{
  color: transparent;
}

.tw-placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.tw-placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.tw-placeholder-transparent::-ms-input-placeholder{
  color: transparent;
}

.tw-placeholder-transparent::placeholder{
  color: transparent;
}

.tw-placeholder-current::-webkit-input-placeholder{
  color: currentColor;
}

.tw-placeholder-current::-moz-placeholder{
  color: currentColor;
}

.tw-placeholder-current:-ms-input-placeholder{
  color: currentColor;
}

.tw-placeholder-current::-ms-input-placeholder{
  color: currentColor;
}

.tw-placeholder-current::placeholder{
  color: currentColor;
}

.tw-placeholder-black::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.tw-placeholder-black::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.tw-placeholder-black:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.tw-placeholder-black::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.tw-placeholder-black::placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.tw-placeholder-white::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.tw-placeholder-white::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.tw-placeholder-white:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.tw-placeholder-white::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.tw-placeholder-white::placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.tw-placeholder-gray-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.tw-placeholder-gray-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.tw-placeholder-gray-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.tw-placeholder-gray-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.tw-placeholder-gray-100::placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.tw-placeholder-gray-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.tw-placeholder-gray-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.tw-placeholder-gray-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.tw-placeholder-gray-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.tw-placeholder-gray-200::placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.tw-placeholder-gray-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.tw-placeholder-gray-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.tw-placeholder-gray-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.tw-placeholder-gray-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.tw-placeholder-gray-300::placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.tw-placeholder-gray-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.tw-placeholder-gray-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.tw-placeholder-gray-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.tw-placeholder-gray-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.tw-placeholder-gray-400::placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.tw-placeholder-gray-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.tw-placeholder-gray-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.tw-placeholder-gray-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.tw-placeholder-gray-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.tw-placeholder-gray-500::placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.tw-placeholder-gray-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.tw-placeholder-gray-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.tw-placeholder-gray-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.tw-placeholder-gray-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.tw-placeholder-gray-600::placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.tw-placeholder-gray-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.tw-placeholder-gray-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.tw-placeholder-gray-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.tw-placeholder-gray-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.tw-placeholder-gray-700::placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.tw-placeholder-gray-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.tw-placeholder-gray-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.tw-placeholder-gray-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.tw-placeholder-gray-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.tw-placeholder-gray-800::placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.tw-placeholder-gray-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.tw-placeholder-gray-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.tw-placeholder-gray-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.tw-placeholder-gray-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.tw-placeholder-gray-900::placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.tw-placeholder-red-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.tw-placeholder-red-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.tw-placeholder-red-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.tw-placeholder-red-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.tw-placeholder-red-100::placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.tw-placeholder-red-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.tw-placeholder-red-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.tw-placeholder-red-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.tw-placeholder-red-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.tw-placeholder-red-200::placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.tw-placeholder-red-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.tw-placeholder-red-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.tw-placeholder-red-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.tw-placeholder-red-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.tw-placeholder-red-300::placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.tw-placeholder-red-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.tw-placeholder-red-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.tw-placeholder-red-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.tw-placeholder-red-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.tw-placeholder-red-400::placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.tw-placeholder-red-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.tw-placeholder-red-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.tw-placeholder-red-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.tw-placeholder-red-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.tw-placeholder-red-500::placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.tw-placeholder-red-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.tw-placeholder-red-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.tw-placeholder-red-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.tw-placeholder-red-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.tw-placeholder-red-600::placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.tw-placeholder-red-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.tw-placeholder-red-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.tw-placeholder-red-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.tw-placeholder-red-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.tw-placeholder-red-700::placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.tw-placeholder-red-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.tw-placeholder-red-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.tw-placeholder-red-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.tw-placeholder-red-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.tw-placeholder-red-800::placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.tw-placeholder-red-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.tw-placeholder-red-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.tw-placeholder-red-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.tw-placeholder-red-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.tw-placeholder-red-900::placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.tw-placeholder-orange-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.tw-placeholder-orange-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.tw-placeholder-orange-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.tw-placeholder-orange-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.tw-placeholder-orange-100::placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.tw-placeholder-orange-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.tw-placeholder-orange-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.tw-placeholder-orange-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.tw-placeholder-orange-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.tw-placeholder-orange-200::placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.tw-placeholder-orange-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.tw-placeholder-orange-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.tw-placeholder-orange-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.tw-placeholder-orange-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.tw-placeholder-orange-300::placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.tw-placeholder-orange-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.tw-placeholder-orange-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.tw-placeholder-orange-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.tw-placeholder-orange-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.tw-placeholder-orange-400::placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.tw-placeholder-orange-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.tw-placeholder-orange-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.tw-placeholder-orange-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.tw-placeholder-orange-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.tw-placeholder-orange-500::placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.tw-placeholder-orange-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.tw-placeholder-orange-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.tw-placeholder-orange-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.tw-placeholder-orange-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.tw-placeholder-orange-600::placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.tw-placeholder-orange-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-700::placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-800::placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.tw-placeholder-orange-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.tw-placeholder-orange-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.tw-placeholder-orange-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.tw-placeholder-orange-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.tw-placeholder-orange-900::placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.tw-placeholder-yellow-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.tw-placeholder-yellow-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.tw-placeholder-yellow-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.tw-placeholder-yellow-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.tw-placeholder-yellow-100::placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.tw-placeholder-yellow-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.tw-placeholder-yellow-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.tw-placeholder-yellow-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.tw-placeholder-yellow-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.tw-placeholder-yellow-200::placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.tw-placeholder-yellow-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.tw-placeholder-yellow-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.tw-placeholder-yellow-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.tw-placeholder-yellow-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.tw-placeholder-yellow-300::placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.tw-placeholder-yellow-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.tw-placeholder-yellow-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.tw-placeholder-yellow-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.tw-placeholder-yellow-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.tw-placeholder-yellow-400::placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.tw-placeholder-yellow-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.tw-placeholder-yellow-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.tw-placeholder-yellow-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.tw-placeholder-yellow-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.tw-placeholder-yellow-500::placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.tw-placeholder-yellow-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.tw-placeholder-yellow-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.tw-placeholder-yellow-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.tw-placeholder-yellow-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.tw-placeholder-yellow-600::placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.tw-placeholder-yellow-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.tw-placeholder-yellow-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.tw-placeholder-yellow-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.tw-placeholder-yellow-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.tw-placeholder-yellow-700::placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.tw-placeholder-yellow-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.tw-placeholder-yellow-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.tw-placeholder-yellow-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.tw-placeholder-yellow-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.tw-placeholder-yellow-800::placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.tw-placeholder-yellow-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.tw-placeholder-yellow-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.tw-placeholder-yellow-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.tw-placeholder-yellow-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.tw-placeholder-yellow-900::placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.tw-placeholder-green-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.tw-placeholder-green-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.tw-placeholder-green-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.tw-placeholder-green-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.tw-placeholder-green-100::placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.tw-placeholder-green-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.tw-placeholder-green-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.tw-placeholder-green-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.tw-placeholder-green-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.tw-placeholder-green-200::placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.tw-placeholder-green-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.tw-placeholder-green-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.tw-placeholder-green-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.tw-placeholder-green-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.tw-placeholder-green-300::placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.tw-placeholder-green-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.tw-placeholder-green-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.tw-placeholder-green-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.tw-placeholder-green-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.tw-placeholder-green-400::placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.tw-placeholder-green-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.tw-placeholder-green-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.tw-placeholder-green-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.tw-placeholder-green-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.tw-placeholder-green-500::placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.tw-placeholder-green-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.tw-placeholder-green-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.tw-placeholder-green-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.tw-placeholder-green-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.tw-placeholder-green-600::placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.tw-placeholder-green-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.tw-placeholder-green-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.tw-placeholder-green-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.tw-placeholder-green-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.tw-placeholder-green-700::placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.tw-placeholder-green-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.tw-placeholder-green-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.tw-placeholder-green-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.tw-placeholder-green-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.tw-placeholder-green-800::placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.tw-placeholder-green-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.tw-placeholder-green-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.tw-placeholder-green-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.tw-placeholder-green-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.tw-placeholder-green-900::placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.tw-placeholder-teal-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.tw-placeholder-teal-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.tw-placeholder-teal-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.tw-placeholder-teal-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.tw-placeholder-teal-100::placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.tw-placeholder-teal-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.tw-placeholder-teal-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.tw-placeholder-teal-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.tw-placeholder-teal-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.tw-placeholder-teal-200::placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.tw-placeholder-teal-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.tw-placeholder-teal-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.tw-placeholder-teal-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.tw-placeholder-teal-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.tw-placeholder-teal-300::placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.tw-placeholder-teal-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.tw-placeholder-teal-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.tw-placeholder-teal-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.tw-placeholder-teal-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.tw-placeholder-teal-400::placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.tw-placeholder-teal-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.tw-placeholder-teal-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.tw-placeholder-teal-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.tw-placeholder-teal-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.tw-placeholder-teal-500::placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.tw-placeholder-teal-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.tw-placeholder-teal-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.tw-placeholder-teal-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.tw-placeholder-teal-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.tw-placeholder-teal-600::placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.tw-placeholder-teal-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.tw-placeholder-teal-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.tw-placeholder-teal-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.tw-placeholder-teal-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.tw-placeholder-teal-700::placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.tw-placeholder-teal-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.tw-placeholder-teal-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.tw-placeholder-teal-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.tw-placeholder-teal-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.tw-placeholder-teal-800::placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.tw-placeholder-teal-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.tw-placeholder-teal-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.tw-placeholder-teal-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.tw-placeholder-teal-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.tw-placeholder-teal-900::placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.tw-placeholder-blue-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.tw-placeholder-blue-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.tw-placeholder-blue-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.tw-placeholder-blue-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.tw-placeholder-blue-100::placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.tw-placeholder-blue-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.tw-placeholder-blue-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.tw-placeholder-blue-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.tw-placeholder-blue-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.tw-placeholder-blue-200::placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.tw-placeholder-blue-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.tw-placeholder-blue-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.tw-placeholder-blue-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.tw-placeholder-blue-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.tw-placeholder-blue-300::placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.tw-placeholder-blue-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.tw-placeholder-blue-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.tw-placeholder-blue-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.tw-placeholder-blue-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.tw-placeholder-blue-400::placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.tw-placeholder-blue-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.tw-placeholder-blue-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.tw-placeholder-blue-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.tw-placeholder-blue-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.tw-placeholder-blue-500::placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.tw-placeholder-blue-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.tw-placeholder-blue-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.tw-placeholder-blue-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.tw-placeholder-blue-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.tw-placeholder-blue-600::placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.tw-placeholder-blue-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.tw-placeholder-blue-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.tw-placeholder-blue-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.tw-placeholder-blue-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.tw-placeholder-blue-700::placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.tw-placeholder-blue-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.tw-placeholder-blue-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.tw-placeholder-blue-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.tw-placeholder-blue-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.tw-placeholder-blue-800::placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.tw-placeholder-blue-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.tw-placeholder-blue-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.tw-placeholder-blue-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.tw-placeholder-blue-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.tw-placeholder-blue-900::placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.tw-placeholder-indigo-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.tw-placeholder-indigo-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.tw-placeholder-indigo-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.tw-placeholder-indigo-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.tw-placeholder-indigo-100::placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.tw-placeholder-indigo-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.tw-placeholder-indigo-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.tw-placeholder-indigo-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.tw-placeholder-indigo-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.tw-placeholder-indigo-200::placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.tw-placeholder-indigo-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.tw-placeholder-indigo-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.tw-placeholder-indigo-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.tw-placeholder-indigo-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.tw-placeholder-indigo-300::placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.tw-placeholder-indigo-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.tw-placeholder-indigo-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.tw-placeholder-indigo-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.tw-placeholder-indigo-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.tw-placeholder-indigo-400::placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.tw-placeholder-indigo-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.tw-placeholder-indigo-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.tw-placeholder-indigo-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.tw-placeholder-indigo-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.tw-placeholder-indigo-500::placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.tw-placeholder-indigo-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.tw-placeholder-indigo-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.tw-placeholder-indigo-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.tw-placeholder-indigo-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.tw-placeholder-indigo-600::placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.tw-placeholder-indigo-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.tw-placeholder-indigo-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.tw-placeholder-indigo-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.tw-placeholder-indigo-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.tw-placeholder-indigo-700::placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.tw-placeholder-indigo-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.tw-placeholder-indigo-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.tw-placeholder-indigo-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.tw-placeholder-indigo-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.tw-placeholder-indigo-800::placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.tw-placeholder-indigo-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.tw-placeholder-indigo-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.tw-placeholder-indigo-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.tw-placeholder-indigo-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.tw-placeholder-indigo-900::placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.tw-placeholder-purple-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.tw-placeholder-purple-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.tw-placeholder-purple-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.tw-placeholder-purple-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.tw-placeholder-purple-100::placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.tw-placeholder-purple-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.tw-placeholder-purple-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.tw-placeholder-purple-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.tw-placeholder-purple-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.tw-placeholder-purple-200::placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.tw-placeholder-purple-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.tw-placeholder-purple-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.tw-placeholder-purple-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.tw-placeholder-purple-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.tw-placeholder-purple-300::placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.tw-placeholder-purple-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.tw-placeholder-purple-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.tw-placeholder-purple-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.tw-placeholder-purple-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.tw-placeholder-purple-400::placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.tw-placeholder-purple-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.tw-placeholder-purple-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.tw-placeholder-purple-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.tw-placeholder-purple-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.tw-placeholder-purple-500::placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.tw-placeholder-purple-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.tw-placeholder-purple-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.tw-placeholder-purple-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.tw-placeholder-purple-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.tw-placeholder-purple-600::placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.tw-placeholder-purple-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.tw-placeholder-purple-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.tw-placeholder-purple-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.tw-placeholder-purple-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.tw-placeholder-purple-700::placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.tw-placeholder-purple-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.tw-placeholder-purple-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.tw-placeholder-purple-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.tw-placeholder-purple-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.tw-placeholder-purple-800::placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.tw-placeholder-purple-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.tw-placeholder-purple-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.tw-placeholder-purple-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.tw-placeholder-purple-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.tw-placeholder-purple-900::placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.tw-placeholder-pink-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.tw-placeholder-pink-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.tw-placeholder-pink-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.tw-placeholder-pink-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.tw-placeholder-pink-100::placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.tw-placeholder-pink-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.tw-placeholder-pink-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.tw-placeholder-pink-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.tw-placeholder-pink-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.tw-placeholder-pink-200::placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.tw-placeholder-pink-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.tw-placeholder-pink-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.tw-placeholder-pink-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.tw-placeholder-pink-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.tw-placeholder-pink-300::placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.tw-placeholder-pink-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.tw-placeholder-pink-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.tw-placeholder-pink-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.tw-placeholder-pink-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.tw-placeholder-pink-400::placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.tw-placeholder-pink-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.tw-placeholder-pink-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.tw-placeholder-pink-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.tw-placeholder-pink-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.tw-placeholder-pink-500::placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.tw-placeholder-pink-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.tw-placeholder-pink-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.tw-placeholder-pink-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.tw-placeholder-pink-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.tw-placeholder-pink-600::placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.tw-placeholder-pink-700::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.tw-placeholder-pink-700::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.tw-placeholder-pink-700:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.tw-placeholder-pink-700::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.tw-placeholder-pink-700::placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.tw-placeholder-pink-800::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.tw-placeholder-pink-800::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.tw-placeholder-pink-800:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.tw-placeholder-pink-800::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.tw-placeholder-pink-800::placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.tw-placeholder-pink-900::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.tw-placeholder-pink-900::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.tw-placeholder-pink-900:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.tw-placeholder-pink-900::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.tw-placeholder-pink-900::placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.tw-placeholder-shadow-100::-webkit-input-placeholder{
  color: #00000026;
}

.tw-placeholder-shadow-100::-moz-placeholder{
  color: #00000026;
}

.tw-placeholder-shadow-100:-ms-input-placeholder{
  color: #00000026;
}

.tw-placeholder-shadow-100::-ms-input-placeholder{
  color: #00000026;
}

.tw-placeholder-shadow-100::placeholder{
  color: #00000026;
}

.tw-placeholder-shadow-200::-webkit-input-placeholder{
  color: #0000001A;
}

.tw-placeholder-shadow-200::-moz-placeholder{
  color: #0000001A;
}

.tw-placeholder-shadow-200:-ms-input-placeholder{
  color: #0000001A;
}

.tw-placeholder-shadow-200::-ms-input-placeholder{
  color: #0000001A;
}

.tw-placeholder-shadow-200::placeholder{
  color: #0000001A;
}

.tw-placeholder-grey-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.tw-placeholder-grey-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.tw-placeholder-grey-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.tw-placeholder-grey-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.tw-placeholder-grey-100::placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.tw-placeholder-grey-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.tw-placeholder-grey-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.tw-placeholder-grey-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.tw-placeholder-grey-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.tw-placeholder-grey-200::placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.tw-placeholder-grey-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.tw-placeholder-grey-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.tw-placeholder-grey-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.tw-placeholder-grey-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.tw-placeholder-grey-300::placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.tw-placeholder-grey-400::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.tw-placeholder-grey-400::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.tw-placeholder-grey-400:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.tw-placeholder-grey-400::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.tw-placeholder-grey-400::placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.tw-placeholder-grey-500::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.tw-placeholder-grey-500::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.tw-placeholder-grey-500:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.tw-placeholder-grey-500::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.tw-placeholder-grey-500::placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.tw-placeholder-grey-600::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.tw-placeholder-grey-600::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.tw-placeholder-grey-600:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.tw-placeholder-grey-600::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.tw-placeholder-grey-600::placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-100::placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.tw-placeholder-zzmblue-200::placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-100::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-100::placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-200::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-200::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-200:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-200::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-200::placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-300::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-300::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-300:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-300::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmgreen-300::placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.tw-placeholder-zzmorange::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmorange::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmorange:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmorange::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmorange::placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmyellow::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmyellow::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmyellow:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmyellow::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmyellow::placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.tw-placeholder-zzmred::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.tw-placeholder-zzmred::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.tw-placeholder-zzmred:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.tw-placeholder-zzmred::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.tw-placeholder-zzmred::placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
  color: transparent;
}

.focus\:tw-placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
  color: transparent;
}

.focus\:tw-placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:tw-placeholder-current:focus::-webkit-input-placeholder{
  color: currentColor;
}

.focus\:tw-placeholder-current:focus::-moz-placeholder{
  color: currentColor;
}

.focus\:tw-placeholder-current:focus:-ms-input-placeholder{
  color: currentColor;
}

.focus\:tw-placeholder-current:focus::-ms-input-placeholder{
  color: currentColor;
}

.focus\:tw-placeholder-current:focus::placeholder{
  color: currentColor;
}

.focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-black:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-black:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-black:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-black:focus::placeholder{
  --placeholder-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-white:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-white:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-white:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-white:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-gray-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.focus\:tw-placeholder-red-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:tw-placeholder-orange-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:tw-placeholder-yellow-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.focus\:tw-placeholder-green-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:tw-placeholder-teal-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-blue-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:tw-placeholder-indigo-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:tw-placeholder-purple-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-700:focus::placeholder{
  --placeholder-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-800:focus::placeholder{
  --placeholder-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:tw-placeholder-pink-900:focus::placeholder{
  --placeholder-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--placeholder-opacity));
}

.focus\:tw-placeholder-shadow-100:focus::-webkit-input-placeholder{
  color: #00000026;
}

.focus\:tw-placeholder-shadow-100:focus::-moz-placeholder{
  color: #00000026;
}

.focus\:tw-placeholder-shadow-100:focus:-ms-input-placeholder{
  color: #00000026;
}

.focus\:tw-placeholder-shadow-100:focus::-ms-input-placeholder{
  color: #00000026;
}

.focus\:tw-placeholder-shadow-100:focus::placeholder{
  color: #00000026;
}

.focus\:tw-placeholder-shadow-200:focus::-webkit-input-placeholder{
  color: #0000001A;
}

.focus\:tw-placeholder-shadow-200:focus::-moz-placeholder{
  color: #0000001A;
}

.focus\:tw-placeholder-shadow-200:focus:-ms-input-placeholder{
  color: #0000001A;
}

.focus\:tw-placeholder-shadow-200:focus::-ms-input-placeholder{
  color: #0000001A;
}

.focus\:tw-placeholder-shadow-200:focus::placeholder{
  color: #0000001A;
}

.focus\:tw-placeholder-grey-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-400:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-400:focus::placeholder{
  --placeholder-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-500:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-500:focus::placeholder{
  --placeholder-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-600:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.focus\:tw-placeholder-grey-600:focus::placeholder{
  --placeholder-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmblue-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-100:focus::placeholder{
  --placeholder-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-200:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-200:focus::placeholder{
  --placeholder-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-300:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmgreen-300:focus::placeholder{
  --placeholder-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmorange:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmorange:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmorange:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmorange:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmorange:focus::placeholder{
  --placeholder-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmyellow:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmyellow:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmyellow:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmyellow:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmyellow:focus::placeholder{
  --placeholder-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmred:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmred:focus::-moz-placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmred:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmred:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.focus\:tw-placeholder-zzmred:focus::placeholder{
  --placeholder-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--placeholder-opacity));
}

.tw-placeholder-opacity-0::-webkit-input-placeholder{
  --placeholder-opacity: 0;
}

.tw-placeholder-opacity-0::-moz-placeholder{
  --placeholder-opacity: 0;
}

.tw-placeholder-opacity-0:-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.tw-placeholder-opacity-0::-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.tw-placeholder-opacity-0::placeholder{
  --placeholder-opacity: 0;
}

.tw-placeholder-opacity-25::-webkit-input-placeholder{
  --placeholder-opacity: 0.25;
}

.tw-placeholder-opacity-25::-moz-placeholder{
  --placeholder-opacity: 0.25;
}

.tw-placeholder-opacity-25:-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.tw-placeholder-opacity-25::-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.tw-placeholder-opacity-25::placeholder{
  --placeholder-opacity: 0.25;
}

.tw-placeholder-opacity-50::-webkit-input-placeholder{
  --placeholder-opacity: 0.5;
}

.tw-placeholder-opacity-50::-moz-placeholder{
  --placeholder-opacity: 0.5;
}

.tw-placeholder-opacity-50:-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.tw-placeholder-opacity-50::-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.tw-placeholder-opacity-50::placeholder{
  --placeholder-opacity: 0.5;
}

.tw-placeholder-opacity-75::-webkit-input-placeholder{
  --placeholder-opacity: 0.75;
}

.tw-placeholder-opacity-75::-moz-placeholder{
  --placeholder-opacity: 0.75;
}

.tw-placeholder-opacity-75:-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.tw-placeholder-opacity-75::-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.tw-placeholder-opacity-75::placeholder{
  --placeholder-opacity: 0.75;
}

.tw-placeholder-opacity-100::-webkit-input-placeholder{
  --placeholder-opacity: 1;
}

.tw-placeholder-opacity-100::-moz-placeholder{
  --placeholder-opacity: 1;
}

.tw-placeholder-opacity-100:-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.tw-placeholder-opacity-100::-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.tw-placeholder-opacity-100::placeholder{
  --placeholder-opacity: 1;
}

.focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0;
}

.focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
  --placeholder-opacity: 0;
}

.focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder{
  --placeholder-opacity: 0;
}

.focus\:tw-placeholder-opacity-0:focus::placeholder{
  --placeholder-opacity: 0;
}

.focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:tw-placeholder-opacity-25:focus::placeholder{
  --placeholder-opacity: 0.25;
}

.focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:tw-placeholder-opacity-50:focus::placeholder{
  --placeholder-opacity: 0.5;
}

.focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:tw-placeholder-opacity-75:focus::placeholder{
  --placeholder-opacity: 0.75;
}

.focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1;
}

.focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
  --placeholder-opacity: 1;
}

.focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1;
}

.focus\:tw-placeholder-opacity-100:focus::placeholder{
  --placeholder-opacity: 1;
}

.tw-pointer-events-none{
  pointer-events: none;
}

.tw-pointer-events-auto{
  pointer-events: auto;
}

.tw-static{
  position: static;
}

.tw-fixed{
  position: fixed;
}

.tw-absolute{
  position: absolute;
}

.tw-relative{
  position: relative;
}

.tw-sticky{
  position: -webkit-sticky;
  position: sticky;
}

.tw-inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tw-inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.tw-inset-y-0{
  top: 0;
  bottom: 0;
}

.tw-inset-x-0{
  right: 0;
  left: 0;
}

.tw-inset-y-auto{
  top: auto;
  bottom: auto;
}

.tw-inset-x-auto{
  right: auto;
  left: auto;
}

.tw-top-0{
  top: 0;
}

.tw-right-0{
  right: 0;
}

.tw-bottom-0{
  bottom: 0;
}

.tw-left-0{
  left: 0;
}

.tw-top-auto{
  top: auto;
}

.tw-right-auto{
  right: auto;
}

.tw-bottom-auto{
  bottom: auto;
}

.tw-left-auto{
  left: auto;
}

.tw-resize-none{
  resize: none;
}

.tw-resize-y{
  resize: vertical;
}

.tw-resize-x{
  resize: horizontal;
}

.tw-resize{
  resize: both;
}

.tw-shadow-xs{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.tw-shadow-sm{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.tw-shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.tw-shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tw-shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.tw-shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.tw-shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.tw-shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.tw-shadow-outline{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.tw-shadow-none{
  box-shadow: none;
}

.hover\:tw-shadow-xs:hover{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.hover\:tw-shadow-sm:hover{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.hover\:tw-shadow:hover{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:tw-shadow-md:hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.hover\:tw-shadow-lg:hover{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hover\:tw-shadow-xl:hover{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.hover\:tw-shadow-2xl:hover{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:tw-shadow-inner:hover{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:tw-shadow-outline:hover{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:tw-shadow-none:hover{
  box-shadow: none;
}

.focus\:tw-shadow-xs:focus{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.focus\:tw-shadow-sm:focus{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.focus\:tw-shadow:focus{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.focus\:tw-shadow-md:focus{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.focus\:tw-shadow-lg:focus{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.focus\:tw-shadow-xl:focus{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.focus\:tw-shadow-2xl:focus{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.focus\:tw-shadow-inner:focus{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.focus\:tw-shadow-outline:focus{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:tw-shadow-none:focus{
  box-shadow: none;
}

.tw-fill-current{
  fill: currentColor;
}

.tw-stroke-current{
  stroke: currentColor;
}

.tw-stroke-0{
  stroke-width: 0;
}

.tw-stroke-1{
  stroke-width: 1;
}

.tw-stroke-2{
  stroke-width: 2;
}

.tw-table-auto{
  table-layout: auto;
}

.tw-table-fixed{
  table-layout: fixed;
}

.tw-text-left{
  text-align: left;
}

.tw-text-center{
  text-align: center;
}

.tw-text-right{
  text-align: right;
}

.tw-text-justify{
  text-align: justify;
}

.tw-text-transparent{
  color: transparent;
}

.tw-text-current{
  color: currentColor;
}

.tw-text-black{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.tw-text-white{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.tw-text-gray-100{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.tw-text-gray-200{
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.tw-text-gray-300{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.tw-text-gray-400{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.tw-text-gray-500{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.tw-text-gray-600{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.tw-text-gray-700{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.tw-text-gray-800{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.tw-text-gray-900{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.tw-text-red-100{
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.tw-text-red-200{
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.tw-text-red-300{
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.tw-text-red-400{
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.tw-text-red-500{
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.tw-text-red-600{
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.tw-text-red-700{
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.tw-text-red-800{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.tw-text-red-900{
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.tw-text-orange-100{
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.tw-text-orange-200{
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.tw-text-orange-300{
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.tw-text-orange-400{
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.tw-text-orange-500{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.tw-text-orange-600{
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.tw-text-orange-700{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.tw-text-orange-800{
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.tw-text-orange-900{
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.tw-text-yellow-100{
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.tw-text-yellow-200{
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.tw-text-yellow-300{
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.tw-text-yellow-400{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.tw-text-yellow-500{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.tw-text-yellow-600{
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.tw-text-yellow-700{
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.tw-text-yellow-800{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.tw-text-yellow-900{
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.tw-text-green-100{
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.tw-text-green-200{
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.tw-text-green-300{
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.tw-text-green-400{
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.tw-text-green-500{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.tw-text-green-600{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.tw-text-green-700{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.tw-text-green-800{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.tw-text-green-900{
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.tw-text-teal-100{
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.tw-text-teal-200{
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.tw-text-teal-300{
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.tw-text-teal-400{
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.tw-text-teal-500{
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.tw-text-teal-600{
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.tw-text-teal-700{
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.tw-text-teal-800{
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.tw-text-teal-900{
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.tw-text-blue-100{
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.tw-text-blue-200{
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.tw-text-blue-300{
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.tw-text-blue-400{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.tw-text-blue-500{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.tw-text-blue-600{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.tw-text-blue-700{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.tw-text-blue-800{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.tw-text-blue-900{
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.tw-text-indigo-100{
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.tw-text-indigo-200{
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.tw-text-indigo-300{
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.tw-text-indigo-400{
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.tw-text-indigo-500{
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.tw-text-indigo-600{
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.tw-text-indigo-700{
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.tw-text-indigo-800{
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.tw-text-indigo-900{
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.tw-text-purple-100{
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.tw-text-purple-200{
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.tw-text-purple-300{
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.tw-text-purple-400{
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.tw-text-purple-500{
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.tw-text-purple-600{
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.tw-text-purple-700{
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.tw-text-purple-800{
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.tw-text-purple-900{
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.tw-text-pink-100{
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.tw-text-pink-200{
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.tw-text-pink-300{
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.tw-text-pink-400{
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.tw-text-pink-500{
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.tw-text-pink-600{
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.tw-text-pink-700{
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.tw-text-pink-800{
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.tw-text-pink-900{
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.tw-text-shadow-100{
  color: #00000026;
}

.tw-text-shadow-200{
  color: #0000001A;
}

.tw-text-grey-100{
  --text-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--text-opacity));
}

.tw-text-grey-200{
  --text-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--text-opacity));
}

.tw-text-grey-300{
  --text-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--text-opacity));
}

.tw-text-grey-400{
  --text-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--text-opacity));
}

.tw-text-grey-500{
  --text-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--text-opacity));
}

.tw-text-grey-600{
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.tw-text-zzmblue-100{
  --text-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--text-opacity));
}

.tw-text-zzmblue-200{
  --text-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--text-opacity));
}

.tw-text-zzmgreen-100{
  --text-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--text-opacity));
}

.tw-text-zzmgreen-200{
  --text-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--text-opacity));
}

.tw-text-zzmgreen-300{
  --text-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--text-opacity));
}

.tw-text-zzmorange{
  --text-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--text-opacity));
}

.tw-text-zzmyellow{
  --text-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--text-opacity));
}

.tw-text-zzmred{
  --text-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--text-opacity));
}

.hover\:tw-text-transparent:hover{
  color: transparent;
}

.hover\:tw-text-current:hover{
  color: currentColor;
}

.hover\:tw-text-black:hover{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hover\:tw-text-white:hover{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.hover\:tw-text-gray-100:hover{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.hover\:tw-text-gray-200:hover{
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.hover\:tw-text-gray-300:hover{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.hover\:tw-text-gray-400:hover{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.hover\:tw-text-gray-500:hover{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.hover\:tw-text-gray-600:hover{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.hover\:tw-text-gray-700:hover{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.hover\:tw-text-gray-800:hover{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.hover\:tw-text-gray-900:hover{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.hover\:tw-text-red-100:hover{
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.hover\:tw-text-red-200:hover{
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.hover\:tw-text-red-300:hover{
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.hover\:tw-text-red-400:hover{
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.hover\:tw-text-red-500:hover{
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.hover\:tw-text-red-600:hover{
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.hover\:tw-text-red-700:hover{
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.hover\:tw-text-red-800:hover{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.hover\:tw-text-red-900:hover{
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.hover\:tw-text-orange-100:hover{
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.hover\:tw-text-orange-200:hover{
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.hover\:tw-text-orange-300:hover{
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.hover\:tw-text-orange-400:hover{
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.hover\:tw-text-orange-500:hover{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.hover\:tw-text-orange-600:hover{
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.hover\:tw-text-orange-700:hover{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.hover\:tw-text-orange-800:hover{
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.hover\:tw-text-orange-900:hover{
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.hover\:tw-text-yellow-100:hover{
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.hover\:tw-text-yellow-200:hover{
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.hover\:tw-text-yellow-300:hover{
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.hover\:tw-text-yellow-400:hover{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.hover\:tw-text-yellow-500:hover{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.hover\:tw-text-yellow-600:hover{
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.hover\:tw-text-yellow-700:hover{
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.hover\:tw-text-yellow-800:hover{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.hover\:tw-text-yellow-900:hover{
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.hover\:tw-text-green-100:hover{
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.hover\:tw-text-green-200:hover{
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.hover\:tw-text-green-300:hover{
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.hover\:tw-text-green-400:hover{
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.hover\:tw-text-green-500:hover{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.hover\:tw-text-green-600:hover{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.hover\:tw-text-green-700:hover{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.hover\:tw-text-green-800:hover{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.hover\:tw-text-green-900:hover{
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.hover\:tw-text-teal-100:hover{
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.hover\:tw-text-teal-200:hover{
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.hover\:tw-text-teal-300:hover{
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.hover\:tw-text-teal-400:hover{
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.hover\:tw-text-teal-500:hover{
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.hover\:tw-text-teal-600:hover{
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.hover\:tw-text-teal-700:hover{
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.hover\:tw-text-teal-800:hover{
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.hover\:tw-text-teal-900:hover{
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.hover\:tw-text-blue-100:hover{
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.hover\:tw-text-blue-200:hover{
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.hover\:tw-text-blue-300:hover{
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.hover\:tw-text-blue-400:hover{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.hover\:tw-text-blue-500:hover{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.hover\:tw-text-blue-600:hover{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.hover\:tw-text-blue-700:hover{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.hover\:tw-text-blue-800:hover{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.hover\:tw-text-blue-900:hover{
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.hover\:tw-text-indigo-100:hover{
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.hover\:tw-text-indigo-200:hover{
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.hover\:tw-text-indigo-300:hover{
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.hover\:tw-text-indigo-400:hover{
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.hover\:tw-text-indigo-500:hover{
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.hover\:tw-text-indigo-600:hover{
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.hover\:tw-text-indigo-700:hover{
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.hover\:tw-text-indigo-800:hover{
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.hover\:tw-text-indigo-900:hover{
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.hover\:tw-text-purple-100:hover{
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.hover\:tw-text-purple-200:hover{
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.hover\:tw-text-purple-300:hover{
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.hover\:tw-text-purple-400:hover{
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.hover\:tw-text-purple-500:hover{
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.hover\:tw-text-purple-600:hover{
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.hover\:tw-text-purple-700:hover{
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.hover\:tw-text-purple-800:hover{
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.hover\:tw-text-purple-900:hover{
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.hover\:tw-text-pink-100:hover{
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.hover\:tw-text-pink-200:hover{
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.hover\:tw-text-pink-300:hover{
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.hover\:tw-text-pink-400:hover{
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.hover\:tw-text-pink-500:hover{
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.hover\:tw-text-pink-600:hover{
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.hover\:tw-text-pink-700:hover{
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.hover\:tw-text-pink-800:hover{
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.hover\:tw-text-pink-900:hover{
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.hover\:tw-text-shadow-100:hover{
  color: #00000026;
}

.hover\:tw-text-shadow-200:hover{
  color: #0000001A;
}

.hover\:tw-text-grey-100:hover{
  --text-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--text-opacity));
}

.hover\:tw-text-grey-200:hover{
  --text-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--text-opacity));
}

.hover\:tw-text-grey-300:hover{
  --text-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--text-opacity));
}

.hover\:tw-text-grey-400:hover{
  --text-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--text-opacity));
}

.hover\:tw-text-grey-500:hover{
  --text-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--text-opacity));
}

.hover\:tw-text-grey-600:hover{
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.hover\:tw-text-zzmblue-100:hover{
  --text-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--text-opacity));
}

.hover\:tw-text-zzmblue-200:hover{
  --text-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--text-opacity));
}

.hover\:tw-text-zzmgreen-100:hover{
  --text-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--text-opacity));
}

.hover\:tw-text-zzmgreen-200:hover{
  --text-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--text-opacity));
}

.hover\:tw-text-zzmgreen-300:hover{
  --text-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--text-opacity));
}

.hover\:tw-text-zzmorange:hover{
  --text-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--text-opacity));
}

.hover\:tw-text-zzmyellow:hover{
  --text-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--text-opacity));
}

.hover\:tw-text-zzmred:hover{
  --text-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--text-opacity));
}

.focus\:tw-text-transparent:focus{
  color: transparent;
}

.focus\:tw-text-current:focus{
  color: currentColor;
}

.focus\:tw-text-black:focus{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.focus\:tw-text-white:focus{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.focus\:tw-text-gray-100:focus{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.focus\:tw-text-gray-200:focus{
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.focus\:tw-text-gray-300:focus{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.focus\:tw-text-gray-400:focus{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.focus\:tw-text-gray-500:focus{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.focus\:tw-text-gray-600:focus{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.focus\:tw-text-gray-700:focus{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.focus\:tw-text-gray-800:focus{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.focus\:tw-text-gray-900:focus{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.focus\:tw-text-red-100:focus{
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.focus\:tw-text-red-200:focus{
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.focus\:tw-text-red-300:focus{
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.focus\:tw-text-red-400:focus{
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.focus\:tw-text-red-500:focus{
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.focus\:tw-text-red-600:focus{
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.focus\:tw-text-red-700:focus{
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.focus\:tw-text-red-800:focus{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.focus\:tw-text-red-900:focus{
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.focus\:tw-text-orange-100:focus{
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.focus\:tw-text-orange-200:focus{
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.focus\:tw-text-orange-300:focus{
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.focus\:tw-text-orange-400:focus{
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.focus\:tw-text-orange-500:focus{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.focus\:tw-text-orange-600:focus{
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.focus\:tw-text-orange-700:focus{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.focus\:tw-text-orange-800:focus{
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.focus\:tw-text-orange-900:focus{
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.focus\:tw-text-yellow-100:focus{
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.focus\:tw-text-yellow-200:focus{
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.focus\:tw-text-yellow-300:focus{
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.focus\:tw-text-yellow-400:focus{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.focus\:tw-text-yellow-500:focus{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.focus\:tw-text-yellow-600:focus{
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.focus\:tw-text-yellow-700:focus{
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.focus\:tw-text-yellow-800:focus{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.focus\:tw-text-yellow-900:focus{
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.focus\:tw-text-green-100:focus{
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.focus\:tw-text-green-200:focus{
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.focus\:tw-text-green-300:focus{
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.focus\:tw-text-green-400:focus{
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.focus\:tw-text-green-500:focus{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.focus\:tw-text-green-600:focus{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.focus\:tw-text-green-700:focus{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.focus\:tw-text-green-800:focus{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.focus\:tw-text-green-900:focus{
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.focus\:tw-text-teal-100:focus{
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.focus\:tw-text-teal-200:focus{
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.focus\:tw-text-teal-300:focus{
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.focus\:tw-text-teal-400:focus{
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.focus\:tw-text-teal-500:focus{
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.focus\:tw-text-teal-600:focus{
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.focus\:tw-text-teal-700:focus{
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.focus\:tw-text-teal-800:focus{
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.focus\:tw-text-teal-900:focus{
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.focus\:tw-text-blue-100:focus{
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.focus\:tw-text-blue-200:focus{
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.focus\:tw-text-blue-300:focus{
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.focus\:tw-text-blue-400:focus{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.focus\:tw-text-blue-500:focus{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.focus\:tw-text-blue-600:focus{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.focus\:tw-text-blue-700:focus{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.focus\:tw-text-blue-800:focus{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.focus\:tw-text-blue-900:focus{
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.focus\:tw-text-indigo-100:focus{
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.focus\:tw-text-indigo-200:focus{
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.focus\:tw-text-indigo-300:focus{
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.focus\:tw-text-indigo-400:focus{
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.focus\:tw-text-indigo-500:focus{
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.focus\:tw-text-indigo-600:focus{
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.focus\:tw-text-indigo-700:focus{
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.focus\:tw-text-indigo-800:focus{
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.focus\:tw-text-indigo-900:focus{
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.focus\:tw-text-purple-100:focus{
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.focus\:tw-text-purple-200:focus{
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.focus\:tw-text-purple-300:focus{
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.focus\:tw-text-purple-400:focus{
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.focus\:tw-text-purple-500:focus{
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.focus\:tw-text-purple-600:focus{
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.focus\:tw-text-purple-700:focus{
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.focus\:tw-text-purple-800:focus{
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.focus\:tw-text-purple-900:focus{
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.focus\:tw-text-pink-100:focus{
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.focus\:tw-text-pink-200:focus{
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.focus\:tw-text-pink-300:focus{
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.focus\:tw-text-pink-400:focus{
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.focus\:tw-text-pink-500:focus{
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.focus\:tw-text-pink-600:focus{
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.focus\:tw-text-pink-700:focus{
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.focus\:tw-text-pink-800:focus{
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.focus\:tw-text-pink-900:focus{
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.focus\:tw-text-shadow-100:focus{
  color: #00000026;
}

.focus\:tw-text-shadow-200:focus{
  color: #0000001A;
}

.focus\:tw-text-grey-100:focus{
  --text-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--text-opacity));
}

.focus\:tw-text-grey-200:focus{
  --text-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--text-opacity));
}

.focus\:tw-text-grey-300:focus{
  --text-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--text-opacity));
}

.focus\:tw-text-grey-400:focus{
  --text-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--text-opacity));
}

.focus\:tw-text-grey-500:focus{
  --text-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--text-opacity));
}

.focus\:tw-text-grey-600:focus{
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.focus\:tw-text-zzmblue-100:focus{
  --text-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--text-opacity));
}

.focus\:tw-text-zzmblue-200:focus{
  --text-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--text-opacity));
}

.focus\:tw-text-zzmgreen-100:focus{
  --text-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--text-opacity));
}

.focus\:tw-text-zzmgreen-200:focus{
  --text-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--text-opacity));
}

.focus\:tw-text-zzmgreen-300:focus{
  --text-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--text-opacity));
}

.focus\:tw-text-zzmorange:focus{
  --text-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--text-opacity));
}

.focus\:tw-text-zzmyellow:focus{
  --text-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--text-opacity));
}

.focus\:tw-text-zzmred:focus{
  --text-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--text-opacity));
}

.active\:tw-text-transparent:active{
  color: transparent;
}

.active\:tw-text-current:active{
  color: currentColor;
}

.active\:tw-text-black:active{
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.active\:tw-text-white:active{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.active\:tw-text-gray-100:active{
  --text-opacity: 1;
  color: #f7fafc;
  color: rgba(247, 250, 252, var(--text-opacity));
}

.active\:tw-text-gray-200:active{
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity));
}

.active\:tw-text-gray-300:active{
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity));
}

.active\:tw-text-gray-400:active{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity));
}

.active\:tw-text-gray-500:active{
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.active\:tw-text-gray-600:active{
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.active\:tw-text-gray-700:active{
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity));
}

.active\:tw-text-gray-800:active{
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.active\:tw-text-gray-900:active{
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.active\:tw-text-red-100:active{
  --text-opacity: 1;
  color: #fff5f5;
  color: rgba(255, 245, 245, var(--text-opacity));
}

.active\:tw-text-red-200:active{
  --text-opacity: 1;
  color: #fed7d7;
  color: rgba(254, 215, 215, var(--text-opacity));
}

.active\:tw-text-red-300:active{
  --text-opacity: 1;
  color: #feb2b2;
  color: rgba(254, 178, 178, var(--text-opacity));
}

.active\:tw-text-red-400:active{
  --text-opacity: 1;
  color: #fc8181;
  color: rgba(252, 129, 129, var(--text-opacity));
}

.active\:tw-text-red-500:active{
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.active\:tw-text-red-600:active{
  --text-opacity: 1;
  color: #e53e3e;
  color: rgba(229, 62, 62, var(--text-opacity));
}

.active\:tw-text-red-700:active{
  --text-opacity: 1;
  color: #c53030;
  color: rgba(197, 48, 48, var(--text-opacity));
}

.active\:tw-text-red-800:active{
  --text-opacity: 1;
  color: #9b2c2c;
  color: rgba(155, 44, 44, var(--text-opacity));
}

.active\:tw-text-red-900:active{
  --text-opacity: 1;
  color: #742a2a;
  color: rgba(116, 42, 42, var(--text-opacity));
}

.active\:tw-text-orange-100:active{
  --text-opacity: 1;
  color: #fffaf0;
  color: rgba(255, 250, 240, var(--text-opacity));
}

.active\:tw-text-orange-200:active{
  --text-opacity: 1;
  color: #feebc8;
  color: rgba(254, 235, 200, var(--text-opacity));
}

.active\:tw-text-orange-300:active{
  --text-opacity: 1;
  color: #fbd38d;
  color: rgba(251, 211, 141, var(--text-opacity));
}

.active\:tw-text-orange-400:active{
  --text-opacity: 1;
  color: #f6ad55;
  color: rgba(246, 173, 85, var(--text-opacity));
}

.active\:tw-text-orange-500:active{
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity));
}

.active\:tw-text-orange-600:active{
  --text-opacity: 1;
  color: #dd6b20;
  color: rgba(221, 107, 32, var(--text-opacity));
}

.active\:tw-text-orange-700:active{
  --text-opacity: 1;
  color: #c05621;
  color: rgba(192, 86, 33, var(--text-opacity));
}

.active\:tw-text-orange-800:active{
  --text-opacity: 1;
  color: #9c4221;
  color: rgba(156, 66, 33, var(--text-opacity));
}

.active\:tw-text-orange-900:active{
  --text-opacity: 1;
  color: #7b341e;
  color: rgba(123, 52, 30, var(--text-opacity));
}

.active\:tw-text-yellow-100:active{
  --text-opacity: 1;
  color: #fffff0;
  color: rgba(255, 255, 240, var(--text-opacity));
}

.active\:tw-text-yellow-200:active{
  --text-opacity: 1;
  color: #fefcbf;
  color: rgba(254, 252, 191, var(--text-opacity));
}

.active\:tw-text-yellow-300:active{
  --text-opacity: 1;
  color: #faf089;
  color: rgba(250, 240, 137, var(--text-opacity));
}

.active\:tw-text-yellow-400:active{
  --text-opacity: 1;
  color: #f6e05e;
  color: rgba(246, 224, 94, var(--text-opacity));
}

.active\:tw-text-yellow-500:active{
  --text-opacity: 1;
  color: #ecc94b;
  color: rgba(236, 201, 75, var(--text-opacity));
}

.active\:tw-text-yellow-600:active{
  --text-opacity: 1;
  color: #d69e2e;
  color: rgba(214, 158, 46, var(--text-opacity));
}

.active\:tw-text-yellow-700:active{
  --text-opacity: 1;
  color: #b7791f;
  color: rgba(183, 121, 31, var(--text-opacity));
}

.active\:tw-text-yellow-800:active{
  --text-opacity: 1;
  color: #975a16;
  color: rgba(151, 90, 22, var(--text-opacity));
}

.active\:tw-text-yellow-900:active{
  --text-opacity: 1;
  color: #744210;
  color: rgba(116, 66, 16, var(--text-opacity));
}

.active\:tw-text-green-100:active{
  --text-opacity: 1;
  color: #f0fff4;
  color: rgba(240, 255, 244, var(--text-opacity));
}

.active\:tw-text-green-200:active{
  --text-opacity: 1;
  color: #c6f6d5;
  color: rgba(198, 246, 213, var(--text-opacity));
}

.active\:tw-text-green-300:active{
  --text-opacity: 1;
  color: #9ae6b4;
  color: rgba(154, 230, 180, var(--text-opacity));
}

.active\:tw-text-green-400:active{
  --text-opacity: 1;
  color: #68d391;
  color: rgba(104, 211, 145, var(--text-opacity));
}

.active\:tw-text-green-500:active{
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity));
}

.active\:tw-text-green-600:active{
  --text-opacity: 1;
  color: #38a169;
  color: rgba(56, 161, 105, var(--text-opacity));
}

.active\:tw-text-green-700:active{
  --text-opacity: 1;
  color: #2f855a;
  color: rgba(47, 133, 90, var(--text-opacity));
}

.active\:tw-text-green-800:active{
  --text-opacity: 1;
  color: #276749;
  color: rgba(39, 103, 73, var(--text-opacity));
}

.active\:tw-text-green-900:active{
  --text-opacity: 1;
  color: #22543d;
  color: rgba(34, 84, 61, var(--text-opacity));
}

.active\:tw-text-teal-100:active{
  --text-opacity: 1;
  color: #e6fffa;
  color: rgba(230, 255, 250, var(--text-opacity));
}

.active\:tw-text-teal-200:active{
  --text-opacity: 1;
  color: #b2f5ea;
  color: rgba(178, 245, 234, var(--text-opacity));
}

.active\:tw-text-teal-300:active{
  --text-opacity: 1;
  color: #81e6d9;
  color: rgba(129, 230, 217, var(--text-opacity));
}

.active\:tw-text-teal-400:active{
  --text-opacity: 1;
  color: #4fd1c5;
  color: rgba(79, 209, 197, var(--text-opacity));
}

.active\:tw-text-teal-500:active{
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity));
}

.active\:tw-text-teal-600:active{
  --text-opacity: 1;
  color: #319795;
  color: rgba(49, 151, 149, var(--text-opacity));
}

.active\:tw-text-teal-700:active{
  --text-opacity: 1;
  color: #2c7a7b;
  color: rgba(44, 122, 123, var(--text-opacity));
}

.active\:tw-text-teal-800:active{
  --text-opacity: 1;
  color: #285e61;
  color: rgba(40, 94, 97, var(--text-opacity));
}

.active\:tw-text-teal-900:active{
  --text-opacity: 1;
  color: #234e52;
  color: rgba(35, 78, 82, var(--text-opacity));
}

.active\:tw-text-blue-100:active{
  --text-opacity: 1;
  color: #ebf8ff;
  color: rgba(235, 248, 255, var(--text-opacity));
}

.active\:tw-text-blue-200:active{
  --text-opacity: 1;
  color: #bee3f8;
  color: rgba(190, 227, 248, var(--text-opacity));
}

.active\:tw-text-blue-300:active{
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

.active\:tw-text-blue-400:active{
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity));
}

.active\:tw-text-blue-500:active{
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
}

.active\:tw-text-blue-600:active{
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity));
}

.active\:tw-text-blue-700:active{
  --text-opacity: 1;
  color: #2b6cb0;
  color: rgba(43, 108, 176, var(--text-opacity));
}

.active\:tw-text-blue-800:active{
  --text-opacity: 1;
  color: #2c5282;
  color: rgba(44, 82, 130, var(--text-opacity));
}

.active\:tw-text-blue-900:active{
  --text-opacity: 1;
  color: #2a4365;
  color: rgba(42, 67, 101, var(--text-opacity));
}

.active\:tw-text-indigo-100:active{
  --text-opacity: 1;
  color: #ebf4ff;
  color: rgba(235, 244, 255, var(--text-opacity));
}

.active\:tw-text-indigo-200:active{
  --text-opacity: 1;
  color: #c3dafe;
  color: rgba(195, 218, 254, var(--text-opacity));
}

.active\:tw-text-indigo-300:active{
  --text-opacity: 1;
  color: #a3bffa;
  color: rgba(163, 191, 250, var(--text-opacity));
}

.active\:tw-text-indigo-400:active{
  --text-opacity: 1;
  color: #7f9cf5;
  color: rgba(127, 156, 245, var(--text-opacity));
}

.active\:tw-text-indigo-500:active{
  --text-opacity: 1;
  color: #667eea;
  color: rgba(102, 126, 234, var(--text-opacity));
}

.active\:tw-text-indigo-600:active{
  --text-opacity: 1;
  color: #5a67d8;
  color: rgba(90, 103, 216, var(--text-opacity));
}

.active\:tw-text-indigo-700:active{
  --text-opacity: 1;
  color: #4c51bf;
  color: rgba(76, 81, 191, var(--text-opacity));
}

.active\:tw-text-indigo-800:active{
  --text-opacity: 1;
  color: #434190;
  color: rgba(67, 65, 144, var(--text-opacity));
}

.active\:tw-text-indigo-900:active{
  --text-opacity: 1;
  color: #3c366b;
  color: rgba(60, 54, 107, var(--text-opacity));
}

.active\:tw-text-purple-100:active{
  --text-opacity: 1;
  color: #faf5ff;
  color: rgba(250, 245, 255, var(--text-opacity));
}

.active\:tw-text-purple-200:active{
  --text-opacity: 1;
  color: #e9d8fd;
  color: rgba(233, 216, 253, var(--text-opacity));
}

.active\:tw-text-purple-300:active{
  --text-opacity: 1;
  color: #d6bcfa;
  color: rgba(214, 188, 250, var(--text-opacity));
}

.active\:tw-text-purple-400:active{
  --text-opacity: 1;
  color: #b794f4;
  color: rgba(183, 148, 244, var(--text-opacity));
}

.active\:tw-text-purple-500:active{
  --text-opacity: 1;
  color: #9f7aea;
  color: rgba(159, 122, 234, var(--text-opacity));
}

.active\:tw-text-purple-600:active{
  --text-opacity: 1;
  color: #805ad5;
  color: rgba(128, 90, 213, var(--text-opacity));
}

.active\:tw-text-purple-700:active{
  --text-opacity: 1;
  color: #6b46c1;
  color: rgba(107, 70, 193, var(--text-opacity));
}

.active\:tw-text-purple-800:active{
  --text-opacity: 1;
  color: #553c9a;
  color: rgba(85, 60, 154, var(--text-opacity));
}

.active\:tw-text-purple-900:active{
  --text-opacity: 1;
  color: #44337a;
  color: rgba(68, 51, 122, var(--text-opacity));
}

.active\:tw-text-pink-100:active{
  --text-opacity: 1;
  color: #fff5f7;
  color: rgba(255, 245, 247, var(--text-opacity));
}

.active\:tw-text-pink-200:active{
  --text-opacity: 1;
  color: #fed7e2;
  color: rgba(254, 215, 226, var(--text-opacity));
}

.active\:tw-text-pink-300:active{
  --text-opacity: 1;
  color: #fbb6ce;
  color: rgba(251, 182, 206, var(--text-opacity));
}

.active\:tw-text-pink-400:active{
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity));
}

.active\:tw-text-pink-500:active{
  --text-opacity: 1;
  color: #ed64a6;
  color: rgba(237, 100, 166, var(--text-opacity));
}

.active\:tw-text-pink-600:active{
  --text-opacity: 1;
  color: #d53f8c;
  color: rgba(213, 63, 140, var(--text-opacity));
}

.active\:tw-text-pink-700:active{
  --text-opacity: 1;
  color: #b83280;
  color: rgba(184, 50, 128, var(--text-opacity));
}

.active\:tw-text-pink-800:active{
  --text-opacity: 1;
  color: #97266d;
  color: rgba(151, 38, 109, var(--text-opacity));
}

.active\:tw-text-pink-900:active{
  --text-opacity: 1;
  color: #702459;
  color: rgba(112, 36, 89, var(--text-opacity));
}

.active\:tw-text-shadow-100:active{
  color: #00000026;
}

.active\:tw-text-shadow-200:active{
  color: #0000001A;
}

.active\:tw-text-grey-100:active{
  --text-opacity: 1;
  color: #FBFBFB;
  color: rgba(251, 251, 251, var(--text-opacity));
}

.active\:tw-text-grey-200:active{
  --text-opacity: 1;
  color: #F1F1F1;
  color: rgba(241, 241, 241, var(--text-opacity));
}

.active\:tw-text-grey-300:active{
  --text-opacity: 1;
  color: #E4E4E4;
  color: rgba(228, 228, 228, var(--text-opacity));
}

.active\:tw-text-grey-400:active{
  --text-opacity: 1;
  color: #C4C4C4;
  color: rgba(196, 196, 196, var(--text-opacity));
}

.active\:tw-text-grey-500:active{
  --text-opacity: 1;
  color: #999999;
  color: rgba(153, 153, 153, var(--text-opacity));
}

.active\:tw-text-grey-600:active{
  --text-opacity: 1;
  color: #707070;
  color: rgba(112, 112, 112, var(--text-opacity));
}

.active\:tw-text-zzmblue-100:active{
  --text-opacity: 1;
  color: #34ADFD;
  color: rgba(52, 173, 253, var(--text-opacity));
}

.active\:tw-text-zzmblue-200:active{
  --text-opacity: 1;
  color: #0096DB;
  color: rgba(0, 150, 219, var(--text-opacity));
}

.active\:tw-text-zzmgreen-100:active{
  --text-opacity: 1;
  color: #A6CD4A;
  color: rgba(166, 205, 74, var(--text-opacity));
}

.active\:tw-text-zzmgreen-200:active{
  --text-opacity: 1;
  color: #8DBB20;
  color: rgba(141, 187, 32, var(--text-opacity));
}

.active\:tw-text-zzmgreen-300:active{
  --text-opacity: 1;
  color: #39B54A;
  color: rgba(57, 181, 74, var(--text-opacity));
}

.active\:tw-text-zzmorange:active{
  --text-opacity: 1;
  color: #FFA200;
  color: rgba(255, 162, 0, var(--text-opacity));
}

.active\:tw-text-zzmyellow:active{
  --text-opacity: 1;
  color: #FFDD00;
  color: rgba(255, 221, 0, var(--text-opacity));
}

.active\:tw-text-zzmred:active{
  --text-opacity: 1;
  color: #EC5840;
  color: rgba(236, 88, 64, var(--text-opacity));
}

.\!tw-text-transparent{
  color: transparent !important;
}

.\!tw-text-current{
  color: currentColor !important;
}

.\!tw-text-black{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.\!tw-text-white{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.\!tw-text-gray-100{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.\!tw-text-gray-200{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.\!tw-text-gray-300{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.\!tw-text-gray-400{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.\!tw-text-gray-500{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.\!tw-text-gray-600{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.\!tw-text-gray-700{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.\!tw-text-gray-800{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.\!tw-text-gray-900{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.\!tw-text-red-100{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.\!tw-text-red-200{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.\!tw-text-red-300{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.\!tw-text-red-400{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.\!tw-text-red-500{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.\!tw-text-red-600{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.\!tw-text-red-700{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.\!tw-text-red-800{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.\!tw-text-red-900{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.\!tw-text-orange-100{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.\!tw-text-orange-200{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.\!tw-text-orange-300{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.\!tw-text-orange-400{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.\!tw-text-orange-500{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.\!tw-text-orange-600{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.\!tw-text-orange-700{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.\!tw-text-orange-800{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.\!tw-text-orange-900{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.\!tw-text-yellow-100{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.\!tw-text-yellow-200{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.\!tw-text-yellow-300{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.\!tw-text-yellow-400{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.\!tw-text-yellow-500{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.\!tw-text-yellow-600{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.\!tw-text-yellow-700{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.\!tw-text-yellow-800{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.\!tw-text-yellow-900{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.\!tw-text-green-100{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.\!tw-text-green-200{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.\!tw-text-green-300{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.\!tw-text-green-400{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.\!tw-text-green-500{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.\!tw-text-green-600{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.\!tw-text-green-700{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.\!tw-text-green-800{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.\!tw-text-green-900{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.\!tw-text-teal-100{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.\!tw-text-teal-200{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.\!tw-text-teal-300{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.\!tw-text-teal-400{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.\!tw-text-teal-500{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.\!tw-text-teal-600{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.\!tw-text-teal-700{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.\!tw-text-teal-800{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.\!tw-text-teal-900{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.\!tw-text-blue-100{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.\!tw-text-blue-200{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.\!tw-text-blue-300{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.\!tw-text-blue-400{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.\!tw-text-blue-500{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.\!tw-text-blue-600{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.\!tw-text-blue-700{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.\!tw-text-blue-800{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.\!tw-text-blue-900{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.\!tw-text-indigo-100{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.\!tw-text-indigo-200{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.\!tw-text-indigo-300{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.\!tw-text-indigo-400{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.\!tw-text-indigo-500{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.\!tw-text-indigo-600{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.\!tw-text-indigo-700{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.\!tw-text-indigo-800{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.\!tw-text-indigo-900{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.\!tw-text-purple-100{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.\!tw-text-purple-200{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.\!tw-text-purple-300{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.\!tw-text-purple-400{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.\!tw-text-purple-500{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.\!tw-text-purple-600{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.\!tw-text-purple-700{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.\!tw-text-purple-800{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.\!tw-text-purple-900{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.\!tw-text-pink-100{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.\!tw-text-pink-200{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.\!tw-text-pink-300{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.\!tw-text-pink-400{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.\!tw-text-pink-500{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.\!tw-text-pink-600{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.\!tw-text-pink-700{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.\!tw-text-pink-800{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.\!tw-text-pink-900{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.\!tw-text-shadow-100{
  color: #00000026 !important;
}

.\!tw-text-shadow-200{
  color: #0000001A !important;
}

.\!tw-text-grey-100{
  --text-opacity: 1 !important;
  color: #FBFBFB !important;
  color: rgba(251, 251, 251, var(--text-opacity)) !important;
}

.\!tw-text-grey-200{
  --text-opacity: 1 !important;
  color: #F1F1F1 !important;
  color: rgba(241, 241, 241, var(--text-opacity)) !important;
}

.\!tw-text-grey-300{
  --text-opacity: 1 !important;
  color: #E4E4E4 !important;
  color: rgba(228, 228, 228, var(--text-opacity)) !important;
}

.\!tw-text-grey-400{
  --text-opacity: 1 !important;
  color: #C4C4C4 !important;
  color: rgba(196, 196, 196, var(--text-opacity)) !important;
}

.\!tw-text-grey-500{
  --text-opacity: 1 !important;
  color: #999999 !important;
  color: rgba(153, 153, 153, var(--text-opacity)) !important;
}

.\!tw-text-grey-600{
  --text-opacity: 1 !important;
  color: #707070 !important;
  color: rgba(112, 112, 112, var(--text-opacity)) !important;
}

.\!tw-text-zzmblue-100{
  --text-opacity: 1 !important;
  color: #34ADFD !important;
  color: rgba(52, 173, 253, var(--text-opacity)) !important;
}

.\!tw-text-zzmblue-200{
  --text-opacity: 1 !important;
  color: #0096DB !important;
  color: rgba(0, 150, 219, var(--text-opacity)) !important;
}

.\!tw-text-zzmgreen-100{
  --text-opacity: 1 !important;
  color: #A6CD4A !important;
  color: rgba(166, 205, 74, var(--text-opacity)) !important;
}

.\!tw-text-zzmgreen-200{
  --text-opacity: 1 !important;
  color: #8DBB20 !important;
  color: rgba(141, 187, 32, var(--text-opacity)) !important;
}

.\!tw-text-zzmgreen-300{
  --text-opacity: 1 !important;
  color: #39B54A !important;
  color: rgba(57, 181, 74, var(--text-opacity)) !important;
}

.\!tw-text-zzmorange{
  --text-opacity: 1 !important;
  color: #FFA200 !important;
  color: rgba(255, 162, 0, var(--text-opacity)) !important;
}

.\!tw-text-zzmyellow{
  --text-opacity: 1 !important;
  color: #FFDD00 !important;
  color: rgba(255, 221, 0, var(--text-opacity)) !important;
}

.\!tw-text-zzmred{
  --text-opacity: 1 !important;
  color: #EC5840 !important;
  color: rgba(236, 88, 64, var(--text-opacity)) !important;
}

.tw-text-opacity-0{
  --text-opacity: 0;
}

.tw-text-opacity-25{
  --text-opacity: 0.25;
}

.tw-text-opacity-50{
  --text-opacity: 0.5;
}

.tw-text-opacity-75{
  --text-opacity: 0.75;
}

.tw-text-opacity-100{
  --text-opacity: 1;
}

.hover\:tw-text-opacity-0:hover{
  --text-opacity: 0;
}

.hover\:tw-text-opacity-25:hover{
  --text-opacity: 0.25;
}

.hover\:tw-text-opacity-50:hover{
  --text-opacity: 0.5;
}

.hover\:tw-text-opacity-75:hover{
  --text-opacity: 0.75;
}

.hover\:tw-text-opacity-100:hover{
  --text-opacity: 1;
}

.focus\:tw-text-opacity-0:focus{
  --text-opacity: 0;
}

.focus\:tw-text-opacity-25:focus{
  --text-opacity: 0.25;
}

.focus\:tw-text-opacity-50:focus{
  --text-opacity: 0.5;
}

.focus\:tw-text-opacity-75:focus{
  --text-opacity: 0.75;
}

.focus\:tw-text-opacity-100:focus{
  --text-opacity: 1;
}

.tw-italic{
  font-style: italic;
}

.tw-not-italic{
  font-style: normal;
}

.tw-uppercase{
  text-transform: uppercase;
}

.tw-lowercase{
  text-transform: lowercase;
}

.tw-capitalize{
  text-transform: capitalize;
}

.tw-normal-case{
  text-transform: none;
}

.tw-underline{
  text-decoration: underline;
}

.tw-line-through{
  text-decoration: line-through;
}

.tw-no-underline{
  text-decoration: none;
}

.hover\:tw-underline:hover{
  text-decoration: underline;
}

.hover\:tw-line-through:hover{
  text-decoration: line-through;
}

.hover\:tw-no-underline:hover{
  text-decoration: none;
}

.focus\:tw-underline:focus{
  text-decoration: underline;
}

.focus\:tw-line-through:focus{
  text-decoration: line-through;
}

.focus\:tw-no-underline:focus{
  text-decoration: none;
}

.tw-antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tw-subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tw-tracking-tighter{
  letter-spacing: -0.05em;
}

.tw-tracking-tight{
  letter-spacing: -0.025em;
}

.tw-tracking-normal{
  letter-spacing: 0;
}

.tw-tracking-wide{
  letter-spacing: 0.025em;
}

.tw-tracking-wider{
  letter-spacing: 0.05em;
}

.tw-tracking-widest{
  letter-spacing: 0.1em;
}

.tw-select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tw-select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.tw-select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.tw-select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.tw-align-baseline{
  vertical-align: baseline;
}

.tw-align-top{
  vertical-align: top;
}

.tw-align-middle{
  vertical-align: middle;
}

.tw-align-bottom{
  vertical-align: bottom;
}

.tw-align-text-top{
  vertical-align: text-top;
}

.tw-align-text-bottom{
  vertical-align: text-bottom;
}

.tw-visible{
  visibility: visible;
}

.tw-invisible{
  visibility: hidden;
}

.tw-whitespace-normal{
  white-space: normal;
}

.tw-whitespace-no-wrap{
  white-space: nowrap;
}

.tw-whitespace-pre{
  white-space: pre;
}

.tw-whitespace-pre-line{
  white-space: pre-line;
}

.tw-whitespace-pre-wrap{
  white-space: pre-wrap;
}

.tw-break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.tw-break-words{
  overflow-wrap: break-word;
}

.tw-break-all{
  word-break: break-all;
}

.tw-truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-w-0{
  width: 0;
}

.tw-w-1{
  width: 0.25rem;
}

.tw-w-2{
  width: 0.5rem;
}

.tw-w-3{
  width: 0.75rem;
}

.tw-w-4{
  width: 1rem;
}

.tw-w-5{
  width: 1.25rem;
}

.tw-w-6{
  width: 1.5rem;
}

.tw-w-7{
  width: 28px;
}

.tw-w-8{
  width: 2rem;
}

.tw-w-10{
  width: 2.5rem;
}

.tw-w-12{
  width: 3rem;
}

.tw-w-16{
  width: 4rem;
}

.tw-w-20{
  width: 5rem;
}

.tw-w-24{
  width: 6rem;
}

.tw-w-32{
  width: 8rem;
}

.tw-w-40{
  width: 10rem;
}

.tw-w-48{
  width: 12rem;
}

.tw-w-56{
  width: 14rem;
}

.tw-w-64{
  width: 16rem;
}

.tw-w-auto{
  width: auto;
}

.tw-w-px{
  width: 1px;
}

.tw-w-1\/2{
  width: 50%;
}

.tw-w-1\/3{
  width: 33.333333%;
}

.tw-w-2\/3{
  width: 66.666667%;
}

.tw-w-1\/4{
  width: 25%;
}

.tw-w-2\/4{
  width: 50%;
}

.tw-w-3\/4{
  width: 75%;
}

.tw-w-1\/5{
  width: 20%;
}

.tw-w-2\/5{
  width: 40%;
}

.tw-w-3\/5{
  width: 60%;
}

.tw-w-4\/5{
  width: 80%;
}

.tw-w-1\/6{
  width: 16.666667%;
}

.tw-w-2\/6{
  width: 33.333333%;
}

.tw-w-3\/6{
  width: 50%;
}

.tw-w-4\/6{
  width: 66.666667%;
}

.tw-w-5\/6{
  width: 83.333333%;
}

.tw-w-1\/12{
  width: 8.333333%;
}

.tw-w-2\/12{
  width: 16.666667%;
}

.tw-w-3\/12{
  width: 25%;
}

.tw-w-4\/12{
  width: 33.333333%;
}

.tw-w-5\/12{
  width: 41.666667%;
}

.tw-w-6\/12{
  width: 50%;
}

.tw-w-7\/12{
  width: 58.333333%;
}

.tw-w-8\/12{
  width: 66.666667%;
}

.tw-w-9\/12{
  width: 75%;
}

.tw-w-10\/12{
  width: 83.333333%;
}

.tw-w-11\/12{
  width: 91.666667%;
}

.tw-w-full{
  width: 100%;
}

.tw-w-screen{
  width: 100vw;
}

.tw-z-0{
  z-index: 0;
}

.tw-z-10{
  z-index: 10;
}

.tw-z-20{
  z-index: 20;
}

.tw-z-30{
  z-index: 30;
}

.tw-z-40{
  z-index: 40;
}

.tw-z-50{
  z-index: 50;
}

.tw-z-100{
  z-index: 100;
}

.tw-z-auto{
  z-index: auto;
}

.tw-gap-0{
  grid-gap: 0;
  gap: 0;
}

.tw-gap-1{
  grid-gap: 0.25rem;
  gap: 0.25rem;
}

.tw-gap-2{
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.tw-gap-3{
  grid-gap: 0.75rem;
  gap: 0.75rem;
}

.tw-gap-4{
  grid-gap: 1rem;
  gap: 1rem;
}

.tw-gap-5{
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.tw-gap-6{
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.tw-gap-8{
  grid-gap: 2rem;
  gap: 2rem;
}

.tw-gap-10{
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.tw-gap-12{
  grid-gap: 3rem;
  gap: 3rem;
}

.tw-gap-16{
  grid-gap: 4rem;
  gap: 4rem;
}

.tw-gap-20{
  grid-gap: 5rem;
  gap: 5rem;
}

.tw-gap-24{
  grid-gap: 6rem;
  gap: 6rem;
}

.tw-gap-32{
  grid-gap: 8rem;
  gap: 8rem;
}

.tw-gap-40{
  grid-gap: 10rem;
  gap: 10rem;
}

.tw-gap-48{
  grid-gap: 12rem;
  gap: 12rem;
}

.tw-gap-56{
  grid-gap: 14rem;
  gap: 14rem;
}

.tw-gap-64{
  grid-gap: 16rem;
  gap: 16rem;
}

.tw-gap-px{
  grid-gap: 1px;
  gap: 1px;
}

.tw-col-gap-0{
  grid-column-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
}

.tw-col-gap-1{
  grid-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.tw-col-gap-2{
  grid-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.tw-col-gap-3{
  grid-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.tw-col-gap-4{
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.tw-col-gap-5{
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.tw-col-gap-6{
  grid-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.tw-col-gap-8{
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.tw-col-gap-10{
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.tw-col-gap-12{
  grid-column-gap: 3rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.tw-col-gap-16{
  grid-column-gap: 4rem;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.tw-col-gap-20{
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.tw-col-gap-24{
  grid-column-gap: 6rem;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.tw-col-gap-32{
  grid-column-gap: 8rem;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.tw-col-gap-40{
  grid-column-gap: 10rem;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.tw-col-gap-48{
  grid-column-gap: 12rem;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.tw-col-gap-56{
  grid-column-gap: 14rem;
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.tw-col-gap-64{
  grid-column-gap: 16rem;
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.tw-col-gap-px{
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
}

.tw-row-gap-0{
  grid-row-gap: 0;
  row-gap: 0;
}

.tw-row-gap-1{
  grid-row-gap: 0.25rem;
  row-gap: 0.25rem;
}

.tw-row-gap-2{
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}

.tw-row-gap-3{
  grid-row-gap: 0.75rem;
  row-gap: 0.75rem;
}

.tw-row-gap-4{
  grid-row-gap: 1rem;
  row-gap: 1rem;
}

.tw-row-gap-5{
  grid-row-gap: 1.25rem;
  row-gap: 1.25rem;
}

.tw-row-gap-6{
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}

.tw-row-gap-8{
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.tw-row-gap-10{
  grid-row-gap: 2.5rem;
  row-gap: 2.5rem;
}

.tw-row-gap-12{
  grid-row-gap: 3rem;
  row-gap: 3rem;
}

.tw-row-gap-16{
  grid-row-gap: 4rem;
  row-gap: 4rem;
}

.tw-row-gap-20{
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.tw-row-gap-24{
  grid-row-gap: 6rem;
  row-gap: 6rem;
}

.tw-row-gap-32{
  grid-row-gap: 8rem;
  row-gap: 8rem;
}

.tw-row-gap-40{
  grid-row-gap: 10rem;
  row-gap: 10rem;
}

.tw-row-gap-48{
  grid-row-gap: 12rem;
  row-gap: 12rem;
}

.tw-row-gap-56{
  grid-row-gap: 14rem;
  row-gap: 14rem;
}

.tw-row-gap-64{
  grid-row-gap: 16rem;
  row-gap: 16rem;
}

.tw-row-gap-px{
  grid-row-gap: 1px;
  row-gap: 1px;
}

.tw-grid-flow-row{
  grid-auto-flow: row;
}

.tw-grid-flow-col{
  grid-auto-flow: column;
}

.tw-grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.tw-grid-flow-col-dense{
  grid-auto-flow: column dense;
}

.tw-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tw-grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tw-grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tw-grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.tw-grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tw-grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.tw-grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.tw-grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.tw-grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.tw-grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tw-grid-cols-none{
  grid-template-columns: none;
}

.tw-grid-cols-playlistgames{
  grid-template-columns: repeat(auto-fill, 230px);
}

.tw-col-auto{
  grid-column: auto;
}

.tw-col-span-1{
  grid-column: span 1 / span 1;
}

.tw-col-span-2{
  grid-column: span 2 / span 2;
}

.tw-col-span-3{
  grid-column: span 3 / span 3;
}

.tw-col-span-4{
  grid-column: span 4 / span 4;
}

.tw-col-span-5{
  grid-column: span 5 / span 5;
}

.tw-col-span-6{
  grid-column: span 6 / span 6;
}

.tw-col-span-7{
  grid-column: span 7 / span 7;
}

.tw-col-span-8{
  grid-column: span 8 / span 8;
}

.tw-col-span-9{
  grid-column: span 9 / span 9;
}

.tw-col-span-10{
  grid-column: span 10 / span 10;
}

.tw-col-span-11{
  grid-column: span 11 / span 11;
}

.tw-col-span-12{
  grid-column: span 12 / span 12;
}

.tw-col-start-1{
  grid-column-start: 1;
}

.tw-col-start-2{
  grid-column-start: 2;
}

.tw-col-start-3{
  grid-column-start: 3;
}

.tw-col-start-4{
  grid-column-start: 4;
}

.tw-col-start-5{
  grid-column-start: 5;
}

.tw-col-start-6{
  grid-column-start: 6;
}

.tw-col-start-7{
  grid-column-start: 7;
}

.tw-col-start-8{
  grid-column-start: 8;
}

.tw-col-start-9{
  grid-column-start: 9;
}

.tw-col-start-10{
  grid-column-start: 10;
}

.tw-col-start-11{
  grid-column-start: 11;
}

.tw-col-start-12{
  grid-column-start: 12;
}

.tw-col-start-13{
  grid-column-start: 13;
}

.tw-col-start-auto{
  grid-column-start: auto;
}

.tw-col-end-1{
  grid-column-end: 1;
}

.tw-col-end-2{
  grid-column-end: 2;
}

.tw-col-end-3{
  grid-column-end: 3;
}

.tw-col-end-4{
  grid-column-end: 4;
}

.tw-col-end-5{
  grid-column-end: 5;
}

.tw-col-end-6{
  grid-column-end: 6;
}

.tw-col-end-7{
  grid-column-end: 7;
}

.tw-col-end-8{
  grid-column-end: 8;
}

.tw-col-end-9{
  grid-column-end: 9;
}

.tw-col-end-10{
  grid-column-end: 10;
}

.tw-col-end-11{
  grid-column-end: 11;
}

.tw-col-end-12{
  grid-column-end: 12;
}

.tw-col-end-13{
  grid-column-end: 13;
}

.tw-col-end-auto{
  grid-column-end: auto;
}

.tw-grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.tw-grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.tw-grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.tw-grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.tw-grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.tw-grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.tw-grid-rows-none{
  grid-template-rows: none;
}

.tw-row-auto{
  grid-row: auto;
}

.tw-row-span-1{
  grid-row: span 1 / span 1;
}

.tw-row-span-2{
  grid-row: span 2 / span 2;
}

.tw-row-span-3{
  grid-row: span 3 / span 3;
}

.tw-row-span-4{
  grid-row: span 4 / span 4;
}

.tw-row-span-5{
  grid-row: span 5 / span 5;
}

.tw-row-span-6{
  grid-row: span 6 / span 6;
}

.tw-row-start-1{
  grid-row-start: 1;
}

.tw-row-start-2{
  grid-row-start: 2;
}

.tw-row-start-3{
  grid-row-start: 3;
}

.tw-row-start-4{
  grid-row-start: 4;
}

.tw-row-start-5{
  grid-row-start: 5;
}

.tw-row-start-6{
  grid-row-start: 6;
}

.tw-row-start-7{
  grid-row-start: 7;
}

.tw-row-start-auto{
  grid-row-start: auto;
}

.tw-row-end-1{
  grid-row-end: 1;
}

.tw-row-end-2{
  grid-row-end: 2;
}

.tw-row-end-3{
  grid-row-end: 3;
}

.tw-row-end-4{
  grid-row-end: 4;
}

.tw-row-end-5{
  grid-row-end: 5;
}

.tw-row-end-6{
  grid-row-end: 6;
}

.tw-row-end-7{
  grid-row-end: 7;
}

.tw-row-end-auto{
  grid-row-end: auto;
}

.tw-transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.tw-transform-none{
  transform: none;
}

.tw-origin-center{
  transform-origin: center;
}

.tw-origin-top{
  transform-origin: top;
}

.tw-origin-top-right{
  transform-origin: top right;
}

.tw-origin-right{
  transform-origin: right;
}

.tw-origin-bottom-right{
  transform-origin: bottom right;
}

.tw-origin-bottom{
  transform-origin: bottom;
}

.tw-origin-bottom-left{
  transform-origin: bottom left;
}

.tw-origin-left{
  transform-origin: left;
}

.tw-origin-top-left{
  transform-origin: top left;
}

.tw-scale-0{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.tw-scale-50{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.tw-scale-75{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.tw-scale-90{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.tw-scale-95{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.tw-scale-100{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.tw-scale-105{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.tw-scale-110{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.tw-scale-125{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.tw-scale-150{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.tw-scale-x-0{
  --transform-scale-x: 0;
}

.tw-scale-x-50{
  --transform-scale-x: .5;
}

.tw-scale-x-75{
  --transform-scale-x: .75;
}

.tw-scale-x-90{
  --transform-scale-x: .9;
}

.tw-scale-x-95{
  --transform-scale-x: .95;
}

.tw-scale-x-100{
  --transform-scale-x: 1;
}

.tw-scale-x-105{
  --transform-scale-x: 1.05;
}

.tw-scale-x-110{
  --transform-scale-x: 1.1;
}

.tw-scale-x-125{
  --transform-scale-x: 1.25;
}

.tw-scale-x-150{
  --transform-scale-x: 1.5;
}

.tw-scale-y-0{
  --transform-scale-y: 0;
}

.tw-scale-y-50{
  --transform-scale-y: .5;
}

.tw-scale-y-75{
  --transform-scale-y: .75;
}

.tw-scale-y-90{
  --transform-scale-y: .9;
}

.tw-scale-y-95{
  --transform-scale-y: .95;
}

.tw-scale-y-100{
  --transform-scale-y: 1;
}

.tw-scale-y-105{
  --transform-scale-y: 1.05;
}

.tw-scale-y-110{
  --transform-scale-y: 1.1;
}

.tw-scale-y-125{
  --transform-scale-y: 1.25;
}

.tw-scale-y-150{
  --transform-scale-y: 1.5;
}

.hover\:tw-scale-0:hover{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.hover\:tw-scale-50:hover{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.hover\:tw-scale-75:hover{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.hover\:tw-scale-90:hover{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.hover\:tw-scale-95:hover{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.hover\:tw-scale-100:hover{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.hover\:tw-scale-105:hover{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.hover\:tw-scale-110:hover{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.hover\:tw-scale-125:hover{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.hover\:tw-scale-150:hover{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.hover\:tw-scale-x-0:hover{
  --transform-scale-x: 0;
}

.hover\:tw-scale-x-50:hover{
  --transform-scale-x: .5;
}

.hover\:tw-scale-x-75:hover{
  --transform-scale-x: .75;
}

.hover\:tw-scale-x-90:hover{
  --transform-scale-x: .9;
}

.hover\:tw-scale-x-95:hover{
  --transform-scale-x: .95;
}

.hover\:tw-scale-x-100:hover{
  --transform-scale-x: 1;
}

.hover\:tw-scale-x-105:hover{
  --transform-scale-x: 1.05;
}

.hover\:tw-scale-x-110:hover{
  --transform-scale-x: 1.1;
}

.hover\:tw-scale-x-125:hover{
  --transform-scale-x: 1.25;
}

.hover\:tw-scale-x-150:hover{
  --transform-scale-x: 1.5;
}

.hover\:tw-scale-y-0:hover{
  --transform-scale-y: 0;
}

.hover\:tw-scale-y-50:hover{
  --transform-scale-y: .5;
}

.hover\:tw-scale-y-75:hover{
  --transform-scale-y: .75;
}

.hover\:tw-scale-y-90:hover{
  --transform-scale-y: .9;
}

.hover\:tw-scale-y-95:hover{
  --transform-scale-y: .95;
}

.hover\:tw-scale-y-100:hover{
  --transform-scale-y: 1;
}

.hover\:tw-scale-y-105:hover{
  --transform-scale-y: 1.05;
}

.hover\:tw-scale-y-110:hover{
  --transform-scale-y: 1.1;
}

.hover\:tw-scale-y-125:hover{
  --transform-scale-y: 1.25;
}

.hover\:tw-scale-y-150:hover{
  --transform-scale-y: 1.5;
}

.focus\:tw-scale-0:focus{
  --transform-scale-x: 0;
  --transform-scale-y: 0;
}

.focus\:tw-scale-50:focus{
  --transform-scale-x: .5;
  --transform-scale-y: .5;
}

.focus\:tw-scale-75:focus{
  --transform-scale-x: .75;
  --transform-scale-y: .75;
}

.focus\:tw-scale-90:focus{
  --transform-scale-x: .9;
  --transform-scale-y: .9;
}

.focus\:tw-scale-95:focus{
  --transform-scale-x: .95;
  --transform-scale-y: .95;
}

.focus\:tw-scale-100:focus{
  --transform-scale-x: 1;
  --transform-scale-y: 1;
}

.focus\:tw-scale-105:focus{
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

.focus\:tw-scale-110:focus{
  --transform-scale-x: 1.1;
  --transform-scale-y: 1.1;
}

.focus\:tw-scale-125:focus{
  --transform-scale-x: 1.25;
  --transform-scale-y: 1.25;
}

.focus\:tw-scale-150:focus{
  --transform-scale-x: 1.5;
  --transform-scale-y: 1.5;
}

.focus\:tw-scale-x-0:focus{
  --transform-scale-x: 0;
}

.focus\:tw-scale-x-50:focus{
  --transform-scale-x: .5;
}

.focus\:tw-scale-x-75:focus{
  --transform-scale-x: .75;
}

.focus\:tw-scale-x-90:focus{
  --transform-scale-x: .9;
}

.focus\:tw-scale-x-95:focus{
  --transform-scale-x: .95;
}

.focus\:tw-scale-x-100:focus{
  --transform-scale-x: 1;
}

.focus\:tw-scale-x-105:focus{
  --transform-scale-x: 1.05;
}

.focus\:tw-scale-x-110:focus{
  --transform-scale-x: 1.1;
}

.focus\:tw-scale-x-125:focus{
  --transform-scale-x: 1.25;
}

.focus\:tw-scale-x-150:focus{
  --transform-scale-x: 1.5;
}

.focus\:tw-scale-y-0:focus{
  --transform-scale-y: 0;
}

.focus\:tw-scale-y-50:focus{
  --transform-scale-y: .5;
}

.focus\:tw-scale-y-75:focus{
  --transform-scale-y: .75;
}

.focus\:tw-scale-y-90:focus{
  --transform-scale-y: .9;
}

.focus\:tw-scale-y-95:focus{
  --transform-scale-y: .95;
}

.focus\:tw-scale-y-100:focus{
  --transform-scale-y: 1;
}

.focus\:tw-scale-y-105:focus{
  --transform-scale-y: 1.05;
}

.focus\:tw-scale-y-110:focus{
  --transform-scale-y: 1.1;
}

.focus\:tw-scale-y-125:focus{
  --transform-scale-y: 1.25;
}

.focus\:tw-scale-y-150:focus{
  --transform-scale-y: 1.5;
}

.tw-rotate-0{
  --transform-rotate: 0;
}

.tw-rotate-45{
  --transform-rotate: 45deg;
}

.tw-rotate-90{
  --transform-rotate: 90deg;
}

.tw-rotate-180{
  --transform-rotate: 180deg;
}

.tw--rotate-180{
  --transform-rotate: -180deg;
}

.tw--rotate-90{
  --transform-rotate: -90deg;
}

.tw--rotate-45{
  --transform-rotate: -45deg;
}

.hover\:tw-rotate-0:hover{
  --transform-rotate: 0;
}

.hover\:tw-rotate-45:hover{
  --transform-rotate: 45deg;
}

.hover\:tw-rotate-90:hover{
  --transform-rotate: 90deg;
}

.hover\:tw-rotate-180:hover{
  --transform-rotate: 180deg;
}

.hover\:tw--rotate-180:hover{
  --transform-rotate: -180deg;
}

.hover\:tw--rotate-90:hover{
  --transform-rotate: -90deg;
}

.hover\:tw--rotate-45:hover{
  --transform-rotate: -45deg;
}

.focus\:tw-rotate-0:focus{
  --transform-rotate: 0;
}

.focus\:tw-rotate-45:focus{
  --transform-rotate: 45deg;
}

.focus\:tw-rotate-90:focus{
  --transform-rotate: 90deg;
}

.focus\:tw-rotate-180:focus{
  --transform-rotate: 180deg;
}

.focus\:tw--rotate-180:focus{
  --transform-rotate: -180deg;
}

.focus\:tw--rotate-90:focus{
  --transform-rotate: -90deg;
}

.focus\:tw--rotate-45:focus{
  --transform-rotate: -45deg;
}

.tw-translate-x-0{
  --transform-translate-x: 0;
}

.tw-translate-x-1{
  --transform-translate-x: 0.25rem;
}

.tw-translate-x-2{
  --transform-translate-x: 0.5rem;
}

.tw-translate-x-3{
  --transform-translate-x: 0.75rem;
}

.tw-translate-x-4{
  --transform-translate-x: 1rem;
}

.tw-translate-x-5{
  --transform-translate-x: 1.25rem;
}

.tw-translate-x-6{
  --transform-translate-x: 1.5rem;
}

.tw-translate-x-8{
  --transform-translate-x: 2rem;
}

.tw-translate-x-10{
  --transform-translate-x: 2.5rem;
}

.tw-translate-x-12{
  --transform-translate-x: 3rem;
}

.tw-translate-x-16{
  --transform-translate-x: 4rem;
}

.tw-translate-x-20{
  --transform-translate-x: 5rem;
}

.tw-translate-x-24{
  --transform-translate-x: 6rem;
}

.tw-translate-x-32{
  --transform-translate-x: 8rem;
}

.tw-translate-x-40{
  --transform-translate-x: 10rem;
}

.tw-translate-x-48{
  --transform-translate-x: 12rem;
}

.tw-translate-x-56{
  --transform-translate-x: 14rem;
}

.tw-translate-x-64{
  --transform-translate-x: 16rem;
}

.tw-translate-x-px{
  --transform-translate-x: 1px;
}

.tw--translate-x-1{
  --transform-translate-x: -0.25rem;
}

.tw--translate-x-2{
  --transform-translate-x: -0.5rem;
}

.tw--translate-x-3{
  --transform-translate-x: -0.75rem;
}

.tw--translate-x-4{
  --transform-translate-x: -1rem;
}

.tw--translate-x-5{
  --transform-translate-x: -1.25rem;
}

.tw--translate-x-6{
  --transform-translate-x: -1.5rem;
}

.tw--translate-x-8{
  --transform-translate-x: -2rem;
}

.tw--translate-x-10{
  --transform-translate-x: -2.5rem;
}

.tw--translate-x-12{
  --transform-translate-x: -3rem;
}

.tw--translate-x-16{
  --transform-translate-x: -4rem;
}

.tw--translate-x-20{
  --transform-translate-x: -5rem;
}

.tw--translate-x-24{
  --transform-translate-x: -6rem;
}

.tw--translate-x-32{
  --transform-translate-x: -8rem;
}

.tw--translate-x-40{
  --transform-translate-x: -10rem;
}

.tw--translate-x-48{
  --transform-translate-x: -12rem;
}

.tw--translate-x-56{
  --transform-translate-x: -14rem;
}

.tw--translate-x-64{
  --transform-translate-x: -16rem;
}

.tw--translate-x-px{
  --transform-translate-x: -1px;
}

.tw--translate-x-full{
  --transform-translate-x: -100%;
}

.tw--translate-x-1\/2{
  --transform-translate-x: -50%;
}

.tw-translate-x-1\/2{
  --transform-translate-x: 50%;
}

.tw-translate-x-full{
  --transform-translate-x: 100%;
}

.tw-translate-y-0{
  --transform-translate-y: 0;
}

.tw-translate-y-1{
  --transform-translate-y: 0.25rem;
}

.tw-translate-y-2{
  --transform-translate-y: 0.5rem;
}

.tw-translate-y-3{
  --transform-translate-y: 0.75rem;
}

.tw-translate-y-4{
  --transform-translate-y: 1rem;
}

.tw-translate-y-5{
  --transform-translate-y: 1.25rem;
}

.tw-translate-y-6{
  --transform-translate-y: 1.5rem;
}

.tw-translate-y-8{
  --transform-translate-y: 2rem;
}

.tw-translate-y-10{
  --transform-translate-y: 2.5rem;
}

.tw-translate-y-12{
  --transform-translate-y: 3rem;
}

.tw-translate-y-16{
  --transform-translate-y: 4rem;
}

.tw-translate-y-20{
  --transform-translate-y: 5rem;
}

.tw-translate-y-24{
  --transform-translate-y: 6rem;
}

.tw-translate-y-32{
  --transform-translate-y: 8rem;
}

.tw-translate-y-40{
  --transform-translate-y: 10rem;
}

.tw-translate-y-48{
  --transform-translate-y: 12rem;
}

.tw-translate-y-56{
  --transform-translate-y: 14rem;
}

.tw-translate-y-64{
  --transform-translate-y: 16rem;
}

.tw-translate-y-px{
  --transform-translate-y: 1px;
}

.tw--translate-y-1{
  --transform-translate-y: -0.25rem;
}

.tw--translate-y-2{
  --transform-translate-y: -0.5rem;
}

.tw--translate-y-3{
  --transform-translate-y: -0.75rem;
}

.tw--translate-y-4{
  --transform-translate-y: -1rem;
}

.tw--translate-y-5{
  --transform-translate-y: -1.25rem;
}

.tw--translate-y-6{
  --transform-translate-y: -1.5rem;
}

.tw--translate-y-8{
  --transform-translate-y: -2rem;
}

.tw--translate-y-10{
  --transform-translate-y: -2.5rem;
}

.tw--translate-y-12{
  --transform-translate-y: -3rem;
}

.tw--translate-y-16{
  --transform-translate-y: -4rem;
}

.tw--translate-y-20{
  --transform-translate-y: -5rem;
}

.tw--translate-y-24{
  --transform-translate-y: -6rem;
}

.tw--translate-y-32{
  --transform-translate-y: -8rem;
}

.tw--translate-y-40{
  --transform-translate-y: -10rem;
}

.tw--translate-y-48{
  --transform-translate-y: -12rem;
}

.tw--translate-y-56{
  --transform-translate-y: -14rem;
}

.tw--translate-y-64{
  --transform-translate-y: -16rem;
}

.tw--translate-y-px{
  --transform-translate-y: -1px;
}

.tw--translate-y-full{
  --transform-translate-y: -100%;
}

.tw--translate-y-1\/2{
  --transform-translate-y: -50%;
}

.tw-translate-y-1\/2{
  --transform-translate-y: 50%;
}

.tw-translate-y-full{
  --transform-translate-y: 100%;
}

.hover\:tw-translate-x-0:hover{
  --transform-translate-x: 0;
}

.hover\:tw-translate-x-1:hover{
  --transform-translate-x: 0.25rem;
}

.hover\:tw-translate-x-2:hover{
  --transform-translate-x: 0.5rem;
}

.hover\:tw-translate-x-3:hover{
  --transform-translate-x: 0.75rem;
}

.hover\:tw-translate-x-4:hover{
  --transform-translate-x: 1rem;
}

.hover\:tw-translate-x-5:hover{
  --transform-translate-x: 1.25rem;
}

.hover\:tw-translate-x-6:hover{
  --transform-translate-x: 1.5rem;
}

.hover\:tw-translate-x-8:hover{
  --transform-translate-x: 2rem;
}

.hover\:tw-translate-x-10:hover{
  --transform-translate-x: 2.5rem;
}

.hover\:tw-translate-x-12:hover{
  --transform-translate-x: 3rem;
}

.hover\:tw-translate-x-16:hover{
  --transform-translate-x: 4rem;
}

.hover\:tw-translate-x-20:hover{
  --transform-translate-x: 5rem;
}

.hover\:tw-translate-x-24:hover{
  --transform-translate-x: 6rem;
}

.hover\:tw-translate-x-32:hover{
  --transform-translate-x: 8rem;
}

.hover\:tw-translate-x-40:hover{
  --transform-translate-x: 10rem;
}

.hover\:tw-translate-x-48:hover{
  --transform-translate-x: 12rem;
}

.hover\:tw-translate-x-56:hover{
  --transform-translate-x: 14rem;
}

.hover\:tw-translate-x-64:hover{
  --transform-translate-x: 16rem;
}

.hover\:tw-translate-x-px:hover{
  --transform-translate-x: 1px;
}

.hover\:tw--translate-x-1:hover{
  --transform-translate-x: -0.25rem;
}

.hover\:tw--translate-x-2:hover{
  --transform-translate-x: -0.5rem;
}

.hover\:tw--translate-x-3:hover{
  --transform-translate-x: -0.75rem;
}

.hover\:tw--translate-x-4:hover{
  --transform-translate-x: -1rem;
}

.hover\:tw--translate-x-5:hover{
  --transform-translate-x: -1.25rem;
}

.hover\:tw--translate-x-6:hover{
  --transform-translate-x: -1.5rem;
}

.hover\:tw--translate-x-8:hover{
  --transform-translate-x: -2rem;
}

.hover\:tw--translate-x-10:hover{
  --transform-translate-x: -2.5rem;
}

.hover\:tw--translate-x-12:hover{
  --transform-translate-x: -3rem;
}

.hover\:tw--translate-x-16:hover{
  --transform-translate-x: -4rem;
}

.hover\:tw--translate-x-20:hover{
  --transform-translate-x: -5rem;
}

.hover\:tw--translate-x-24:hover{
  --transform-translate-x: -6rem;
}

.hover\:tw--translate-x-32:hover{
  --transform-translate-x: -8rem;
}

.hover\:tw--translate-x-40:hover{
  --transform-translate-x: -10rem;
}

.hover\:tw--translate-x-48:hover{
  --transform-translate-x: -12rem;
}

.hover\:tw--translate-x-56:hover{
  --transform-translate-x: -14rem;
}

.hover\:tw--translate-x-64:hover{
  --transform-translate-x: -16rem;
}

.hover\:tw--translate-x-px:hover{
  --transform-translate-x: -1px;
}

.hover\:tw--translate-x-full:hover{
  --transform-translate-x: -100%;
}

.hover\:tw--translate-x-1\/2:hover{
  --transform-translate-x: -50%;
}

.hover\:tw-translate-x-1\/2:hover{
  --transform-translate-x: 50%;
}

.hover\:tw-translate-x-full:hover{
  --transform-translate-x: 100%;
}

.hover\:tw-translate-y-0:hover{
  --transform-translate-y: 0;
}

.hover\:tw-translate-y-1:hover{
  --transform-translate-y: 0.25rem;
}

.hover\:tw-translate-y-2:hover{
  --transform-translate-y: 0.5rem;
}

.hover\:tw-translate-y-3:hover{
  --transform-translate-y: 0.75rem;
}

.hover\:tw-translate-y-4:hover{
  --transform-translate-y: 1rem;
}

.hover\:tw-translate-y-5:hover{
  --transform-translate-y: 1.25rem;
}

.hover\:tw-translate-y-6:hover{
  --transform-translate-y: 1.5rem;
}

.hover\:tw-translate-y-8:hover{
  --transform-translate-y: 2rem;
}

.hover\:tw-translate-y-10:hover{
  --transform-translate-y: 2.5rem;
}

.hover\:tw-translate-y-12:hover{
  --transform-translate-y: 3rem;
}

.hover\:tw-translate-y-16:hover{
  --transform-translate-y: 4rem;
}

.hover\:tw-translate-y-20:hover{
  --transform-translate-y: 5rem;
}

.hover\:tw-translate-y-24:hover{
  --transform-translate-y: 6rem;
}

.hover\:tw-translate-y-32:hover{
  --transform-translate-y: 8rem;
}

.hover\:tw-translate-y-40:hover{
  --transform-translate-y: 10rem;
}

.hover\:tw-translate-y-48:hover{
  --transform-translate-y: 12rem;
}

.hover\:tw-translate-y-56:hover{
  --transform-translate-y: 14rem;
}

.hover\:tw-translate-y-64:hover{
  --transform-translate-y: 16rem;
}

.hover\:tw-translate-y-px:hover{
  --transform-translate-y: 1px;
}

.hover\:tw--translate-y-1:hover{
  --transform-translate-y: -0.25rem;
}

.hover\:tw--translate-y-2:hover{
  --transform-translate-y: -0.5rem;
}

.hover\:tw--translate-y-3:hover{
  --transform-translate-y: -0.75rem;
}

.hover\:tw--translate-y-4:hover{
  --transform-translate-y: -1rem;
}

.hover\:tw--translate-y-5:hover{
  --transform-translate-y: -1.25rem;
}

.hover\:tw--translate-y-6:hover{
  --transform-translate-y: -1.5rem;
}

.hover\:tw--translate-y-8:hover{
  --transform-translate-y: -2rem;
}

.hover\:tw--translate-y-10:hover{
  --transform-translate-y: -2.5rem;
}

.hover\:tw--translate-y-12:hover{
  --transform-translate-y: -3rem;
}

.hover\:tw--translate-y-16:hover{
  --transform-translate-y: -4rem;
}

.hover\:tw--translate-y-20:hover{
  --transform-translate-y: -5rem;
}

.hover\:tw--translate-y-24:hover{
  --transform-translate-y: -6rem;
}

.hover\:tw--translate-y-32:hover{
  --transform-translate-y: -8rem;
}

.hover\:tw--translate-y-40:hover{
  --transform-translate-y: -10rem;
}

.hover\:tw--translate-y-48:hover{
  --transform-translate-y: -12rem;
}

.hover\:tw--translate-y-56:hover{
  --transform-translate-y: -14rem;
}

.hover\:tw--translate-y-64:hover{
  --transform-translate-y: -16rem;
}

.hover\:tw--translate-y-px:hover{
  --transform-translate-y: -1px;
}

.hover\:tw--translate-y-full:hover{
  --transform-translate-y: -100%;
}

.hover\:tw--translate-y-1\/2:hover{
  --transform-translate-y: -50%;
}

.hover\:tw-translate-y-1\/2:hover{
  --transform-translate-y: 50%;
}

.hover\:tw-translate-y-full:hover{
  --transform-translate-y: 100%;
}

.focus\:tw-translate-x-0:focus{
  --transform-translate-x: 0;
}

.focus\:tw-translate-x-1:focus{
  --transform-translate-x: 0.25rem;
}

.focus\:tw-translate-x-2:focus{
  --transform-translate-x: 0.5rem;
}

.focus\:tw-translate-x-3:focus{
  --transform-translate-x: 0.75rem;
}

.focus\:tw-translate-x-4:focus{
  --transform-translate-x: 1rem;
}

.focus\:tw-translate-x-5:focus{
  --transform-translate-x: 1.25rem;
}

.focus\:tw-translate-x-6:focus{
  --transform-translate-x: 1.5rem;
}

.focus\:tw-translate-x-8:focus{
  --transform-translate-x: 2rem;
}

.focus\:tw-translate-x-10:focus{
  --transform-translate-x: 2.5rem;
}

.focus\:tw-translate-x-12:focus{
  --transform-translate-x: 3rem;
}

.focus\:tw-translate-x-16:focus{
  --transform-translate-x: 4rem;
}

.focus\:tw-translate-x-20:focus{
  --transform-translate-x: 5rem;
}

.focus\:tw-translate-x-24:focus{
  --transform-translate-x: 6rem;
}

.focus\:tw-translate-x-32:focus{
  --transform-translate-x: 8rem;
}

.focus\:tw-translate-x-40:focus{
  --transform-translate-x: 10rem;
}

.focus\:tw-translate-x-48:focus{
  --transform-translate-x: 12rem;
}

.focus\:tw-translate-x-56:focus{
  --transform-translate-x: 14rem;
}

.focus\:tw-translate-x-64:focus{
  --transform-translate-x: 16rem;
}

.focus\:tw-translate-x-px:focus{
  --transform-translate-x: 1px;
}

.focus\:tw--translate-x-1:focus{
  --transform-translate-x: -0.25rem;
}

.focus\:tw--translate-x-2:focus{
  --transform-translate-x: -0.5rem;
}

.focus\:tw--translate-x-3:focus{
  --transform-translate-x: -0.75rem;
}

.focus\:tw--translate-x-4:focus{
  --transform-translate-x: -1rem;
}

.focus\:tw--translate-x-5:focus{
  --transform-translate-x: -1.25rem;
}

.focus\:tw--translate-x-6:focus{
  --transform-translate-x: -1.5rem;
}

.focus\:tw--translate-x-8:focus{
  --transform-translate-x: -2rem;
}

.focus\:tw--translate-x-10:focus{
  --transform-translate-x: -2.5rem;
}

.focus\:tw--translate-x-12:focus{
  --transform-translate-x: -3rem;
}

.focus\:tw--translate-x-16:focus{
  --transform-translate-x: -4rem;
}

.focus\:tw--translate-x-20:focus{
  --transform-translate-x: -5rem;
}

.focus\:tw--translate-x-24:focus{
  --transform-translate-x: -6rem;
}

.focus\:tw--translate-x-32:focus{
  --transform-translate-x: -8rem;
}

.focus\:tw--translate-x-40:focus{
  --transform-translate-x: -10rem;
}

.focus\:tw--translate-x-48:focus{
  --transform-translate-x: -12rem;
}

.focus\:tw--translate-x-56:focus{
  --transform-translate-x: -14rem;
}

.focus\:tw--translate-x-64:focus{
  --transform-translate-x: -16rem;
}

.focus\:tw--translate-x-px:focus{
  --transform-translate-x: -1px;
}

.focus\:tw--translate-x-full:focus{
  --transform-translate-x: -100%;
}

.focus\:tw--translate-x-1\/2:focus{
  --transform-translate-x: -50%;
}

.focus\:tw-translate-x-1\/2:focus{
  --transform-translate-x: 50%;
}

.focus\:tw-translate-x-full:focus{
  --transform-translate-x: 100%;
}

.focus\:tw-translate-y-0:focus{
  --transform-translate-y: 0;
}

.focus\:tw-translate-y-1:focus{
  --transform-translate-y: 0.25rem;
}

.focus\:tw-translate-y-2:focus{
  --transform-translate-y: 0.5rem;
}

.focus\:tw-translate-y-3:focus{
  --transform-translate-y: 0.75rem;
}

.focus\:tw-translate-y-4:focus{
  --transform-translate-y: 1rem;
}

.focus\:tw-translate-y-5:focus{
  --transform-translate-y: 1.25rem;
}

.focus\:tw-translate-y-6:focus{
  --transform-translate-y: 1.5rem;
}

.focus\:tw-translate-y-8:focus{
  --transform-translate-y: 2rem;
}

.focus\:tw-translate-y-10:focus{
  --transform-translate-y: 2.5rem;
}

.focus\:tw-translate-y-12:focus{
  --transform-translate-y: 3rem;
}

.focus\:tw-translate-y-16:focus{
  --transform-translate-y: 4rem;
}

.focus\:tw-translate-y-20:focus{
  --transform-translate-y: 5rem;
}

.focus\:tw-translate-y-24:focus{
  --transform-translate-y: 6rem;
}

.focus\:tw-translate-y-32:focus{
  --transform-translate-y: 8rem;
}

.focus\:tw-translate-y-40:focus{
  --transform-translate-y: 10rem;
}

.focus\:tw-translate-y-48:focus{
  --transform-translate-y: 12rem;
}

.focus\:tw-translate-y-56:focus{
  --transform-translate-y: 14rem;
}

.focus\:tw-translate-y-64:focus{
  --transform-translate-y: 16rem;
}

.focus\:tw-translate-y-px:focus{
  --transform-translate-y: 1px;
}

.focus\:tw--translate-y-1:focus{
  --transform-translate-y: -0.25rem;
}

.focus\:tw--translate-y-2:focus{
  --transform-translate-y: -0.5rem;
}

.focus\:tw--translate-y-3:focus{
  --transform-translate-y: -0.75rem;
}

.focus\:tw--translate-y-4:focus{
  --transform-translate-y: -1rem;
}

.focus\:tw--translate-y-5:focus{
  --transform-translate-y: -1.25rem;
}

.focus\:tw--translate-y-6:focus{
  --transform-translate-y: -1.5rem;
}

.focus\:tw--translate-y-8:focus{
  --transform-translate-y: -2rem;
}

.focus\:tw--translate-y-10:focus{
  --transform-translate-y: -2.5rem;
}

.focus\:tw--translate-y-12:focus{
  --transform-translate-y: -3rem;
}

.focus\:tw--translate-y-16:focus{
  --transform-translate-y: -4rem;
}

.focus\:tw--translate-y-20:focus{
  --transform-translate-y: -5rem;
}

.focus\:tw--translate-y-24:focus{
  --transform-translate-y: -6rem;
}

.focus\:tw--translate-y-32:focus{
  --transform-translate-y: -8rem;
}

.focus\:tw--translate-y-40:focus{
  --transform-translate-y: -10rem;
}

.focus\:tw--translate-y-48:focus{
  --transform-translate-y: -12rem;
}

.focus\:tw--translate-y-56:focus{
  --transform-translate-y: -14rem;
}

.focus\:tw--translate-y-64:focus{
  --transform-translate-y: -16rem;
}

.focus\:tw--translate-y-px:focus{
  --transform-translate-y: -1px;
}

.focus\:tw--translate-y-full:focus{
  --transform-translate-y: -100%;
}

.focus\:tw--translate-y-1\/2:focus{
  --transform-translate-y: -50%;
}

.focus\:tw-translate-y-1\/2:focus{
  --transform-translate-y: 50%;
}

.focus\:tw-translate-y-full:focus{
  --transform-translate-y: 100%;
}

.tw-skew-x-0{
  --transform-skew-x: 0;
}

.tw-skew-x-3{
  --transform-skew-x: 3deg;
}

.tw-skew-x-6{
  --transform-skew-x: 6deg;
}

.tw-skew-x-12{
  --transform-skew-x: 12deg;
}

.tw--skew-x-12{
  --transform-skew-x: -12deg;
}

.tw--skew-x-6{
  --transform-skew-x: -6deg;
}

.tw--skew-x-3{
  --transform-skew-x: -3deg;
}

.tw-skew-y-0{
  --transform-skew-y: 0;
}

.tw-skew-y-3{
  --transform-skew-y: 3deg;
}

.tw-skew-y-6{
  --transform-skew-y: 6deg;
}

.tw-skew-y-12{
  --transform-skew-y: 12deg;
}

.tw--skew-y-12{
  --transform-skew-y: -12deg;
}

.tw--skew-y-6{
  --transform-skew-y: -6deg;
}

.tw--skew-y-3{
  --transform-skew-y: -3deg;
}

.hover\:tw-skew-x-0:hover{
  --transform-skew-x: 0;
}

.hover\:tw-skew-x-3:hover{
  --transform-skew-x: 3deg;
}

.hover\:tw-skew-x-6:hover{
  --transform-skew-x: 6deg;
}

.hover\:tw-skew-x-12:hover{
  --transform-skew-x: 12deg;
}

.hover\:tw--skew-x-12:hover{
  --transform-skew-x: -12deg;
}

.hover\:tw--skew-x-6:hover{
  --transform-skew-x: -6deg;
}

.hover\:tw--skew-x-3:hover{
  --transform-skew-x: -3deg;
}

.hover\:tw-skew-y-0:hover{
  --transform-skew-y: 0;
}

.hover\:tw-skew-y-3:hover{
  --transform-skew-y: 3deg;
}

.hover\:tw-skew-y-6:hover{
  --transform-skew-y: 6deg;
}

.hover\:tw-skew-y-12:hover{
  --transform-skew-y: 12deg;
}

.hover\:tw--skew-y-12:hover{
  --transform-skew-y: -12deg;
}

.hover\:tw--skew-y-6:hover{
  --transform-skew-y: -6deg;
}

.hover\:tw--skew-y-3:hover{
  --transform-skew-y: -3deg;
}

.focus\:tw-skew-x-0:focus{
  --transform-skew-x: 0;
}

.focus\:tw-skew-x-3:focus{
  --transform-skew-x: 3deg;
}

.focus\:tw-skew-x-6:focus{
  --transform-skew-x: 6deg;
}

.focus\:tw-skew-x-12:focus{
  --transform-skew-x: 12deg;
}

.focus\:tw--skew-x-12:focus{
  --transform-skew-x: -12deg;
}

.focus\:tw--skew-x-6:focus{
  --transform-skew-x: -6deg;
}

.focus\:tw--skew-x-3:focus{
  --transform-skew-x: -3deg;
}

.focus\:tw-skew-y-0:focus{
  --transform-skew-y: 0;
}

.focus\:tw-skew-y-3:focus{
  --transform-skew-y: 3deg;
}

.focus\:tw-skew-y-6:focus{
  --transform-skew-y: 6deg;
}

.focus\:tw-skew-y-12:focus{
  --transform-skew-y: 12deg;
}

.focus\:tw--skew-y-12:focus{
  --transform-skew-y: -12deg;
}

.focus\:tw--skew-y-6:focus{
  --transform-skew-y: -6deg;
}

.focus\:tw--skew-y-3:focus{
  --transform-skew-y: -3deg;
}

.tw-transition-none{
  transition-property: none;
}

.tw-transition-all{
  transition-property: all;
}

.tw-transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.tw-transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
}

.tw-transition-opacity{
  transition-property: opacity;
}

.tw-transition-shadow{
  transition-property: box-shadow;
}

.tw-transition-transform{
  transition-property: transform;
}

.tw-ease-linear{
  transition-timing-function: linear;
}

.tw-ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.tw-ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.tw-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tw-duration-75{
  transition-duration: 75ms;
}

.tw-duration-100{
  transition-duration: 100ms;
}

.tw-duration-150{
  transition-duration: 150ms;
}

.tw-duration-200{
  transition-duration: 200ms;
}

.tw-duration-300{
  transition-duration: 300ms;
}

.tw-duration-500{
  transition-duration: 500ms;
}

.tw-duration-700{
  transition-duration: 700ms;
}

.tw-duration-1000{
  transition-duration: 1000ms;
}

.tw-delay-75{
  transition-delay: 75ms;
}

.tw-delay-100{
  transition-delay: 100ms;
}

.tw-delay-150{
  transition-delay: 150ms;
}

.tw-delay-200{
  transition-delay: 200ms;
}

.tw-delay-300{
  transition-delay: 300ms;
}

.tw-delay-500{
  transition-delay: 500ms;
}

.tw-delay-700{
  transition-delay: 700ms;
}

.tw-delay-1000{
  transition-delay: 1000ms;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adobe:before {
  content: "\F778";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\F95B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\F952";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\F905";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\F907";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\F95C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\F95D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\F95E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\F95F";
}

.fa-handshake-slash:before {
  content: "\F960";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\F961";
}

.fa-head-side-cough-slash:before {
  content: "\F962";
}

.fa-head-side-mask:before {
  content: "\F963";
}

.fa-head-side-virus:before {
  content: "\F964";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\F965";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\F913";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\F955";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\F966";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\F967";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\F91A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\F956";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\F968";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\F91E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\F969";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\F96A";
}

.fa-pump-soap:before {
  content: "\F96B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\F96C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\F957";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\F96E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\F96F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\F970";
}

.fa-store-slash:before {
  content: "\F971";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\F972";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\F941";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\F949";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\F974";
}

.fa-virus-slash:before {
  content: "\F975";
}

.fa-viruses:before {
  content: "\F976";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';

  font-style: normal;

  font-weight: 900;

  font-display: block;

  src: url("../webfonts/fa-solid-900.eot");

  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*
************************************************************************
- CONFIGURATION -
: Global site colours, fonts,
************************************************************************
*/

/* Font Weights */

/* Descriptive Base Colours */

/* ZZM Brand color */

/*Difficulty Meter Colours*/

/* Colour Usages */

/* Colour Palette Modifiers */

/* Text */

/*
************************************************************************
- UTILITIES -
: Functions, Mixins, Placeholers
************************************************************************
*/

/* Import if Google Fonts URL is defined */

/* Functions and Directives */

/* Call color palette modifiers */

/* Mixins */

/* Media Queries */

/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
   * Remove default margin.
   */

body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */

[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */

mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `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 border when inside `a` element in IE 8/9/10.
   */

img {
  border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */

pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */

/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */

/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */

input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */

/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */

optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "museo-sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.row::before, .row::after {
  content: ' ';
  display: table;
}

.row::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

@media screen and (min-width: 40em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.small-1 {
  width: 8.33333333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66666667%;
}

.small-push-2 {
  position: relative;
  left: 16.66666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66666667%;
}

.small-offset-1 {
  margin-left: 8.33333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.66666667%;
}

.small-4 {
  width: 33.33333333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.66666667%;
}

.small-push-5 {
  position: relative;
  left: 41.66666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66666667%;
}

.small-offset-4 {
  margin-left: 33.33333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.66666667%;
}

.small-7 {
  width: 58.33333333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.66666667%;
}

.small-push-8 {
  position: relative;
  left: 66.66666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66666667%;
}

.small-offset-7 {
  margin-left: 58.33333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.66666667%;
}

.small-10 {
  width: 83.33333333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.66666667%;
}

.small-push-11 {
  position: relative;
  left: 91.66666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66666667%;
}

.small-offset-10 {
  margin-left: 83.33333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.66666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333333%;
  float: left;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66666667%;
  float: left;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571429%;
  float: left;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.small-centered {
  margin-left: auto;
  margin-right: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.66666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .medium-offset-1 {
    margin-left: 8.33333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.66666667%;
  }

  .medium-4 {
    width: 33.33333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.66666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .medium-offset-4 {
    margin-left: 33.33333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.66666667%;
  }

  .medium-7 {
    width: 58.33333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.66666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .medium-offset-7 {
    margin-left: 58.33333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.66666667%;
  }

  .medium-10 {
    width: 83.33333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.66666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .medium-offset-10 {
    margin-left: 83.33333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.66666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333333%;
    float: left;
  }

  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66666667%;
    float: left;
  }

  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571429%;
    float: left;
  }

  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.33333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.66666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.66666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.66666667%;
  }

  .large-offset-1 {
    margin-left: 8.33333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.66666667%;
  }

  .large-4 {
    width: 33.33333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.33333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.66666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.66666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.66666667%;
  }

  .large-offset-4 {
    margin-left: 33.33333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.66666667%;
  }

  .large-7 {
    width: 58.33333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.33333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.66666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.66666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.66666667%;
  }

  .large-offset-7 {
    margin-left: 58.33333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.66666667%;
  }

  .large-10 {
    width: 83.33333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.33333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.66666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.66666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.66666667%;
  }

  .large-offset-10 {
    margin-left: 83.33333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.66666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }

  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }

  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }

  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }

  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333333%;
    float: left;
  }

  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }

  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }

  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }

  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }

  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }

  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66666667%;
    float: left;
  }

  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }

  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571429%;
    float: left;
  }

  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }

  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }

  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }

  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }

  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }

  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "museo-sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1585cf;
}

a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: '\2014    ';
}

abbr {
  color: #000000;
  cursor: help;
  border-bottom: 1px dotted #000000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    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;
  }
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #FFFFFF;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #000000;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #FFFFFF;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #1583cc;
  color: #FFFFFF;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button.primary {
  background-color: #2199e8;
  color: #FFFFFF;
}

.button.primary:hover, .button.primary:focus {
  background-color: #147cc0;
  color: #FFFFFF;
}

.button.secondary {
  background-color: #777;
  color: #FFFFFF;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5f5f5f;
  color: #FFFFFF;
}

.button.success {
  background-color: #3adb76;
  color: #FFFFFF;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #FFFFFF;
}

.button.warning {
  background-color: #ffae00;
  color: #FFFFFF;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #FFFFFF;
}

.button.alert {
  background-color: #ec5840;
  color: #FFFFFF;
}

.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #FFFFFF;
}

.button.hollow {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.primary {
  border: 1px solid #2199e8;
  color: #2199e8;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}

.button.hollow.secondary {
  border: 1px solid #777;
  color: #777;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3c3b3b;
  color: #3c3b3b;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #ec5840;
  color: #ec5840;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2199e8;
  color: #FFFFFF;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #2199e8;
  color: #FFFFFF;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #777;
  color: #FFFFFF;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #FFFFFF;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #FFFFFF;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ec5840;
  color: #FFFFFF;
}

.button.dropdown::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #FFFFFF transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}

.button.arrow-only::after {
  margin-left: 0;
  float: none;
  top: -0.1em;
}

.accordion {
  list-style-type: none;
  background: #FFFFFF;
  margin-left: 0;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 0 0;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #000000;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}

.is-accordion-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1);
}

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #FFFFFF;
}

.badge.secondary {
  background: #777;
  color: #FFFFFF;
}

.badge.success {
  background: #3adb76;
  color: #FFFFFF;
}

.badge.warning {
  background: #ffae00;
  color: #FFFFFF;
}

.badge.alert {
  background: #ec5840;
  color: #FFFFFF;
}

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}

.breadcrumbs::before, .breadcrumbs::after {
  content: ' ';
  display: table;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  color: #000000;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}

.breadcrumbs a {
  color: #2199e8;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  content: ' ';
  display: table;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66666667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #2199e8;
  color: #FFFFFF;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #147cc0;
  color: #FFFFFF;
}

.button-group.secondary .button {
  background-color: #777;
  color: #FFFFFF;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5f5f5f;
  color: #FFFFFF;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #FFFFFF;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #FFFFFF;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #FFFFFF;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #FFFFFF;
}

.button-group.alert .button {
  background-color: #ec5840;
  color: #FFFFFF;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #FFFFFF;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: relative;
  color: #000000;
  background-color: white;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def0fc;
}

.callout.secondary {
  background-color: #ebebeb;
}

.callout.success {
  background-color: #e1faea;
}

.callout.warning {
  background-color: #fff3d9;
}

.callout.alert {
  background-color: #fce6e2;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #000000;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu > li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu > li {
  display: table-cell;
}

.menu.vertical > li {
  display: block;
}

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }

  .menu.medium-vertical > li {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }

  .menu.large-vertical > li {
    display: block;
  }
}

.menu.simple li {
  line-height: 1;
  display: inline-block;
  margin-right: 1rem;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before, .menu.align-right::after {
  content: ' ';
  display: table;
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right > li {
  float: right;
}

.menu.expanded {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.menu.expanded > li:first-child:last-child {
  width: 100%;
}

.menu.icon-top > li > a {
  text-align: center;
}

.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active > a {
  color: #FFFFFF;
  background: #2199e8;
}

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
}

.menu-centered {
  text-align: center;
}

.menu-centered > .menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px;
}

.menu-icon.dark::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  top: 0;
  left: 0;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block !important;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  transition: transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
  position: relative;
}

.is-drilldown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  background-color: #FFFFFF;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }

  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
  }

  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }

  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
  }

  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }

  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
  }

  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
  }

  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 1px;
  z-index: 1;
  background: #FFFFFF;
  border: 1px solid #cacaca;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
  margin-top: -3px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #FFFFFF;
}

.label.secondary {
  background: #777;
  color: #FFFFFF;
}

.label.success {
  background: #3adb76;
  color: #FFFFFF;
}

.label.warning {
  background: #ffae00;
  color: #FFFFFF;
}

.label.alert {
  background: #ec5840;
  color: #FFFFFF;
}

.media-object {
  margin-bottom: 1rem;
  display: block;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }

  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

html,
body {
  height: 100%;
}

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto;
}

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  min-height: 100%;
  transition: transform 0.5s ease;
}

.off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
  content: ' ';
  display: table;
}

.off-canvas-wrapper-inner::after {
  clear: both;
}

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #FFFFFF;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease;
}

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0);
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px;
}

.is-open-left {
  transform: translateX(250px);
}

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px;
}

.is-open-right {
  transform: translateX(-250px);
}

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
}

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none;
}

.orbit-slide {
  width: 100%;
  max-height: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  background-color: #cacaca;
  border-radius: 50%;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  content: ' ';
  display: table;
}

.pagination::after {
  clear: both;
}

.pagination li {
  font-size: 0.875rem;
  margin-right: 0.0625rem;
  border-radius: 0;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  color: #000000;
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #FFFFFF;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  content: '\2026';
  padding: 0.1875rem 0.625rem;
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\AB';
  display: inline-block;
  margin-right: 0.5rem;
}

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\BB';
  display: inline-block;
  margin-left: 0.5rem;
}

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.progress.primary .progress-meter {
  background-color: #2199e8;
}

.progress.secondary .progress-meter {
  background-color: #777;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #1583cc;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #FFFFFF;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.875rem;
}

.switch-input {
  opacity: 0;
  position: absolute;
  margin-bottom: 0;
}

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  background: #FFFFFF;
  content: '';
  display: block;
  position: absolute;
  height: 1.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
}

input:checked ~ .switch-paddle {
  background: #2199e8;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

caption {
  font-weight: bold;
  padding: 0.5rem 0.625rem 0.625rem;
}

thead {
  background: #f9f9f9;
  color: #000000;
}

tfoot {
  background: #f2f2f2;
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }

  table.stack tfoot {
    display: none;
  }

  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }

  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}

table.hover tfoot tr:hover {
  background-color: #ededed;
}

table.hover tbody tr:hover {
  background-color: #fafafa;
}

table.hover tbody tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  list-style-type: none;
  background: #FFFFFF;
  border: 1px solid #e6e6e6;
}

.tabs::before, .tabs::after {
  content: ' ';
  display: table;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #2199e8;
}

.tabs.primary > li > a {
  color: #FFFFFF;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 0.75rem;
}

.tabs-title > a:hover {
  background: #FFFFFF;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
}

.tabs-content {
  background: #FFFFFF;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}

.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

.title-bar {
  background: #000000;
  color: #FFFFFF;
  padding: 0.5rem;
}

.title-bar::before, .title-bar::after {
  content: ' ';
  display: table;
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0;
}

.tooltip::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent #000000;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: #000000 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent transparent transparent #000000;
  border-left-style: solid;
  border-right-width: 0;
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  border-color: transparent #000000 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  content: ' ';
  display: table;
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #0096DB;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  float: left;
  margin-right: 1rem;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
}

.clearfix::after {
  clear: both;
}

.admin {
  font-family: 'museo-sans', sans-serif;
}

.admin header {
  background: #0054a6;
  padding: 0.5rem 0;
  color: #fff;
}

.admin header .title {
  color: #FFF81A;
}

.admin header .label {
  margin: 0.5rem 0;
}

@media screen and (min-width: 40em) {
  .admin header .label {
    margin: 0;
  }
}

.admin nav {
  background: #f9f9f9;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 1rem;
}

.admin nav a {
  color: #999;
}

.admin nav a:hover {
  color: #333;
}

.admin nav .active a {
  color: #000;
  background: none;
}

.admin table .button {
  margin: 0;
}

.admin fieldset {
  background: #ececec;
  border: 1px solid #cacaca;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0 1rem;
}

@media screen and (min-width: 40em) {
  .admin fieldset {
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 2rem;
  }
}

.admin .page-header {
  margin-bottom: 1rem;
}

.admin .page-header h1 {
  color: #666;
  margin: 0;
  line-height: 2.375rem;
}

.admin .page-header .button {
  margin: 0;
}

.admin .capitalize {
  text-transform: capitalize;
}

.admin .login {
  margin-top: 10rem;
}

.admin .markdown-support {
  font-size: 0.75rem;
  font-style: italic;
}

.admin .easy-autocomplete-container {
  margin-top: -1rem;
}

.admin .easy-autocomplete-container ul {
  margin: 0;
}

.admin form .button {
  margin-top: 1rem;
}

.admin .pagespeed .chart {
  width: 100%;
  height: 500px;
  margin-bottom: 2rem;
}

/*
************************************************************************
- ANIMATION -
: Any CSS3 Transitions or Animations or classes that add animation
************************************************************************
*/

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    transform: none;
  }
}

@keyframes wobble {
  0% {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-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);
  }

  100% {
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-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);
  }

  100% {
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-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);
  }

  100% {
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-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);
  }

  100% {
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-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);
  }

  100% {
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-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);
  }

  100% {
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-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, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-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, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@media (min-width: 930px) {
  .floating-up {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
  }
}

@media (min-width: 930px) {
  .floating-up-slow {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
  }
}

@media (min-width: 930px) {
  .floating-down {
    -webkit-animation-name: Floatingxdown;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floatingdown;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
  }
}

@media (min-width: 930px) {
  .floating-down-slow {
    -webkit-animation-name: Floatingxdown;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floatingdown;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
  }
}

@media (min-width: 930px) {
  .floating-down-slow-o {
    -webkit-animation-name: Floatingxodown;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floatingdown;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 9px);
  }

  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-webkit-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }

  65% {
    -moz-transform: translate(0, 9px);
  }

  to {
    -moz-transform: translate(0, 0px);
  }
}

@keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }

  65% {
    -moz-transform: translate(0, 9px);
  }

  to {
    -moz-transform: translate(0, 0px);
  }
}

@-webkit-keyframes Floatingxdown {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, -5px);
  }

  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-webkit-keyframes Floatingdown {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, -5px);
  }

  to {
    -webkit-transform: translate(0, 0px);
  }
}

@keyframes Floatingdown {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, -5px);
  }

  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-webkit-keyframes Floatingxodown {
  from {
    -webkit-transform: translate(0, -10px);
  }

  50% {
    -webkit-transform: translate(0, 0px);
  }

  to {
    -webkit-transform: translate(0, -10px);
  }
}

@-webkit-keyframes flicker {
  from {
    background-position: 0px;
  }

  to {
    background-position: -100px;
  }
}

@keyframes flicker {
  from {
    background-position: 0px;
  }

  to {
    background-position: -100px;
  }
}

@keyframes flicker {
  from {
    background-position: 0px;
  }

  to {
    background-position: -100px;
  }
}

.bg-grey {
  background-color: rgba(155, 155, 155, 0.5);
}

/*
************************************************************************
- TYPOGRAPHY -
: Fonts, Links, Etc.
************************************************************************
*/

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'museo-sans', sans-serif;
}

h1 {
  font-family: 'museo-sans', sans-serif;
  font-size: 1.3125rem;
  line-height: 1.3;
  color: #FFFFFF;
}

@media (min-width: 570px) {
  h1 {
    font-size: 1.75rem;
    line-height: 30px;
  }
}

h1 a {
  color: #FFFFFF;
  font-family: 'museo-sans', sans-serif;
}

h1 a:hover {
  color: #FFFFFF;
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 2rem;
  color: #808080;
  color: #807f7f;
  font-family: 'museo-sans', sans-serif;
}

h3 {
  color: #8d8d8d;
  font-family: 'museo-sans', sans-serif;
  font-size: 1.6875rem;
}

h4 {
  color: #808080;
  font-family: 'museo-sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0rem;
}

h5 {
  color: #FFFFFF;
  font-size: 1.4375rem;
  font-family: 'museo-sans', sans-serif;
}

h6 {
  color: #4d4c4c;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
}

p, label, li {
  color: #4d4c4c;
  font-family: 'museo-sans', sans-serif;
  font-size: 0.875rem;
}

a {
  color: #4AAFF4;
}

a:hover, a:focus, a:active {
  color: #1a9af1;
}

.bold {
  font-weight: bold;
}

.button {
  font-family: 'museo-sans', sans-serif;
  font-size: 1.25rem;
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  background: #FABD26;
}

span.error, small.error {
  background: transparent;
  color: #DF3E3E;
  font-style: normal;
  margin-top: -0.9375rem;
}

/** TABLE Styles **/

table tr:nth-of-type(even) {
  background: #c1dff3;
}

/**
Fix to allow orphaned block grid items to be center aligned
Based on http://foundation.zurb.com/forum/posts/2567-choose-block-grid-alignment
**/

[class*="small-up-"].text-center, [class*="medium-up-"].text-center, [class*="large-up-"].text-center {
  font-size: 0;
}

[class*="small-up-"].text-center > .column, [class*="small-up-"].text-center > .columns, [class*="medium-up-"].text-center > .column, [class*="medium-up-"].text-center > .columns, [class*="large-up-"].text-center > .column, [class*="large-up-"].text-center > .columns {
  float: none;
  display: inline-block;
}

/*Download overlay*/

.zzm-app-download {
  background-color: #323232;
  border: 0;
}

.zzm-app-download img {
  border-radius: 0.5rem;
}

.zzm-app-download h1 {
  margin: 2rem 0 2rem 0;
}

.zzm-app-download .large-space {
  margin: 1rem 0 3rem 0;
}

.zzm-app-download .download-icon-margin-sm {
  margin-bottom: 1rem;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .zzm-app-download .download-icon-margin-sm {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .zzm-app-download .download-icon-margin-sm {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .zzm-app-download h1 {
    font-size: 0.8rem;
    margin: 2rem 0 2rem 0;
  }
}

.zzm-app-download p.download-pc-text {
  color: #fff;
}

.reveal:focus {
  outline: 0;
}

.reveal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.headline {
  padding: 2rem;
  background: #00ADEF;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .headline {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 64em) {
  .headline {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.headline h1 {
  text-shadow: 0 0 15px black;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .headline h1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}

.headline h2 {
  text-shadow: 0 0 15px black;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 40em) {
  .headline h2 {
    margin-bottom: 5rem;
  }
}

.headline p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1.3rem;
}

.class-report-accordion {
  list-style-type: none;
  margin: 0;
}

.class-report-accordion .accordion-item {
  border-top: 1px solid #999999;
}

.class-report-accordion .accordion-item:first-child {
  border-top: none;
}

.class-report-accordion .accordion-item__title {
  margin: 0.5rem 1rem;
  padding: 0.5em 1.5em;
}

.class-report-accordion .accordion-item__title::after {
  left: 0;
  border-color: transparent transparent transparent #888888;
  border-style: solid;
  border-width: 6px 0 6px 7px;
}

.class-report-accordion [aria-expanded='true'] .accordion-item__title::after {
  transform: rotate(90deg);
}

.class-report-accordion .accrodion-item__content {
  margin: 0;
}

.class-report-accordion .accordion-text {
  color: #888888;
  font-size: 1rem;
  font-weight: 400;
}

.class-report-accordion .accordion-label {
  font-size: 1.25rem;
  font-weight: bold;
  color: #888888;
  margin: 0;
  padding: 0.5em 0;
}

.class-report-accordion .content-table {
  margin: 0;
}

.class-report-accordion .content-table .content-table__body {
  border: none;
}

.class-report-accordion .content-table .content-table__body .content-table__row {
  border-top: 1px solid #999999;
  background-color: #F9F9F9;
}

.class-report-accordion .content-table .content-table__body .content-table__detail {
  padding: 1em;
}

.class-report-accordion .content-table .content-table__body .content-table__detail .fa {
  font-size: 1.5rem;
}

.class-report-accordion .content-table .content-table__body .content-table__detail .fa.success {
  color: #00B74C;
}

.class-report-accordion .content-table .content-table__body .content-table__detail .fa.alert {
  color: #DB141D;
}

.class-report-accordion .accordion__header {
  padding: 1em;
}

.class-report-accordion [zzm-accordion] > .accordion__header {
  cursor: pointer;
}

.class-report-accordion .close .accordion__content {
  display: block;
  float: left;
  height: 0px;
  transition: height 1s ease-out;
  transform: scaleY(0);
}

.class-report-accordion .open .accordion__content {
  width: 100%;
  display: block;
  transform: scaleY(1);
  transform-origin: top;
  box-sizing: border-box;
}

.class-report-accordion .open .has-caret:before {
  transform: rotate(90deg);
}

.class-report-accordion .has-caret:before {
  border-color: transparent transparent transparent #888888;
  border-style: solid;
  border-width: 6px 0 6px 7px;
  content: '';
  left: -1em;
  margin-top: -4px;
  position: absolute;
  top: 50%;
}

.box {
  background: #fff;
  color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin: 1rem 0;
}

.box__header,
.box__content,
.box__footer {
  padding: 1rem;
}

.box__item {
  margin: 1rem 2rem;
}

@media screen and (max-width: 63.9375em) {
  .box__item {
    margin: 1rem;
  }
}

.box__description {
  font-size: 1rem;
}

.box__header--grey {
  background: #808080;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.box__header--grey .box__title {
  color: #FFFFFF;
}

.box__title {
  color: #58595b;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.box__action > .button {
  margin: 0;
}

.box__divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.unsubscribe {
  max-width: 600px;
  width: 90%;
}

.unsubscribe .fa {
  color: #00B74C;
  font-size: 3em;
  margin-right: 0.25em;
}

.unsubscribe .description {
  margin: 0;
  font-size: 1em;
}

@media screen and (max-width: 39.9375em) {
  .unsubscribe .box__content > .l-center {
    flex-direction: column;
  }
}

/* Modifier */

.box--grey {
  background-color: rgba(230, 230, 230, 0.5);
}

.box--big {
  width: 70%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .box--big {
    width: 80%;
  }
}

@media screen and (max-width: 39.9375em) {
  .box--big {
    width: 90%;
  }
}

.box--medium {
  width: 50%;
}

@media screen and (min-width: 90em) {
  .box--medium {
    width: 40%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .box--medium {
    width: 80%;
  }
}

@media screen and (max-width: 39.9375em) {
  .box--medium {
    width: 90%;
  }
}

.box--blog {
  background: #336FB7;
  border-color: #336FB7;
}

.box--blog .box__title,
.box--blog .box__subtitle {
  color: #ffffff;
}

.box--blog .box__subtitle {
  padding-top: 0.5rem;
}

.box--blog .box__divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cta-orange {
  background-color: #EA732A;
  border-radius: 0.25em;
  font-family: 'museo-sans', sans-serif;
  font-size: 1.5rem;
}

.cta-orange:hover, .cta-orange:active, .cta-orange:focus {
  color: #ffffff;
  background-color: #FB9353;
}

@media screen and (max-width: 63.9375em) {
  .cta-orange {
    font-size: 1.2rem;
  }
}

.button--zzm {
  border-radius: 0.25em;
  font-size: 1rem;
  margin: 0.5em;
}

@media screen and (max-width: 39.9375em) {
  .button--zzm.large {
    font-size: 1.125em;
  }
}

.button--signup {
  background: #A6CD4A;
}

.button--signup:hover, .button--signup:focus, .button--signup:active {
  background: #8cb331;
}

.button-ghost {
  border: 1px solid #1583cc;
  background: #ffffff;
  color: #4d4d4d;
}

.button-grey-ghost {
  border: 2px solid #D7D7D7;
  background: #ffffff;
  color: #ababab;
  font-weight: 700;
}

.button-grey-ghost:hover, .button-grey-ghost:focus, .button-grey-ghost:active {
  background: #D7D7D7;
  color: #FFFFFF;
}

.button-grey-ghost[disabled]:hover, .button-grey-ghost[disabled]:focus, .button-grey-ghost[disabled]:active {
  background: #F7F7F7;
}

.button-facebook {
  background: #3B5998;
}

.button-facebook:hover, .button-facebook:focus, .button-facebook:active {
  background: #2d4373;
}

.button-facebook .fa {
  float: left;
}

.button--small {
  font-size: 1rem;
  padding: 0.5em 1em;
}

.button--menu {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
}

.button--language {
  padding-right: 20px;
  border-radius: .55em;
}

.btn-to-top {
  color: #FFFFFF;
  font-size: 1.25rem;
  display: none;
  position: fixed;
  right: 1.25em;
  bottom: 2.5em;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0.9375rem 1.25rem;
  padding: 0rem 0.625rem;
  border-radius: 0.3125rem;
}

.btn-to-top:hover, .btn-to-top:active, .btn-to-top:focus {
  background-color: rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}

@media screen and (max-width: 39.9375em) {
  .btn-to-top {
    bottom: 5.5rem;
  }
}

.button--green {
  border-radius: 0.55em;
  box-shadow: 0 5px 0 #006838;
  background-color: #3AB54A !important;
  min-width: 5em;
  font-size: 1.2rem;
  outline: 0;
}

.button--green:hover, .button--green:focus {
  background-color: #289136 !important;
}

.button--green:active {
  box-shadow: 0 2px #006838;
  transform: translateY(4px);
}

@media screen and (max-width: 63.9375em) {
  .button--green {
    font-size: 1rem;
  }
}

.button-group {
  margin-bottom: 0.5rem;
}

.button-group .button {
  font-size: 1rem;
  margin: 0;
}

/*
 * Flat button inspired by material design
 * Usage <button class="button button--flat">
 */

.button--flat {
  background: transparent;
  color: #4d4d4d;
}

.button--flat:hover, .button--flat:active, .button--flat:focus {
  background: rgba(158, 158, 158, 0.2);
  color: #4d4d4d;
}

.button--information {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1em 0;
}

.button--information .button--information__group {
  margin: 0.5em;
}

.button--information .button--information__content {
  flex: 0 1 70%;
  text-align: left;
}

.button--information .button--information__left {
  flex: 0 1 30%;
}

@media screen and (max-width: 39.9375em) {
  .button--information .button--information__left {
    flex: 0 1 20%;
  }
}

.button--information .button--information__title {
  color: #999999;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: initial;
}

@media screen and (max-width: 39.9375em) {
  .button--information .button--information__title {
    font-size: 1.125em;
  }
}

.button--information .button--information__description {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.25px;
  line-height: 1.2;
  margin: 0.5rem 0;
}

/* `card` block */

.cards {
  display: flex;
  flex-wrap: wrap;
}

.cards .card__of-1 {
  flex: 0 1 calc(100% - 1em);
  max-width: calc(100% - 1em);
}

.cards .card__of-2 {
  flex: 0 1 calc(50% - 1em);
  max-width: calc(50% - 1em);
}

.cards .card__of-3 {
  flex: 0 1 calc(33% - 1em);
  max-width: calc(33% - 1em);
}

.cards .card__of-4 {
  flex: 0 1 calc(25% - 1em);
  max-width: calc(25% - 1em);
}

.cards .card {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: relative;
  margin: 1em 0.5em;
}

@media screen and (max-width: 39.9375em) {
  .cards .card {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cards .card {
    flex: 0 1 calc(50% - 1em);
    max-width: calc(50% - 1em);
  }
}

.cards .card .card__overlay {
  background: #ffffff;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.cards .card .coming-soon {
  align-items: center;
  background: #888888;
  border-radius: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0.75em;
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 2;
}

.cards .card .coming-soon__text {
  font-size: 1.5em;
  color: #FFFFFF;
  margin: 0;
}

.cards .card .card__content {
  padding: 2em 1em 1em;
  height: 100%;
}

.cards .card .card__content .img-greyed {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.cards .card .card__title {
  color: #58595b;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cards .card .card__title.card__icon {
  padding-right: 5px;
}

.cards .card .subtitle {
  color: #808080;
  font-size: 1rem;
  margin: 0;
}

.cards .card .card__img {
  padding-bottom: 2em;
}

.cards .card .button {
  margin: 0;
}

.cards .card .card__action--normal {
  display: flex;
  justify-content: space-around;
  margin: 1.25em 0;
}

.cards .card .card__action--normal .button {
  max-width: 200px;
  width: 100%;
}

.identity-card {
  background: #F9F9F9;
  border-radius: 2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 39.9375em) {
  .identity-card {
    border-radius: 1em;
  }
}

@media screen and (min-width: 64em) {
  .identity-card:first-child {
    margin-right: 3.5em;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .identity-card:first-child {
    margin-right: 1em;
  }
}

@media screen and (max-width: 39.9375em) {
  .identity-card:first-child {
    margin-right: 0.5em;
  }
}

@media screen and (min-width: 64em) {
  .identity-card:last-child {
    margin-left: 3.5em;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .identity-card:last-child {
    margin-left: 1em;
  }
}

@media screen and (max-width: 39.9375em) {
  .identity-card:last-child {
    margin-left: 0.5em;
  }
}

.identity-card .identity-card__ribbon {
  height: 150px;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

@media screen and (max-width: 39.9375em) {
  .identity-card .identity-card__ribbon {
    height: 130px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
  }
}

.identity-card .identity-card__inner {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 2em;
  margin: -120px 1.75rem 1.75rem;
  padding: 1rem 2rem;
}

@media screen and (max-width: 39.9375em) {
  .identity-card .identity-card__inner {
    padding: 1rem 0.5rem;
    margin: -100px 1.5rem 1.5rem;
    border-radius: 1em;
  }
}

@media screen and (max-width: 39.9375em) {
  .identity-card .identity-card__inner .identity-card__title {
    font-size: 1.5rem;
  }
}

.identity-card .identity-card__inner .button {
  font-size: 1.5rem;
  padding: 0.5em;
}

@media screen and (max-width: 39.9375em) {
  .identity-card .identity-card__inner .button {
    font-size: 1rem;
  }
}

.identity-card__avatar {
  height: 150px;
}

@media screen and (max-width: 39.9375em) {
  .identity-card__avatar {
    height: auto;
  }
}

.identity-card--parent .identity-card__ribbon {
  background: #00A8F5;
}

.identity-card--teacher .identity-card__ribbon {
  background: #FCB817;
}

.identity-card--teacher .button {
  background: #FFA137;
}

.identity-card--teacher .button:hover, .identity-card--teacher .button:focus, .identity-card--teacher .button:active {
  background: #FCB817;
}

.card--class {
  min-height: 250px;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .card--class {
    order: 2;
  }
}

.card--class .card__content {
  padding: 2rem 1rem;
}

.card--class .card__action {
  padding-top: 1rem;
}

.card--class .card__action--light {
  font-weight: 300;
}

.card--class .subtitle {
  color: #808080;
}

.cards .card--add {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 250px;
  order: 1;
}

@media screen and (max-width: 39.9375em) {
  .cards .card--add {
    padding: 0.5em;
    min-height: 100px;
  }

  .cards .card--add .fa--rounded {
    width: 2em;
    height: 2em;
  }

  .cards .card--add .fa--large {
    font-size: 2em;
  }
}

/* `card` variant */

.card--hover:hover {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.22), 0px 2px 3px -1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.card--link {
  position: relative;
}

.card--link a {
  position: relative;
  z-index: 1;
}

.card--link a:hover {
  color: #336FB7;
}

.card--link .card--link__overlay-link {
  position: static;
}

.card--link .card--link__overlay-link:before {
  bottom: 0;
  content: '';
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  z-index: 0;
}

.player-profiles {
  list-style-type: none;
  margin: 0;
}

.cards .card--player-profile {
  border: 1px solid #999999;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 39.9375em) {
  .cards .card--player-profile {
    padding: 0.75em 0.25em;
  }
}

.cards .card--player-profile .profile__group {
  padding: 0.5rem;
}

@media screen and (max-width: 39.9375em) {
  .cards .card--player-profile .profile__group {
    padding: 0.25em;
  }
}

.cards .card--player-profile .profile__details .profile__name {
  font-size: 1.5em !important;
  font-weight: 400;
}

@media screen and (max-width: 1366px) {
  .cards .card--player-profile .profile__details .profile__name {
    font-size: 1.25em !important;
  }
}

.cards .card--player-profile .profile__name, .cards .card--player-profile .profile__username, .cards .card--player-profile .profile__button {
  color: #888888;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: none;
}

@media screen and (max-width: 1260px) {
  .cards .card--player-profile .profile__name, .cards .card--player-profile .profile__username, .cards .card--player-profile .profile__button {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 39.9375em) {
  .cards .card--player-profile .profile__name, .cards .card--player-profile .profile__username, .cards .card--player-profile .profile__button {
    font-size: 1em;
  }
}

.cards .card--player-profile .profile__null {
  font-size: 1em;
  margin: 0;
}

.cards .card--player-profile .profile__checkbox {
  margin: 0;
}

.cards .card--player-profile .profile__avatar {
  border-radius: 50%;
}

.cards .card--player-profile .profile__w-1 {
  width: 10%;
}

.cards .card--player-profile .profile__w-2 {
  width: 25%;
}

.cards .card--player-profile .profile__w-3 {
  width: 50%;
}

@media screen and (max-width: 63.9375em) {
  .cards .card--player-profile .profile__group {
    width: 100%;
    text-align: center;
  }

  .cards .card--player-profile .profile__avatar {
    width: 50%;
  }
}

.form--onboarding {
  /* Reset margin on all input to give power to group element */
}

@media screen and (min-width: 64em) {
  .form--onboarding {
    width: 80%;
    margin: 0 auto;
  }
}

.form--onboarding .form--onboarding__group {
  margin-bottom: 2rem;
}

.form--onboarding .form--onboarding__label {
  color: #888888;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.2px;
}

.form--onboarding .form--onboarding__link {
  color: #2B91D6;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 300;
}

.form--onboarding input,
.form--onboarding select {
  margin: 0 !important;
}

.datepickers.datepickers--reporting {
  margin-bottom: 2em;
}

.datepickers .datepickers--reporting__input {
  box-shadow: none;
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.datepickers .datepickers--reporting__icon {
  left: 5px;
  position: absolute;
  top: 25%;
}

.form--modal {
  position: relative;
}

.form--modal .form--modal__label {
  text-align: left;
  font-size: 1rem;
  color: #999999;
}

.form--modal .form--modal__input {
  box-shadow: none;
  border-radius: 4px;
  border: 2px solid #D7D7D7;
  color: #888888;
  font-weight: bold;
  height: 2.5em;
}

.form--modal .medium-collapse .form--modal__group:first-child {
  padding-right: 0.5em;
}

.form--modal .medium-collapse .form--modal__group:last-child {
  padding-left: 0.5em;
}

.input--inline {
  margin-top: 1em;
}

.input--inline .input-group-label {
  background: transparent;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right-width: 0;
  font-size: 1rem;
  font-weight: 300;
}

.input--inline .input-group-field {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #cacaca;
  border-left-width: 0;
  box-shadow: none;
  width: 100%;
  padding: 0 1rem;
  height: 3rem;
}

.input--stacked {
  position: relative;
}

.input--stacked .input--stacked__group {
  border: 1px solid #cacaca;
  border-radius: 0.25em;
  margin-bottom: 2em;
}

.input--stacked .input-group {
  margin: 0;
}

.input--stacked .input-group:not(:last-of-type) {
  border-bottom: 1px solid #cacaca;
}

.input--stacked .input-group.input-group--large {
  height: 3rem;
}

.input--stacked .input-group-label {
  background: transparent;
  height: 100%;
}

.input--stacked .input-group-field {
  box-shadow: none;
  height: 100%;
}

.input--stacked .input-group-radio {
  margin-bottom: 1em;
}

.input--stacked .input-submit {
  margin-bottom: 2rem;
}

.input--stacked .input-group-label, .input--stacked .input-group-field {
  border: none;
}

.input-group-label {
  color: #4d4d4d;
  width: 30%;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  .input-group-label {
    width: 40%;
  }
}

.input-group-label.is-invalid-label {
  color: #DF3E3E;
}

.input-group-field {
  box-shadow: none;
}

.input-group-field:focus {
  background: #fcfcfc;
}

.input-group-field.is-invalid-input {
  background: rgba(236, 88, 64, 0.1);
}

.input-have-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.input-have-icon .input__icon {
  color: #888888;
  position: absolute;
  right: 10px;
}

.input-have-icon .input__field {
  margin-bottom: 0 !important;
}

.input--onboarding {
  border: 1px solid #D7D7D7;
  border-radius: 0.25em;
  box-shadow: none;
  height: 3rem;
}

.input-number-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.input-number-group input[type=number]::-webkit-inner-spin-button, .input-number-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.input-number-group .input-group-button {
  width: 50px;
}

@media screen and (max-width: 39.9375em) {
  .input-number-group .input-group-button {
    width: 40px;
  }
}

.input-number-group .input-number, .input-number-group .input-number-decrement, .input-number-group .input-number-increment {
  border: 2px solid #D7D7D7;
  flex: 0;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.input-number-group .input-number-decrement, .input-number-group .input-number-increment {
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  color: #999999;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}

.input-number-group .input-number-label {
  color: #999999;
  flex: 0 1 100%;
  font-size: 1.25rem;
  text-align: center;
}

.input-number-group .input-number {
  box-shadow: none;
  color: #999999;
  max-width: 80px;
  text-align: center;
  width: 80px;
}

@media screen and (max-width: 39.9375em) {
  .input-number-group .input-number {
    width: 60px;
    font-size: 1em;
  }
}

.input-number-group .input-number.input-number--left-rounded {
  margin-bottom: 0;
}

.input-number-group .input-number--left-rounded {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.input-number-group .input-number:disabled {
  background: #FFFFFF;
}

.input-number-group .input-number-increment {
  border-left-width: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-number-group .input-number-decrement {
  border-right-width: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.role-option .role-option__button {
  display: inline-block;
  width: 40%;
  margin-right: 5%;
}

.role-option .role-option__button label {
  border: 1px solid #1DA4FD;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.85em 1em;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  width: 100%;
}

.role-option .role-option__button label:hover, .role-option .role-option__button label:focus, .role-option .role-option__button label:active {
  background: #1583cc;
  color: #ffffff;
}

.role-option .role-option__button input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.role-option .role-option__button input[type="radio"]:active ~ label {
  opacity: 1;
}

.role-option .role-option__button input[type="radio"]:checked ~ label {
  opacity: 1;
  background: #1DA4FD;
  color: #ffffff;
}

.select--zzm {
  border: 1px solid #808080;
  border-radius: 0.25em;
  box-shadow: none;
}

.select--zzm .option--zzm {
  background: #FFFFFF;
}

.footer--app {
  background: transparent;
  height: auto;
}

.footer--app .row {
  max-width: 75rem !important;
}

.footer--app .footer__item-container {
  list-style-type: none;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .footer--app .footer__item-container {
    margin: 1em 0;
    text-align: center;
  }
}

.footer--app .footer__right {
  float: right;
}

@media screen and (max-width: 39.9375em) {
  .footer--app .footer__right {
    float: none;
  }
}

.footer--app .footer__item {
  color: #999999;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 300;
}

.footer--app .footer__item:not(:first-child) {
  padding-left: 1em;
}

@media screen and (max-width: 63.9375em) {
  .footer--app .footer__item {
    font-size: 1.125em;
  }
}

.footer--app .footer__link {
  color: #999999;
  font-weight: 300;
}

.footer--app .footer__copyright {
  height: initial;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.footer--app .footer__button {
  background: #3497D9;
  border-radius: 4em;
  padding: 0.5rem 1rem;
  font-size: 1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.footer--app .fa {
  float: none;
  font-size: 1em;
  padding-top: 0;
}

.footer--app .fa--circle {
  border-radius: 50%;
  border: 3px solid white;
  margin-right: 10px;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 39.9375em) {
  .footer--app {
    padding-bottom: 10rem;
  }
}

.arrow {
  width: 0.5em;
  height: 0.5em;
  border-top-right-radius: 50%;
  position: relative;
  text-align: left;
  display: inline-block;
  margin-left: 0.625em;
}

.arrow:before {
  width: 0.5em;
  height: 0.5em;
  border-top-right-radius: 50%;
  content: '';
  position: absolute;
  background-color: inherit;
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.arrow:after {
  width: 0.5em;
  height: 0.5em;
  border-top-right-radius: 50%;
  content: '';
  position: absolute;
  background-color: inherit;
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.arrow--right {
  transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
}

.arrow--white {
  background-color: #ffffff;
}

/* 
  .fa {}
  .fa-icon {}
*/

.fa--large {
  font-size: 5em;
}

.fa--rounded {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa--dark-bg {
  background: #D7D7D7;
}

.fa--dark-bg .fa--light {
  color: #ffffff;
}

.fa--light-bg {
  background: #F7F7F7;
}

.fa--light-bg .fa--dark {
  color: #E1E1E1;
}

.loader-container {
  min-height: 15rem;
}

.loader-background {
  align-items: center;
  background: rgba(251, 251, 251, 0.8);
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.loader-background.white {
  background: rgba(255, 255, 255, 0.8);
}

.zzm-loader {
  position: relative;
  margin: 0 auto;
}

/* Luminous Circles */

.pl-circles .zzm-loader {
  width: 100px;
  height: 60px;
}

.pl-circles .zzm-loader span, .pl-circles .zzm-loader:before, .pl-circles .zzm-loader:after {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.2;
  background: #2199e8;
}

.pl-circles .zzm-loader span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: lightUp 1.5s linear infinite 0.5s;
  animation: lightUp 1.5s linear infinite 0.5s;
}

.pl-circles .zzm-loader:before, .pl-circles .zzm-loader:after {
  content: "";
}

.pl-circles .zzm-loader:before {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-animation: lightUp 1.5s linear infinite;
  animation: lightUp 1.5s linear infinite;
}

.pl-circles .zzm-loader:after {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-animation: lightUp 1.5s linear infinite 1s;
  animation: lightUp 1.5s linear infinite 1s;
}

/* Wave */

.pl-wave .zzm-loader {
  width: 50px;
  height: 30px;
}

.pl-wave .zzm-loader span, .pl-wave .zzm-loader:before, .pl-wave .zzm-loader:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 100%;
  background: #2199e8;
}

.pl-wave .zzm-loader span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: wave 0.9s linear infinite 0.3s;
  animation: wave 0.9s linear infinite 0.3s;
}

.pl-wave .zzm-loader:before, .pl-wave .zzm-loader:after {
  content: "";
}

.pl-wave .zzm-loader:before {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-animation: wave 0.9s linear infinite;
  animation: wave 0.9s linear infinite;
}

.pl-wave .zzm-loader:after {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-animation: wave 0.9s linear infinite 0.6s;
  animation: wave 0.9s linear infinite 0.6s;
}

/* Animations */

@-webkit-keyframes lightUp {
  0% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0.2;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes lightUp {
  0% {
    opacity: 0.2;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0.2;
  }

  100% {
    opacity: 0.2;
  }
}

@-webkit-keyframes wave {
  0% {
    height: 100%;
  }

  40% {
    height: 10%;
  }

  80% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

@keyframes wave {
  0% {
    height: 100%;
  }

  40% {
    height: 10%;
  }

  80% {
    height: 100%;
  }

  100% {
    height: 100%;
  }
}

.modal {
  border-radius: 0.5rem;
  border: none;
  font-weight: 300;
  padding: 0;
}

@media screen and (max-width: 39.9375em) {
  .modal {
    width: 90%;
    margin: 2rem auto;
    height: 85%;
    min-height: 85%;
  }
}

.modal .close-button {
  font-size: 1.5rem;
  color: white;
  top: 1rem;
}

.modal .modal__header {
  background: #1DA4FD;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.modal .modal__header-title {
  font-weight: 300;
  margin: 0;
}

.modal .modal__body--app {
  background: #fbfbfb;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.modal .modal__content {
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  padding: 2em;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 39.9375em) {
  .modal .modal__content {
    padding: 0.5em;
  }
}

.modal .modal__body-heading {
  color: #888888;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  margin: 1rem 0 2rem;
}

@media screen and (max-width: 39.9375em) {
  .modal .modal__body-heading {
    font-size: 1.125em;
  }
}

.modal .modal__body-heading.modal__body-heading--large {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.modal .modal__body-text {
  color: #888888;
  font-size: 1.125rem;
  line-height: 1.5;
}

.modal .modal__body-text .code {
  font-family: monospace;
}

.modal .modal__text-container {
  margin: 1em 0;
}

.modal .modal__button {
  padding: 1em 2em;
  font-weight: bold;
}

.modal .modal__button.success {
  background: #39B54A;
}

.modal .modal__button.error {
  background: #DF3E3E;
}

.modal .modal__header,
.modal .modal__body,
.modal .modal__footer {
  padding: 1em 2em;
}

@media screen and (max-width: 39.9375em) {
  .modal .modal__header,
  .modal .modal__body,
  .modal .modal__footer {
    padding: 1em;
  }
}

.modal .errors {
  color: #DB141D;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  padding: 0.5em;
  background: #ffe8e9;
  border-radius: 4px;
}

@media screen and (min-width: 64em) {
  .modal--auth {
    width: 400px;
  }
}

.modal--auth .modal__body {
  position: relative;
}

.modal--auth .modal__body .js-loader {
  display: none;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal--auth .modal__body .loader {
  display: block;
  width: 50px;
  height: 50px;
  border-top: 4px solid #2199e8;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.5s linear infinite;
          animation: spinner 0.5s linear infinite;
}

@-webkit-keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  100% {
    transform: rotate(360deg);
  }
}

.modal--auth .modal__body .feedback-icon {
  display: none;
}

.modal--auth .modal__body .icon--success {
  font-size: 5rem;
  margin-bottom: 2rem;
  color: #00A651;
}

.modal--auth .role-option {
  margin: -1em 0 2em 0;
}

.modal--simple .modal__body {
  padding: 1em 2em 0;
}

.modal--simple .modal__action {
  padding: 0 2em 1em;
}

@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

.ngdialog.ngdialog-theme-zzm {
  padding-top: 5rem;
}

.ngdialog.ngdialog-theme-zzm.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout .5s;
  animation: ngdialog-flyout .5s;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content {
  -webkit-animation: ngdialog-flyin .5s;
  animation: ngdialog-flyin .5s;
  background: #ffffff;
  border-radius: 2rem;
  color: #444;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 3em;
  position: relative;
  width: 450px;
}

@media screen and (max-width: 39.9375em) {
  .ngdialog.ngdialog-theme-zzm .ngdialog-content {
    min-width: 90%;
  }
}

@media screen and (max-width: 63.9375em) {
  .ngdialog.ngdialog-theme-zzm .ngdialog-content {
    padding: 2em;
  }

  .ngdialog.ngdialog-theme-zzm .ngdialog-content h1 {
    font-size: 2rem;
  }
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #333333;
  margin: 0 0 2rem 0;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content p {
  font-size: 1.125rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .dialog__action {
  margin-top: 2rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .dialog__action .button {
  width: 100%;
  border-radius: 0.5em;
  font-size: 1.5rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .dialog__action .success {
  background: #00A651;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .dialog__action .alert {
  background: #F05A2D;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .dialog__content_success .icon_large-green {
  font-size: 10rem;
  margin-bottom: 2rem;
  color: #00A651;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code {
  background: #56C4CF;
  padding: 1rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code h2 {
  color: #ffffff;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code p {
  font-size: 1rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .social .fa {
  font-size: 2rem;
  color: #fff;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  padding: .6rem;
  margin-bottom: .5rem;
  margin-left: .7rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .social .fa.fa-envelope {
  background: #0071bc;
  padding: 10px 11px;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .social .fa.fa-facebook {
  background: #324b7f;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .social .fa.fa-twitter {
  background: #339dc3;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .copy-code {
  margin-top: 1rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .copy-code .quiz-code {
  background-color: #F1F1F2;
  padding: 0.5rem;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .copy-code .quiz-code-sm {
  background-color: #F1F1F2;
  padding: 0.5rem;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .copy-code .copyBtn {
  background-color: #00A551;
  height: 100%;
  padding: 0.5rem;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 3px outset #00A551;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .share-quiz-code .copy-code .copy-btn-sm {
  background-color: #00A551;
  height: 100%;
  padding: 0.5rem;
  color: #ffffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-content .dialog-premium p {
  text-align: left;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-close {
  position: absolute;
  top: -0.65rem;
  right: -0.65rem;
  color: #2199e8;
  font-size: 3rem;
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-close:before {
  background: #2199e8;
  border-radius: 50%;
  color: #fff;
  content: '\D7';
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2.5rem;
  width: 2.5rem;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-close:hover:before, .ngdialog.ngdialog-theme-zzm .ngdialog-close:active:before {
  background: #1690e0;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-message {
  margin-bottom: .5em;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-buttons {
  zoom: 1;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-button .button {
  background: #2199e8;
}

.ngdialog.ngdialog-theme-zzm .ngdialog-button .button.success {
  background: #00A651;
}

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-zzm .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}

.ngdialog--zzm {
  padding: 5rem 0;
}

.ngdialog--zzm .modal--ngdialog {
  width: 100%;
}

.ngdialog--zzm .ngdialog-content {
  border-radius: 0.5rem;
  margin: 0 auto;
  position: relative;
  width: 450px !important;
}

@media screen and (max-width: 39.9375em) {
  .ngdialog--zzm .ngdialog-content {
    max-width: 90% !important;
  }
}

.ngdialog--zzm .ngdialog-close {
  color: white;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  padding: 0.3rem 0.8rem;
  right: 1rem;
  top: 0.5rem;
}

.ngdialog--zzm .ngdialog-close:active, .ngdialog--zzm .ngdialog-close:focus {
  outline: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}

.ngdialog--zzm.ngdialog--large .ngdialog-content {
  width: 600px !important;
}

@media screen and (min-width: 40em) {
  .ngdialog--zzm.ngdialog--large .ngdialog-content {
    min-width: 60% !important;
  }
}

.ngdialog--zzm.ngdialog--medium .ngdialog-content {
  width: 450px !important;
}

@media screen and (min-width: 40em) {
  .ngdialog--zzm.ngdialog--medium .ngdialog-content {
    min-width: 40% !important;
  }
}

.nav--app .nav__item::after {
  border-color: #FFFFFF transparent transparent !important;
}

.nav--app .nav__item--username {
  margin-right: 3em;
}

@media screen and (max-width: 63.9375em) {
  .nav--app .nav__item--username {
    margin-right: 0;
  }
}

.nav--app .nav__class {
  font-size: 1rem;
  padding-left: 1rem;
}

.nav--app .nav__select {
  background: #336fb7;
  margin: 0;
  padding: 0.5rem 1.25rem 0.5rem 1rem;
}

@media screen and (max-width: 39.9375em) {
  .nav--app .nav__select {
    padding: 0.25em 0.75em;
  }
}

.nav--app .arrow-up {
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1.5rem solid #FFFFFF;
  height: 0;
  margin: 0;
  position: absolute;
  left: 80px;
  width: 0;
  top: -20px;
}

.nav--app .dropdown__container {
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 0.5em 0;
  min-width: 15em;
  top: 125% !important;
  z-index: 30;
}

.nav--app .dropdown__container.dropdown--bell {
  right: -50% !important;
  min-width: 10em;
}

.nav--app .dropdown__container.dropdown--bell .arrow-up {
  left: 55px;
}

.nav--app .dropdown__item {
  color: #808080;
  font-size: 1rem;
  font-weight: 300;
}

.nav--app .dropdown__item.active {
  background: #f0f0f0;
  font-weight: normal;
}

@media screen and (max-width: 39.9375em) {
  .nav--app.top-bar .top-bar-left.wide, .nav--app.top-bar .top-bar-right.wide {
    width: 90vw;
  }
}

.bottom-bar {
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.1);
}

.notification {
  background: #808080;
  padding: 1em 0;
  position: relative;
}

.notification.animated {
  z-index: -1;
}

.notification .notification__text {
  color: #FFFFFF;
  flex: 1;
  font-weight: 300;
  margin: 0;
  text-align: center;
}

.notification .close-button {
  color: #cdcccc;
  font-size: inherit;
  margin-left: 1em;
  position: inherit;
}

.product-key {
  padding: 0em 1em;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .product-key {
    padding: 0 0.5em;
  }
}

.product-key .product-key__group {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
}

.product-key .product-key__checkbox {
  margin: 0;
}

.product-key .product-key__price {
  margin: 0;
}

.product-key .product-key__name,
.product-key .product-key__price {
  font-size: 1.125rem;
  color: #999999;
  font-weight: 700;
}

@media screen and (max-width: 39.9375em) {
  .product-key .product-key__name,
  .product-key .product-key__price {
    font-size: 1em;
  }
}

.section {
  margin: 2rem 0;
}

table.unstriped tbody tr {
  background-color: #fefefe;
}

.responsive-card-table {
  border-style: hidden;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #999999;
}

@media screen and (max-width: 640px) {
  .responsive-card-table {
    /* Get table cells to act like rows */
  }

  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }

  .responsive-card-table thead,
  .responsive-card-table tbody {
    border: none;
  }

  .responsive-card-table tr {
    border: 1px solid #999999;
    display: block;
  }

  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }

  .responsive-card-table td {
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #999999;
    padding-left: 50%;
    position: relative;
  }

  .responsive-card-table td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.5;
    margin-left: -100%;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #e6e6e6;
    width: 45%;
    height: 95%;
    left: 1px;
    top: 1px;
    z-index: 0;
  }
}

.app-header {
  color: #999999;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  padding: 1.5em 0.5em 0.5em;
}

.page-title {
  margin: 1em auto;
  font-size: 2em;
  font-weight: 700;
  border-bottom: 1px solid #cecece;
  max-width: 100%;
  width: 50%;
  padding-bottom: 0.5em;
}

.class-heading {
  display: flex;
  flex-wrap: wrap;
}

.class-heading .truncate {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.class-heading .class-name {
  display: flex;
  width: 100%;
}

.class-heading .class-heading__name {
  color: #505050;
  font-size: 2.5rem;
  font-weight: 700;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .class-heading .class-heading__name {
    font-size: 2em;
  }
}

@media screen and (max-width: 39.9375em) {
  .class-heading .class-heading__name {
    font-size: 1.5em;
  }
}

.class-heading .class-heading__action-icon {
  font-size: 2rem;
  color: #D7D7D7;
  margin: 0 1em;
}

@media screen and (max-width: 39.9375em) {
  .class-heading .class-heading__action-icon {
    font-size: 1.25em;
    margin: 0 0.25em;
  }
}

.class-heading .class-heading__code {
  flex: 0 1 100%;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 400;
  color: #999999;
}

.class-heading .class-heading__code .code {
  color: #4AAFF4;
}

/*
 * Apply this to any element that need elevation.
 * Inspired by https://material.angularjs.org/latest/demo/whiteframe
 */

.whiteframe-1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.whiteframe-2 {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
}

.whiteframe-3 {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12);
}

.whiteframe-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.user .alert-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: 'proxima-nova-soft', sans-serif;
}

.user .alert-dialog .button {
  border-radius: 0.5rem;
  font-size: 1.5rem;
  padding: 1rem 1rem;
  width: calc(100% - 30px);
}

.user .alert-dialog.ng-enter {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.user .alert-dialog.ng-leave {
  -webkit-animation: fadeOut 0.3s;
  animation: fadeOut 0.3s;
}

.user .alert-dialog .row {
  max-width: 1200px;
}

.user .alert-dialog .content-group--content {
  margin-bottom: 2rem;
  padding: 2rem;
}

.user .alert-dialog .content-group--content.top-margin {
  margin-top: 10rem;
}

@media screen and (max-width: 39.9375em) {
  .user .alert-dialog .content-group--content {
    padding: 1rem;
  }
}

.user .alert-dialog .close {
  position: absolute;
  top: -0.65rem;
  right: -0.65rem;
  color: #2199e8;
  font-size: 3rem;
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}

.user .alert-dialog .close .fa {
  vertical-align: top;
}

.roadmap-component .tabs {
  border-style: none;
  background: none;
  margin-top: 6rem;
}

.roadmap-component .tabs .tabs-title {
  padding: 0;
}

.roadmap-component .tabs .tabs-title a:hover {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.roadmap-component .tabs .tabs-title a:focus {
  outline: 0;
}

.roadmap-component .tabs .tabs-title.is-active a {
  background: #414042;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.roadmap-component .tabs img {
  margin-top: -6rem;
}

.roadmap-component .tabs-content {
  border-style: none;
  background: #414042;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.roadmap-component .tabs-content h2 {
  font-size: 1.6rem;
  text-shadow: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .roadmap-component .tabs-content h2 {
    font-size: 1.4rem;
  }
}

.roadmap-component .tabs-content h3, .roadmap-component .tabs-content h4 {
  color: #ffffff;
  margin: 2rem 0 1rem 0;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: none;
}

.roadmap-component .tabs-content h3 {
  transform: translateX(24rem);
  margin-bottom: -3.625rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .roadmap-component .tabs-content h3 {
    font-size: 1.2rem;
  }
}

.roadmap-component .tabs-content .inner-wrapper {
  background: #00a65a;
  border-radius: 0.75rem;
  box-shadow: inset 0 0 10px #a9a9a9;
  padding: 6rem;
  color: #ffffff;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .roadmap-component .tabs-content .inner-wrapper {
    padding: 3rem;
  }
}

.roadmap-component .tabs-content hr {
  width: 225%;
  position: relative;
  z-index: 2;
  border: 0;
  height: 2px;
  background: #ffffff;
  background-image: linear-gradient(to right, #fff, #ffffff, #fff);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .roadmap-component .tabs-content hr {
    width: 250%;
    position: relative;
    z-index: 2;
    border: 0;
    height: 2px;
    background: #ffffff;
    background-image: linear-gradient(to right, #fff, #ffffff, #fff);
  }
}

.roadmap-component .accordion {
  border-style: none;
}

.roadmap-component .accordion .accordion-content {
  border-style: none;
  background: #414042;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.roadmap-component .accordion .accordion-title {
  padding: 0;
  color: #fff;
  border-left: none;
  border-right: none;
}

.roadmap-component .accordion .accordion-title:hover, .roadmap-component .accordion .accordion-title:focus {
  background: none;
}

.roadmap-component .accordion .accordion-title img {
  margin-top: 0rem;
  overflow: visible;
}

.roadmap-component .accordion .accordion-item {
  background: #414042;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
}

.roadmap-component .accordion .accordion-item.is-active a {
  background: #414042;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: cover;
  outline: none;
}

.roadmap-component .accordion .accordion-item h3, .roadmap-component .accordion .accordion-item h4 {
  color: #ffffff;
  margin: 2rem 0 1rem 0;
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: none;
}

.roadmap-component .accordion .accordion-item h3 {
  font-style: italic;
}

.roadmap-component .accordion .inner-wrapper {
  background: #00a65a;
  border-radius: 0.75rem;
  box-shadow: inset 0 0 10px #a9a9a9;
  padding: 2rem;
  color: #ffffff;
}

.roadmap-component .accordion .inner-wrapper .release {
  margin-top: 2rem;
  margin-bottom: 0;
}

.roadmap-component .accordion .inner-wrapper hr {
  width: 100%;
  border: 0;
  height: 2px;
  background: #ffffff;
  background-image: linear-gradient(to right, #fff, #ffffff, #fff);
}

footer {
  background-color: #336FB7;
  width: 100%;
  height: 470px;
  position: relative;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
  font-family: 'museo-sans', sans-serif;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer {
    height: 180px;
  }
}

@media screen and (min-width: 64em) {
  footer {
    height: 180px;
  }
}

@media screen and (max-width: 39.9375em) {
  footer {
    padding-bottom: 2.5rem;
  }
}

footer p {
  height: 1rem;
  line-height: 1rem;
  font-size: 1rem;
  color: #e6e6e6;
  margin: 0.75rem 0;
  padding: 0.625rem 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer p {
    font-size: 1rem;
    padding-right: .5rem !important;
    display: block !important;
    padding-top: 0 !important;
  }
}

@media screen and (min-width: 40em) {
  footer p {
    display: inline-block;
    padding-right: 1rem;
    padding-top: 3rem;
  }
}

@media screen and (min-width: 75em) {
  footer p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer .medium-6 {
    margin: 2rem auto;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer img {
    margin: 1rem auto;
  }
}

footer a {
  color: #FFFFFF;
  font-weight: 400;
  text-decoration: none;
}

footer a:hover, footer a:active, footer a:focus {
  color: #FFFFFF;
}

footer .fa {
  width: 2rem;
  font-size: 2rem;
  color: #ffffff;
}

@media screen and (min-width: 40em) {
  footer .fa {
    padding-top: 3.5rem;
    float: right;
  }
}

footer .fa.fa-instagram {
  margin-right: 0.7rem;
}

footer .fa.fa-twitter {
  margin-right: 0.7rem;
}

@media only screen and (min-width: 640px) and (max-width: 738px) {
  footer .fa.fa-facebook {
    padding-top: 1rem;
  }
}

footer .form {
  margin: 2rem auto;
}

footer .form p {
  padding: 0;
  color: #fff;
}

footer .form select {
  color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(250, 250, 250)"></polygon></svg>');
}

@media screen and (max-width: 46.6em) {
  footer {
    height: 470px;
  }

  footer .form {
    margin: 1rem auto;
  }

  footer p {
    padding-top: 0;
    display: block;
  }

  footer img {
    margin: 0;
  }

  footer .fa {
    float: none;
    padding-top: 0;
  }

  footer .medium-1, footer .medium-2, footer .medium-6, footer .medium-3 {
    width: 100%;
  }

  footer .medium-6 {
    margin: 0;
  }

  footer .show-for-medium-up {
    display: none;
  }

  footer .show-for-small-only {
    display: block !important;
  }
}

/* Display */

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.l-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-start {
  justify-content: flex-start;
}

.flex-space-between {
  justify-content: space-between;
}

.vertical-center {
  align-items: center;
}

.vertical-start {
  align-items: flex-start;
}

.vertical-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

/* Fix img stretching inside flex parent */

.flex-img {
  align-self: center;
}

.full-height {
  height: 100%;
}

.full-height-with-topbar {
  height: calc(100% - 48px);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-container--narrow {
    width: 85%;
  }

  .medium-flex-column {
    flex-direction: column;
  }
}

@media screen and (max-width: 39.9375em) {
  .small-container--narrow {
    width: 85%;
  }

  .flex-column-small {
    flex-direction: column;
  }

  .flex-center-small {
    justify-content: center;
  }
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.flex-row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.col-lg-4,
.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}

.nav {
  background: #336FB7;
  padding: 0.5em 3em;
}

@media screen and (max-width: 39.9375em) {
  .nav {
    padding: 0.5em 1em;
  }
}

.nav .nav-right .arrow {
  margin-top: -4px;
}

.nav .nav__link {
  color: #ffffff;
}

@media screen and (max-width: 39.9375em) {
  .nav .nav__link {
    font-size: 0.75rem;
  }
}

.site-menu {
  color: #ffffff;
  font-family: 'museo-sans', sans-serif;
  /*Medium & Large*/
  /*Small*/
  /*Small menu*/
}

.site-menu .nav-medium-large {
  background: #336FB7;
  padding: 0.5rem;
  z-index: 1000;
  width: 100%;
  top: 0;
  position: relative;
  height: 3rem;
}

.site-menu .nav-medium-large .row {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
}

.site-menu .nav-medium-large .row .nav-left {
  margin-right: auto;
}

.site-menu .nav-medium-large .home-link {
  width: 10rem;
  height: 2rem;
  display: block;
  background-repeat: no-repeat;
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/global/main-logo.png");
  background-size: cover;
  background-position: center center;
}

.site-menu .nav-medium-large .menu-large-medium {
  margin: 0;
  height: 2rem;
}

.site-menu .nav-medium-large .menu-large-medium li {
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  padding: 0 0.3rem;
  line-height: 2rem;
  height: 2rem;
  list-style: none;
  float: left;
  margin: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .site-menu .nav-medium-large .menu-large-medium li {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 680px) and (min-width: 640px) {
  .site-menu .nav-medium-large .menu-large-medium li {
    padding: 0;
  }
}

.site-menu .nav-medium-large .menu-large-medium li a {
  color: #fff;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2rem;
}

.site-menu .nav-medium-large .menu-large-medium li a:hover {
  text-decoration: none;
  color: #ffffff;
}

.site-menu .nav-medium-large .menu-large-medium li a:focus {
  outline-style: none;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .site-menu .nav-medium-large .menu-large-medium li .button {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .site-menu .nav-medium-large .menu-large-medium > li > a {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

.site-menu .nav-medium-large .dropdown.menu .submenu {
  border: none;
  background-color: #29AAE3;
  color: #ffffff;
  margin-top: 0.5rem;
}

.site-menu .nav-medium-large .dropdown.menu .submenu li {
  border-bottom: 1px solid #fff;
  padding: 0;
  border-right: none;
  height: 3rem;
  line-height: 3rem;
}

.site-menu .nav-medium-large .dropdown.menu .submenu li:hover {
  background: #198dc0;
}

.site-menu .nav-medium-large .dropdown.menu .submenu li:last-of-type {
  border-bottom: none;
}

.site-menu .nav-medium-large .dropdown.menu .submenu li a {
  line-height: 3rem;
}

.site-menu .nav-medium-large .dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1rem;
}

.site-menu .nav-medium-large .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-top-color: white !important;
  border-top-color: white !important;
  border: none !important;
}

.site-menu .nav-medium-large .fa-sort-desc {
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  margin-top: -10px;
  margin-right: 0;
  padding-left: 5px;
}

.site-menu .nav-small {
  background: #336FB7;
  z-index: 1000;
  width: 100%;
  top: 0;
  position: relative;
  height: 3rem;
}

.site-menu .nav-small .logo {
  padding: 0.2rem;
}

.site-menu .nav-small .logo a {
  height: 2.6rem;
  width: 2.6rem;
  display: block;
}

.site-menu .nav-small .logo a img {
  height: 2.6rem;
}

.site-menu .nav-small .right-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.site-menu .nav-small .toggle {
  line-height: 3rem;
  height: 3rem;
  padding: 0 0.5rem;
}

.site-menu .nav-small .toggle .menu-icon:focus {
  outline-style: none;
}

.site-menu .nav-small .toggle .menu-icon::after {
  width: 1.6rem;
}

.site-menu .menu-small-container {
  z-index: 999;
  top: 3em;
  position: absolute;
  width: 100%;
  visibility: hidden;
}

.site-menu .menu-small-container .menu-small {
  background: #2d63a3;
  margin: 0;
}

.site-menu .menu-small-container .menu-small li {
  list-style: none;
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: 1px solid #fff;
}

.site-menu .menu-small-container .menu-small li:last-of-type {
  border-bottom: none;
}

.site-menu .menu-small-container .menu-small li a {
  padding: 0.5rem 0.3rem;
  color: #fff;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 39.9375em) {
  .site-menu .menu-small-container .menu-small li a {
    padding: 1rem;
  }
}

.site-menu .menu-small-container .menu-small li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #28578f;
}

.site-menu .menu-small-container .menu-small li a:focus {
  outline-style: none;
}

.site-menu .menu-small-container li.js-drilldown-back a::before {
  border-right-color: white !important;
}

.site-menu .menu-small-container .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #ffffff;
}

.site-menu ul.submenu.menu.vertical {
  border: none;
  background: #1c9dd6 !important;
  color: #ffffff;
}

@media screen and (min-width: 40em) {
  .site-menu ul.submenu.menu.vertical {
    width: 150px;
  }

  .site-menu ul.submenu.menu.vertical.why_sub {
    width: 200px !important;
  }

  .site-menu ul.submenu.menu.vertical.download, .site-menu ul.submenu.menu.vertical.learning {
    width: 250px !important;
  }
}

.site-menu .menu .active {
  background: #336FB7;
  border-radius: 0.7rem;
  border: 0.5px solid #fff;
}

.site-menu .menu .active > a {
  background: none;
}

@media screen and (max-width: 46.6em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 46.6em) {
  .nav-small, .menu-small-container {
    display: none !important;
  }
}

.home {
  padding-bottom: 120px;
  /**
  * Section: Hero slider
  */
  /**
   * Section: Improve Your ...
   */
  /**
     * Section: How it works
     */
  /**
     * Section: Partners
     */
}

@media screen and (min-width: 64em) {
  .home {
    padding-bottom: 60px;
  }
}

.home h1,
.home h2,
.home h3,
.home h4,
.home p,
.home li {
  font-family: 'museo-sans', serif;
  line-height: 1.2;
}

.home h1,
.home h2 {
  font-size: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home h1,
  .home h2 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 64em) {
  .home h1,
  .home h2 {
    font-size: 3.4rem;
  }
}

.home h3 {
  font-size: 1.7rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home h3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 64em) {
  .home h3 {
    font-size: 2rem;
  }
}

.home ul {
  list-style-type: square;
}

.home p,
.home li {
  font-size: 1.2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home p,
  .home li {
    font-size: 1.38rem;
  }
}

@media screen and (min-width: 64em) {
  .home p,
  .home li {
    font-size: 1.38rem;
  }
}

.home section {
  background: #ececec;
}

.home .section__title {
  font-size: 1.75rem;
  color: #4d4d4d;
  font-weight: 800;
  font-family: 'museo-sans', serif;
  margin-top: 2rem;
}

.home .grey-title {
  color: gray;
  font-weight: 800;
}

.home .tabs {
  position: absolute;
  border-radius: 10px;
  border: 0;
  top: -5rem;
  left: 0;
}

@media screen and (min-width: 64em) {
  .home .tabs {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .home .tabs {
    padding: 14px 8px 0;
    top: -4rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home .tabs {
    padding: 22px 13px 0;
  }
}

.home .tabs h1 {
  color: gray;
  font-weight: 800;
  font-size: 1.55rem;
}

@media screen and (max-width: 39.9375em) {
  .home .tabs h1 {
    font-size: 1.15rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home .tabs h1 {
    font-size: 1.35rem;
  }
}

.home .column, .home .columns {
  word-wrap: break-word;
}

.home .hero {
  min-height: 10rem;
  background-size: cover;
  background: #00A5FB no-repeat;
  /**
         * Russian
         */
}

.home .hero h1 {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .home .hero h1 {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.home .hero h2 {
  text-shadow: 0 0 15px black;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.home .hero .owl-carousel {
  position: relative;
}

.home .hero .owl-prev,
.home .hero .owl-next {
  position: absolute;
  top: 43%;
  background: none !important;
}

.home .hero .owl-prev .fa,
.home .hero .owl-next .fa {
  font-size: 2rem;
}

.home .hero .owl-prev {
  left: 0;
}

.home .hero .owl-next {
  right: 0;
}

.home .hero .cta {
  width: 100%;
}

.home .hero .cta .button {
  margin: 0 auto;
  font-family: 'museo-sans', serif;
  box-shadow: 0 5px 1px #006838;
  -webkit-box-shadow: 0 5px 1px #006838;
  -moz-box-shadow: 0 5px 1px #006838;
  font-weight: 900;
  color: #ffffff;
  padding: 1rem 3rem 1rem 3rem;
  font-size: 1.4rem;
  border-radius: 1rem;
  background-color: #3AB54A;
}

@media screen and (max-width: 39.9375em) {
  .home .hero .cta .button {
    padding: 1rem 2rem 1rem 2rem;
  }
}

@media screen and (min-width: 64em) {
  .home .hero .cta .button {
    font-size: 1.7rem;
  }
}

.home .hero .cta .button:hover {
  background: #58ca67;
  box-shadow: 0 5px 1px #009b53;
  -webkit-box-shadow: 0 5px 1px #009b53;
  -moz-box-shadow: 0 5px 1px #009b53;
}

.home .hero .slide {
  padding: 1rem;
  background: no-repeat top center;
  background-size: cover;
}

@media screen and (min-width: 40em) {
  .home .hero .slide {
    padding: 2rem 1rem;
  }
}

@media screen and (min-width: 64em) {
  .home .hero .slide {
    padding: 6rem 4rem;
  }
}

.home .hero .slide .slide__title {
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0 0 4rem;
}

.home .hero .role-options-slide {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-2018/slider/banner-1-bg.png");
}

.home .hero .role-options-slide .slide__title {
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 39.9375em) {
  .home .hero .role-options-slide .slide__title {
    font-size: 2rem;
    margin: 2rem 0 4rem;
  }
}

.home .hero .video-promo {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20161016/slider_2_640.png");
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home .hero .video-promo {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20161016/slider_2_1024.png");
  }
}

@media screen and (min-width: 64em) {
  .home .hero .video-promo {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20161016/slider_2.png");
    padding-top: 1rem;
  }
}

.home .hero .video-promo .video {
  margin: 1rem;
}

@media screen and (min-width: 64em) {
  .home .hero .video-promo .video {
    margin-top: 2rem;
  }

  .home .hero .video-promo .video iframe {
    width: 720px;
    height: 405px;
  }
}

@media screen and (min-width: 1400px) {
  .home .hero .video-promo img {
    left: 35% !important;
  }
}

.home .hero .dashboard-slide {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-2018/slider/banner-2-bg.png");
}

@media screen and (min-width: 90em) {
  .home .hero .dashboard-slide .left-column {
    padding: 5rem;
  }
}

.home .hero .dashboard-slide .subtitle {
  color: #ffffff;
  font-size: 1.6rem;
  margin: 4rem 0 2rem;
}

.home .hero .home-school {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-2018/slider/banner-4-bg.png");
}

@media screen and (max-width: 39.9375em) {
  .home .hero .home-school {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-2018/slider/banner-4-bg-small.png");
  }
}

.home .hero .home-school.slide {
  padding: 1rem 1rem 4rem;
}

.home .hero .home-school .column, .home .hero .home-school .columns {
  height: 100%;
}

@media screen and (max-width: 39.9375em) {
  .home .hero .home-school .column, .home .hero .home-school .columns {
    height: auto;
    padding: 2rem 0;
    text-align: center;
  }
}

.home .hero .home-school .home-school__img {
  position: absolute;
  top: 0;
}

.home .hero .home-school .home-school__img--left {
  right: 0;
  margin-right: 1rem;
}

.home .hero .home-school .home-school__img--right {
  left: 0;
  margin-left: 1rem;
}

.home .hero .home-school .home-school__icon--left {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 39.9375em) {
  .home .hero .home-school .home-school__icon--left {
    position: relative;
  }
}

.home .hero .home-school .cta-box {
  width: 170px;
}

@media screen and (max-width: 39.9375em) {
  .home .hero .home-school .cta-box {
    width: 100%;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .home .hero .home-school .cta-box.cta-box--right {
    position: absolute;
    bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .home .hero .home-school .cta-box.cta-box--left {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 1rem;
  }
}

.home .hero .home-school .cta-orange {
  background-color: #FFA137;
}

.home .hero .home-school .text {
  font-size: 1rem;
}

.home .hero .app-download {
  background: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20170113/slider-bg.png");
}

.home .hero .app-download .slide-title {
  text-align: center;
  padding: 0 3em;
}

@media screen and (max-width: 63.9375em) {
  .home .hero .app-download .slide-title {
    padding: 0;
  }
}

.home .hero .app-download .app-download__logo {
  max-width: 300px;
}

.home .hero .app-download .app-download__content {
  width: 50%;
}

@media screen and (max-width: 63.9375em) {
  .home .hero .app-download .app-download__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.home .hero .app-download .app-download__content .title {
  font-size: 1.8rem;
  margin: 1rem 0;
}

.home .hero .app-download .app-download__content .download-button {
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 200px;
}

.home .hero .app-download .app-download__content .slider__subtitle {
  color: #ffffff;
  font-size: 1rem;
}

.home .hero .app-download .app-download__content .slider__subtitle a {
  color: #ffffff;
  text-decoration: underline;
}

.home .hero .app-download .app-download__content .app-download__action {
  text-align: center;
}

.home .hero .app-download .app-download__content .app-download__action .app-download__button {
  margin: 1em 0;
}

.home .hero .zapzapfamily {
  background: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20170113/slider-bg.png");
}

.home .hero .zapzapfamily .zzm-icon-container {
  width: 90%;
}

@media screen and (min-width: 64em) {
  .home .hero .zapzapfamily .zzm-icon-container {
    width: 60%;
  }
}

@media screen and (min-width: 64em) {
  .home .hero .zapzapfamily .zzm-description {
    padding: 0 2em;
    width: 40%;
  }
}

@media screen and (max-width: 39.9375em) {
  .home .hero .zapzapfamily .zzm-description {
    text-align: center;
  }
}

.home .hero .zapzapfamily .zzm-description .title {
  margin: 1em 0;
}

.home .hero .zapzapfamily .zzm-icon-row {
  display: flex;
}

.home .hero .zapzapfamily .zzm-icon-row .zzm-icon-group {
  margin: 1em;
}

.home .hero .zapzapfamily .zzm-icon-row .zzm-icon-group figcaption {
  color: #ffffff;
  text-align: center;
  width: 150px;
  margin: 0 auto;
}

.home .hero .zapzapfamily .zzm-icon-row .zzm-icon {
  width: 150px;
  border-radius: 1em;
  margin: 1em;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

.home .hero .sign-up {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20161016/slider_3_640.png");
}

.home .hero .sign-up h1 {
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home .hero .sign-up {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20161016/slider_3_1024.png");
  }
}

@media screen and (min-width: 64em) {
  .home .hero .sign-up {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20161016/slider_3.png");
    padding-top: 7rem;
  }
}

.home .hero .l-hero-slide {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home .hero .l-hero-slide .is-three-quarter {
  width: 75%;
}

@media screen and (min-width: 64em) {
  .home .hero .l-hero-slide .is-half-desktop {
    width: 50%;
  }
}

.home .improve-your {
  padding-bottom: 7rem;
}

.home .improve-your h3 {
  color: #999;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: 500;
}

.home .improve-your h3 span {
  color: #4d4d4d;
  font-weight: 900;
}

.home .learning-topics {
  padding: 2rem 0 3rem 0.8rem;
  background: #ffffff;
}

.home .learning-topics .row {
  position: relative;
}

.home .learning-topics .slide {
  text-align: center;
}

.home .learning-topics .slide img {
  width: 130px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home .learning-topics .slide img {
    width: 100px;
  }
}

.home .learning-topics .topics {
  display: flex;
  flex-wrap: wrap;
}

.home .learning-topics .topics .topic {
  text-align: center;
  flex: 1 1 25%;
  margin-bottom: 2rem;
}

.home .learning-topics .topics .topic__link {
  color: #999999;
}

.home .learning-topics .topics .topic__title {
  color: #999999;
  font-family: 'museo-sans', serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .home .learning-topics .topics .topic__title {
    margin-top: 1rem;
  }
}

.home .how-it-works {
  padding: 2rem 0.8rem 4rem 0.8rem;
  background: #f0f0f0;
}

.home .how-it-works .row {
  position: relative;
}

.home .how-it-works .step__title {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  font-family: 'museo-sans', serif;
}

.home .how-it-works .tabs {
  background: #f0f0f0;
}

.home .how-it-works .content {
  margin-bottom: 0.6rem;
}

.home .how-it-works .content h2 {
  margin: 1rem;
}

.home .how-it-works .content p {
  font-size: 1rem;
  font-family: 'museo-sans', serif;
  color: #000000;
}

.home .how-it-works .content .button {
  border-radius: 1rem;
  margin-top: 2rem;
  border: 1px solid #09964A;
  color: #09964A;
  background-color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.home .zzm-awards {
  background: #ffffff;
  position: relative;
  padding: 2rem 0.8rem 2rem 0.8rem;
}

.home .zzm-awards .row {
  position: relative;
}

.home .zzm-awards .zzm-awards__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2em;
}

.home .zzm-awards .zzm-awards__image {
  padding-bottom: 3rem;
  margin: 1rem;
}

.contributors {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contributors .item {
  padding-top: 5.5rem;
}

.contributors .profile {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  padding-top: 100px;
  text-align: center;
}

.contributors .profile .photo {
  width: 8.75rem;
  height: 8.75rem;
  overflow: hidden;
  border: 3px solid #2B91D6;
  border-radius: 8.75rem;
  background-color: #FFFFFF;
  margin-bottom: 1.25rem;
  margin: 0 auto;
  margin-top: -10.375rem;
}

.contributors .profile .photo img {
  width: 100%;
}

.contributors .profile hr {
  border-bottom: 0.125rem solid #2B91D6;
}

.contributors .profile p {
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'museo-sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.contributors .profile .name {
  margin-bottom: 0px;
  margin-top: 1rem;
}

.contributors .profile .country {
  font-style: italic;
  margin-bottom: 0px;
  margin-top: 0px;
}

.contributors .profile .quote-container {
  display: table;
  width: 100%;
}

.contributors .profile .quote {
  height: 160px;
  padding-bottom: 20px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.contributors .profile .position {
  color: #757575;
  height: 60px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .browser .section-title {
    font-size: 1.5rem;
  }
}

.browser-requirement .browser-icon {
  width: 150px;
}

@media screen and (max-width: 39.9375em) {
  .browser-requirement .browser-name {
    font-size: 1em;
  }
}

.browser-guide {
  padding-bottom: 10em;
}

@media screen and (max-width: 39.9375em) {
  .browser-guide {
    padding-bottom: 20em;
  }
}

.browser-guide .browser-icon {
  width: 5%;
  height: 5%;
}

@media screen and (max-width: 39.9375em) {
  .browser-guide .browser-icon {
    width: 15%;
    height: 15%;
  }
}

.browser-guide .browser-guide__item {
  display: flex;
}

.browser-guide .update-guide {
  flex: 0 1 90%;
  margin-left: 2em;
}

@media screen and (max-width: 39.9375em) {
  .browser-guide .update-guide {
    margin-left: 1em;
  }
}

.browser-update .browser-update__item {
  font-size: 1rem;
}

.terms {
  padding-bottom: 60px;
}

.terms p {
  color: #4d4d4d;
  font-family: 'museo-sans', sans-serif;
  font-size: 0.9375rem;
}

.terms p:first-of-type {
  margin-top: 1rem;
}

.privacy {
  padding-bottom: 160px;
}

.privacy h1 {
  line-height: 1.5;
}

.privacy p {
  color: #4d4d4d;
  font-family: 'museo-sans', sans-serif;
  font-size: 0.9375rem;
}

.privacy p:first-of-type {
  margin-top: 1rem;
}

.privacy li {
  margin-bottom: 0.7rem;
}

.privacy u {
  color: #4d4d4d;
}

.jobs {
  padding-bottom: 160px;
}

.jobs p.looking-for {
  margin-top: 2.5rem;
  color: #000000;
  font-family: 'museo-sans', sans-serif;
  font-size: 1.3rem;
}

.jobs .column, .jobs .columns {
  margin-bottom: 2rem;
}

.jobs a {
  color: gray;
  font-weight: bold;
  font-family: 'museo-sans', sans-serif;
}

.job {
  padding-bottom: 350px;
  background: #fff;
}

@media screen and (min-width: 40em) {
  .job {
    padding-bottom: 160px;
  }
}

.job h3 {
  padding: 10px 0 0 0;
  font-family: 'museo-sans', sans-serif;
}

.job p, .job li {
  color: #8d8d8d;
  font-family: 'museo-sans', sans-serif;
  font-size: 1rem;
}

.job ul {
  padding-left: 1.25rem;
}

.errors {
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .errors {
    padding-bottom: 15rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .errors {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 64em) {
  .errors {
    padding-bottom: 10rem;
  }
}

.errors h2 {
  font-family: 'proxima-nova-soft', sans-serif;
  text-transform: uppercase;
  color: #000;
}

@media screen and (min-width: 40em) {
  .errors h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 64em) {
  .errors h2 {
    font-size: 8rem;
  }
}

.errors p {
  font-family: 'proxima-nova-soft', sans-serif;
  color: #335F7C;
  margin-bottom: 3rem;
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  .errors p {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .errors p {
    font-size: 3rem;
  }
}

.errors a {
  background: #6DCFF6;
  color: #325E7B;
}

.errors a:hover, .errors a:visited, .errors a:active {
  color: #325E7B;
}

.errors .img-container {
  margin: 0 0 2rem 0;
}

.errors .error-404 {
  background: #335F7C;
}

.downloads {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/downloads-20160729/download-bg-640.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'Museo Sans', serif;
  padding-bottom: 350px;
}

@media screen and (min-width: 40em) {
  .downloads {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .downloads {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/downloads-20160729/download-bg-1024-1.png");
  }
}

@media screen and (min-width: 64em) {
  .downloads {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/downloads-20160729/download-bg-1366.png");
  }
}

.downloads .d-zzm {
  padding: 3rem 0 15rem 0;
}

.downloads .d-zzm .text-left {
  padding-top: 3rem;
}

@media screen and (min-width: 64em) {
  .downloads .d-zzm {
    padding: 5rem 0 3rem 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .downloads .d-zzm h1 {
    text-align: center !important;
    font-size: 1.3rem;
  }

  .downloads .d-zzm h2, .downloads .d-zzm h3 {
    text-align: center !important;
  }

  .downloads .d-zzm p {
    text-align: center !important;
  }
}

.downloads .d-zzm a.download-now {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/home-20160719/download-now-button-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
  border-radius: 0.75rem;
  text-align: center;
  padding: 0.75rem 2rem 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 900;
  font-style: italic;
  font-family: 'museo-sans', serif;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .downloads .d-zzm a.download-now {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 64em) {
  .downloads .d-zzm a.download-now {
    font-size: 2.33rem;
  }
}

.downloads .d-zzm a.download-now img {
  margin-right: 1.25rem;
  width: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .downloads .d-zzm a.download-now img {
    width: 4.5rem;
  }
}

@media screen and (min-width: 64em) {
  .downloads .d-zzm a.download-now img {
    width: 7rem;
  }
}

.downloads .d-zzm .icon {
  padding-top: 2rem;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .downloads .d-zzm .icon img {
    width: 207px !important;
    height: 207px !important;
  }
}

.downloads .d-zzm h1 {
  font-size: 2.5rem;
  line-height: 1.25em;
  margin: 0 0 2rem 0;
  font-weight: bold;
  padding-top: 2rem;
  text-shadow: 0px 0px 15px black;
}

.downloads .d-zzm h2, .downloads .d-zzm h3 {
  line-height: 1.25em;
  color: #ffffff;
  text-shadow: 0px 0px 15px black;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .downloads .d-zzm h2, .downloads .d-zzm h3 {
    font-size: 1.5rem;
  }
}

.downloads .d-zzm ul {
  list-style-type: square;
}

.downloads .d-zzm ul li {
  color: #ffffff;
  font-size: 1rem;
}

.downloads .d-zzm p {
  color: #ffffff;
  font-size: 1.1rem;
}

.downloads .d-zzm p:first-of-type {
  padding-bottom: 3rem;
}

.downloads .d-zzm .share {
  padding-top: 1.7rem;
}

.downloads .d-zzm .share a {
  color: #000;
  margin: 0.5rem;
  display: inline-block;
}

.downloads .d-zzm .share .fa {
  background: #fff;
  padding: 0.75rem;
  border-radius: 50%;
  font-size: 2rem;
  width: 3.375rem;
  height: 3.375rem;
  margin-bottom: 1rem;
}

.downloads .d-zzm .download-icons {
  margin-top: 1.5rem;
}

.downloads .d-zzm .download-icons a img {
  display: inline;
  margin-left: 0.3rem;
  border-radius: 0.7rem;
}

.downloads .d-zzm .download-icons a:focus {
  outline-style: none;
}

@media screen and (max-width: 39.9375em) {
  .downloads .d-zzm .download-icons {
    text-align: center;
  }

  .downloads .d-zzm .download-icons a img {
    margin-bottom: 0.7rem;
  }
}

.download__btn-group {
  margin: 0.5em 0;
}

.download__btn-group .button--app {
  border-radius: 0.25em;
}

.download__link {
  color: #FFFFFF;
  text-decoration: underline;
}

.download-main {
  padding-bottom: 1rem;
}

.download-main .heading {
  color: #505050;
  font-size: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .download-main .heading {
    font-size: 1.875rem;
    margin: 2rem 0;
    text-align: center;
  }
}

.download-main .section__heading {
  margin: 4rem 0 2rem;
}

.download-main .app-icon {
  margin: 0 auto;
  max-width: 100%;
}

.download-main .download-block__img {
  text-align: center;
}

.download-main .more-games .app-section {
  margin-bottom: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .download-main .more-games .app-section {
    margin-bottom: 2rem;
  }

  .download-main .more-games .app-section .app-icon {
    width: 50%;
  }
}

.download-main .more-games .app-section .download-btn {
  width: 150px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .download-main .more-games .app-section .cta {
    position: relative;
  }
}

.download-main .more-games h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.download-main .more-games p {
  font-size: 1rem;
  color: gray;
}

.download-main .more-games h1 {
  font-weight: 500;
  font-size: 2rem;
}

.download-main .more-games img {
  border-radius: .55em;
}

.download-main .more-games .download-block__img img {
  border-radius: 2.5em;
}

.download-main .more-games .download-block__link {
  color: #4AAFF4;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: underline;
}

.download-main .more-games .medium-6 .row {
  padding: 2rem 0;
}

@media screen and (max-width: 39.9375em) {
  .download-main .more-games .medium-6 .row {
    padding: 1rem 0;
  }
}

.download-main .more-games .medium-6 .row .medium-8 {
  padding: 0 2rem;
}

@media screen and (max-width: 39.9375em) {
  .download-main .more-games .medium-6 .row .medium-8 {
    padding: 1.5rem 1rem;
  }
}

.download-main .download-block {
  padding: 3rem 0;
}

.download-main .download-block:first-child {
  padding-bottom: 0;
}

.download-main .download-block h1 {
  font-weight: 700;
}

.download-main .download-block .row {
  padding: 3rem 0;
}

@media screen and (max-width: 39.9375em) {
  .download-main .download-block .row {
    padding: 1rem 0;
  }
}

.download-main .download-block .row .medium-8 {
  padding: 0 2rem;
}

@media screen and (max-width: 39.9375em) {
  .download-main .download-block .row .medium-8 {
    padding: 1.5rem 1rem;
  }
}

.download-main .download-block .download-block__content {
  padding: 2rem 0;
  font-size: 1.2rem;
  text-align: left;
  color: gray;
}

@media screen and (max-width: 39.9375em) {
  .download-main .download-block .download-block__content {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.contact {
  font-family: 'museo-sans', sans-serif;
  padding-bottom: 18rem;
}

@media screen and (min-width: 40em) {
  .contact {
    padding-bottom: 12rem;
  }
}

.contact form {
  margin: 0 0 1rem 0;
  padding: 3rem 0;
}

@media screen and (max-width: 39.9375em) {
  .contact form .row {
    margin-bottom: 1rem;
  }
}

.contact form h1 {
  color: #000000;
}

.contact form p {
  font-size: 1.08rem;
  margin-bottom: 1rem;
}

.contact input {
  width: 100%;
  height: 47px;
}

.contact input[type=checkbox] {
  width: 40px !important;
  height: 10px;
  background: #ffffff;
  border: 3px solid #737373;
  position: relative;
}

.contact select {
  height: 47px;
}

.contact label {
  font-family: 'museo-sans', sans-serif;
  font-size: 1rem;
  color: #4d4d4d;
  margin-bottom: 2rem;
}

.contact label input {
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .contact label {
    margin-bottom: 1rem;
  }
}

.contact textarea {
  margin-bottom: 1rem;
}

.contact ::-webkit-input-placeholder {
  color: #000;
}

.contact :-moz-placeholder {
  color: #000;
}

.contact ::-moz-placeholder {
  color: #000;
}

.contact :-ms-input-placeholder {
  color: #000;
}

.contact .button {
  background: #ffffff;
  color: #006838;
  border: 3px solid #006838;
  border-radius: 1rem;
  padding: 0.7rem 4rem 0.9rem 4rem;
  width: 300px;
  font-weight: 700;
  font-size: 1.3rem;
}

@media screen and (max-width: 39.9375em) {
  .contact .button {
    width: 230px;
  }
}

.auth {
  min-height: 100%;
  position: relative;
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/auth/bg-sign-in-up.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  z-index: 0;
}

.auth input[type=email],
.auth input[type=text],
.auth input[type=password],
.auth input[type=submit] {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  font-family: 'museo-sans', sans-serif;
}

.auth select {
  margin-bottom: 1rem;
  color: #333333;
  font-family: 'museo-sans', sans-serif;
}

.auth ::-webkit-input-placeholder {
  color: #000;
}

.auth :-moz-placeholder {
  color: #000;
}

.auth ::-moz-placeholder {
  color: #000;
}

.auth :-ms-input-placeholder {
  color: #000;
}

.auth .blue-bg-overlay {
  background-color: rgba(43, 145, 214, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.auth .signup-holder {
  position: relative;
  top: 3rem;
  z-index: 1;
  padding: 0.625rem;
}

.auth .signup-holder .button {
  color: #ffffff;
}

.auth .signup-holder-inner {
  border-radius: 1.25rem;
  padding-top: 0;
  padding-bottom: 1.875rem;
  background-color: #FFFFFF;
  position: relative;
  min-height: 25rem;
}

@media screen and (min-width: 40em) {
  .auth .signup-holder-inner {
    margin-top: 0.1875rem;
  }
}

.auth .signup-holder-inner h3 {
  padding-top: 0.9rem;
}

.auth .activation-text {
  margin-top: 1.25rem;
  text-align: center;
}

.auth .btn-signup {
  position: relative;
  z-index: 2;
  width: 100%;
}

.auth .signup-form {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0rem 0rem 0.625rem 0.625rem;
}

.auth .login-form {
  margin-top: 0.0625rem;
}

.auth .login-form .label-grey {
  color: #999999;
  font-size: 1rem;
}

.auth .login-form button, .auth .login-form .button, .auth .login-form button.blue, .auth .login-form .button.blue {
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 1.25rem;
}

.auth .label-header {
  font-family: 'museo-sans', sans-serif;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #4d4d4d;
  cursor: default;
}

.auth .form-error {
  color: #ec5840;
  font-family: 'museo-sans', sans-serif;
}

.auth .form-error span {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.auth .footer p {
  margin: 0;
}

.auth #form-response-messages {
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: center;
}

.auth #form-response-messages p.error {
  color: #ec5840;
}

.auth #form-response-messages p.error a {
  color: #ec5840;
  font-weight: bold;
}

.auth #form-response-messages p.success {
  color: green;
}

.auth .loading {
  display: none;
  text-align: center;
  font-size: 2rem;
  color: #666666;
  position: absolute;
  top: 50%;
  width: calc(100% - 30px);
}

.auth button, .auth .button {
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 1.25rem;
  color: #fff;
  border-radius: 0.5rem;
}

.auth hr {
  margin-top: 0;
}

.auth .button.facebook {
  color: #fff;
  border-radius: 0.5rem;
  background: #3B5998;
}

.auth .button.facebook:hover, .auth .button.facebook:focus, .auth .button.facebook:active {
  background: #2d4373;
}

.faq {
  font-family: 'museo-sans', serif;
  padding-bottom: 350px;
}

@media screen and (min-width: 40em) {
  .faq {
    padding-bottom: 160px;
  }
}

.faq .headline h1 {
  font-size: 2.8rem;
  line-height: 1.15em;
}

.faq .add-spacer {
  padding-top: 2rem;
}

.faq a .accordion-title {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7em;
  padding-right: 2rem;
}

.faq a .accordion-title .label {
  margin-right: 0.25rem;
}

.faq a .accordion-title::before {
  margin-top: -0.85rem;
}

.whyus-main .whyus-block {
  padding: 3rem 0;
}

.whyus-main .whyus-block:first-child {
  padding-bottom: 0;
}

.whyus-main .whyus-block h1 {
  color: #000;
  font-weight: 700;
  font-size: 2rem;
}

.whyus-main .whyus-block img {
  width: 180px;
  margin: 0 auto;
}

.whyus-main .whyus-block .medium-8 h1 {
  color: #2653C9;
}

.whyus-main .whyus-block .whyus-block__img {
  text-align: center;
}

.whyus-main .whyus-block .row {
  padding: 3rem 0;
}

@media screen and (max-width: 39.9375em) {
  .whyus-main .whyus-block .row {
    padding: 1rem 0;
  }
}

.whyus-main .whyus-block .row .medium-8 {
  padding: 0 2rem;
}

@media screen and (max-width: 39.9375em) {
  .whyus-main .whyus-block .row .medium-8 {
    padding: 1.5rem 1rem;
  }
}

.whyus-main .whyus-block .whyus-block__content {
  padding: 2rem 0;
  font-size: 1.2rem;
  text-align: left;
  color: gray;
}

@media screen and (max-width: 39.9375em) {
  .whyus-main .whyus-block .whyus-block__content {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.whyus {
  padding-bottom: 120px;
  /**
    * Section: Hero slider
    */
  /**
    * Section Bored
    */
  /**
* Section: Solution
*/
  /**
     * Section: Improve Your ...
     */
  /**
* Section Web Dashboard
*/
}

@media screen and (min-width: 64em) {
  .whyus {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 39.9375em) {
  .whyus {
    text-align: center;
  }
}

.whyus h1, .whyus h2, .whyus h3, .whyus h4, .whyus p, .whyus li {
  font-family: 'museo-sans', serif;
  line-height: 1.15em;
}

.whyus h1, .whyus h2 {
  font-size: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .whyus h1, .whyus h2 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus h1, .whyus h2 {
    font-size: 3.4rem;
  }
}

.whyus h3 {
  font-size: 1.7rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .whyus h3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus h3 {
    font-size: 2rem;
  }
}

.whyus ul {
  list-style-type: square;
}

.whyus p, .whyus li {
  font-size: 1.2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .whyus p, .whyus li {
    font-size: 1.38rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus p, .whyus li {
    font-size: 1.38rem;
  }
}

.whyus section {
  background: #ececec;
}

.whyus .headline {
  padding: 2rem;
  background: #00ADEF;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .whyus .headline {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus .headline {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.whyus .headline h1 {
  text-shadow: 0px 0px 15px black;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .whyus .headline h1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}

.whyus .headline h2 {
  text-shadow: 0px 0px 15px black;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 40em) {
  .whyus .headline h2 {
    margin-bottom: 5rem;
  }
}

.whyus .at-zzm {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/why-us/ecosystem-640.png");
  padding: 2rem 2rem 0 2rem;
  min-height: 18rem;
}

@media screen and (min-width: 40em) {
  .whyus .at-zzm {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/why-us/ecosystem-1024.png");
    min-height: 20rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus .at-zzm {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/why-us/ecosystem.png");
    min-height: 23rem;
  }
}

.whyus .at-zzm p {
  font-family: 'museo-sans', serif;
  color: #ffffff;
}

@media screen and (max-width: 39.9375em) {
  .whyus .at-zzm p:last-of-type {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .whyus .at-zzm p:last-of-type {
    padding-bottom: 4rem;
  }
}

.whyus .at-zzm .walking-image {
  position: relative;
  bottom: -1.27rem;
}

.whyus .bored {
  padding: 3rem 0.9rem 2rem 0.9rem;
  background-color: #ffffff !important;
}

.whyus .bored h1 {
  color: #000000 !important;
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .whyus .bored h1 {
    padding-top: 1rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus .bored h1 {
    padding-top: 11rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus .bored h1 {
    padding-top: 9rem;
  }
}

.whyus .bored p {
  font-family: 'museo-sans', serif;
  color: #000000 !important;
}

.whyus .solution {
  background: #6255A4;
  padding: 3rem 0.9rem 2rem 0.9rem;
}

.whyus .solution h1 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 2rem;
  padding-top: 2rem;
}

.whyus .solution p {
  font-family: 'museo-sans', serif;
  color: #ffffff;
}

.whyus .improve-your {
  padding: 2rem 0.8rem 0.8rem;
  background: #ffffff;
  font-family: 'museo-sans', serif;
}

@media screen and (max-width: 39.9375em) {
  .whyus .improve-your {
    text-align: center !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .whyus .improve-your {
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus .improve-your {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.whyus .improve-your p {
  color: #000000;
  font-family: 'museo-sans', serif;
  padding-top: 1rem;
}

.whyus .improve-your h2 {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  font-family: 'museo-sans', serif;
  margin-top: 1rem;
}

.whyus .improve-your h3 {
  font-family: 'museo-sans', serif;
  font-size: 1.3rem;
  color: #78797A;
  text-align: center;
  font-weight: 500;
}

.whyus .improve-your h3 span {
  font-weight: 900;
  color: #000000;
}

@media screen and (max-width: 39.9375em) {
  .whyus .improve-your h3 {
    margin-top: 1rem;
  }
}

.whyus .bored {
  padding: 3rem 0.9rem 2rem 0.9rem;
  background-color: #0D1A33;
}

.whyus .bored h1 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .whyus .bored h1 {
    padding-top: 11rem;
  }
}

@media screen and (min-width: 64em) {
  .whyus .bored h1 {
    padding-top: 9rem;
  }
}

.whyus .bored p {
  font-family: 'museo-sans', serif;
  color: #ffffff;
}

.inside-zzm {
  /**
    * Section: Hero slider
    */
  /**
    * Section: curriculum
    */
  /**
     * Section: Games ...
     */
}

.inside-zzm h1, .inside-zzm h2, .inside-zzm h3, .inside-zzm h4, .inside-zzm p, .inside-zzm li {
  font-family: 'museo-sans', serif;
  line-height: 1.15em;
}

.inside-zzm h1, .inside-zzm h2 {
  font-size: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm h1, .inside-zzm h2 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 64em) {
  .inside-zzm h1, .inside-zzm h2 {
    font-size: 3.4rem;
  }
}

.inside-zzm h3 {
  font-size: 1.7rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm h3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 64em) {
  .inside-zzm h3 {
    font-size: 2rem;
  }
}

.inside-zzm ul {
  list-style-type: square;
}

.inside-zzm p, .inside-zzm li {
  font-size: 1.2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm p, .inside-zzm li {
    font-size: 1.38rem;
  }
}

@media screen and (min-width: 64em) {
  .inside-zzm p, .inside-zzm li {
    font-size: 1.38rem;
  }
}

.inside-zzm section {
  background: #ececec;
  padding: 3rem 0.9rem 3rem 0.9rem;
}

@media screen and (max-width: 39.9375em) {
  .inside-zzm section {
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .inside-zzm section {
    padding: 5rem 0;
  }
}

.inside-zzm section .section__title {
  color: #000000;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.inside-zzm section.dark-bg {
  background-color: #0D1A33;
}

.inside-zzm section.dark-bg .section__title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.inside-zzm section.dark-bg .section__text {
  color: #ffffff;
}

.inside-zzm .headline {
  padding: 2rem;
  background: #00ADEF;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm .headline {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 64em) {
  .inside-zzm .headline {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.inside-zzm .headline h1 {
  text-shadow: 0 0 15px black;
  font-weight: 500;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .inside-zzm .headline h1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}

.inside-zzm .headline h2 {
  text-shadow: 0 0 15px black;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 40em) {
  .inside-zzm .headline h2 {
    margin-bottom: 5rem;
  }
}

.inside-zzm .curriculum .add-space {
  padding: 1.7rem;
}

@media screen and (min-width: 64em) {
  .inside-zzm .curriculum .add-space {
    width: 450px;
    margin: 0 auto;
  }
}

.inside-zzm .curriculum p {
  font-family: 'museo-sans', serif;
}

.inside-zzm .curriculum .grades {
  border: 1px solid #2D3091;
  border-radius: 1rem;
  color: #2D3091;
  padding: 1.1rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 1.3rem;
  cursor: pointer;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm .curriculum .grades {
    font-size: 1rem;
  }
}

@media screen and (min-width: 40em) {
  .inside-zzm .curriculum .grades {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.inside-zzm .games {
  padding: 2rem 0.8rem 5rem 0.8rem;
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/why-us/games_bg_640.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 40em) {
  .inside-zzm .games {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/why-us/games_bg_1024.png");
  }
}

@media screen and (min-width: 64em) {
  .inside-zzm .games {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/why-us/games_bg_1366.png");
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm .games {
    padding-bottom: 7rem;
  }
}

@media screen and (min-width: 64em) {
  .inside-zzm .games {
    padding: 3rem 2rem;
  }
}

.inside-zzm .games h1 {
  color: #ffffff;
  font-weight: normal;
  font-family: 'museo-sans', serif;
  margin-bottom: 0.2rem;
  font-size: 2rem;
  padding-bottom: 1.4rem;
}

@media screen and (max-width: 39.9375em) {
  .inside-zzm .games h1 {
    font-size: 1.4rem;
  }
}

.inside-zzm .games .game-slide-large {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .inside-zzm .games .game-slide-large .slick-prev {
    left: 2rem;
    z-index: 1;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm .games .game-slide-large .slick-prev {
    left: 2rem;
    z-index: 1;
  }
}

@media screen and (max-width: 39.9375em) {
  .inside-zzm .games .game-slide-large .slick-next {
    right: 2rem;
    z-index: 1;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm .games .game-slide-large .slick-next {
    right: 2rem;
    z-index: 1;
  }
}

.inside-zzm .games .game-slide-large .slick-prev:before, .inside-zzm .games .game-slide-large .slick-next:before {
  font-size: 30px;
  line-height: 1;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .inside-zzm .games .game-slide-large .slick-prev:before, .inside-zzm .games .game-slide-large .slick-next:before {
    font-size: 2rem;
    line-height: 1.7;
  }
}

@media screen and (max-width: 39.9375em) {
  .inside-zzm .games .game-slide-large .slick-prev:before, .inside-zzm .games .game-slide-large .slick-next:before {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.inside-zzm .games .game-slide-large .slick-prev:before {
  content: "\F053";
  color: #ffffff;
}

.inside-zzm .games .game-slide-large .slick-next:before {
  content: "\F054";
  color: #ffffff;
}

.inside-zzm-grade-codes h2 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.9rem;
  font-size: 2rem;
  padding-top: 2rem;
}

.inside-zzm-grade-codes h3 {
  color: #000;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 1rem 0 0.5rem 0;
}

.inside-zzm-grade-codes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inside-zzm-grade-codes li {
  width: 6.5rem;
  display: inline-block;
  padding: 0.5rem 0;
  font-size: 0.9rem;
  text-align: center;
  float: left;
  cursor: default;
  margin-right: 1px;
  margin-bottom: 1px;
  font-weight: bold;
  position: relative;
}

.inside-zzm-grade-codes li.available {
  background: #39b54a;
  color: #fff;
}

.inside-zzm-grade-codes li.coming-soon {
  background: #e6e6e6;
}

.support {
  font-family: 'museo-sans', sans-serif;
  height: 100%;
}

.support .headline-and-search-container {
  background: #00ADEF;
  height: 500px;
}

@media screen and (max-width: 39.9375em) {
  .support .headline-and-search-container {
    height: 600px;
  }
}

.support .headline {
  padding-top: 2rem;
}

.support .headline h1 {
  text-shadow: none;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .support .headline h1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}

.support .headline h2 {
  text-shadow: none;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 2rem;
}

@media screen and (min-width: 40em) {
  .support .headline h2 {
    margin-bottom: 1rem;
  }
}

.support .headline p {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: #ffffff;
  line-height: 1.5rem;
}

.support p {
  font-size: 1rem;
}

.support h2 {
  margin-bottom: 1rem;
  color: #58595b;
}

.support .headline-description {
  margin-bottom: 2rem;
}

.support .add-spacer {
  padding-top: 2rem;
  margin-top: 2rem;
}

.support .support-headline h2 {
  color: #ffffff;
  margin-bottom: 10px;
}

.support .support-page-content-cotainer {
  position: relative;
  top: -8rem;
}

@media screen and (max-width: 39.9375em) {
  .support .support-page-content-cotainer {
    top: -5rem;
    padding-bottom: 15rem;
  }
}

.support .support-feature {
  height: 400px;
}

.support .support-category-container {
  padding-bottom: 7rem;
  height: 100%;
}

@media screen and (max-width: 39.9375em) {
  .support .support-category-container {
    padding-bottom: 27rem;
  }
}

.support .support-ribbon {
  width: 100%;
  height: 20rem;
  background-color: #ffffff;
  position: relative;
  top: 1rem;
}

.support .support-main-content {
  position: relative;
  top: -25rem;
}

.support .support-category-images {
  width: 80%;
  /*height: 10.5rem;*/
  margin: auto;
  /*position: relative;
        top: -100px;*/
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .support .support-category-images {
    width: 90%;
    /*height: 6rem;*/
  }
}

.support .support-category-images img {
  display: block;
  margin: auto;
}

.support .support-category-description {
  /*position: relative;
        top: -15px;*/
  margin-top: 1rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .support .support-category-description {
    padding-bottom: 0px;
    top: 0rem;
  }
}

.support .support-category-description h2 {
  margin: 0rem;
  font-size: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .support .support-category-description h2 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .support .support-category-description p {
    line-height: 1.4;
  }
}

.support .support-category-description a {
  color: #58595b;
}

.support .searchfaq input {
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: none;
  border: none;
  height: 50px;
  font-size: 1rem;
  font-weight: 100;
  position: relative;
  /*left: 10px;*/
}

@media screen and (max-width: 39.9375em) {
  .support .searchfaq input {
    left: 0;
  }
}

.support .searchfaq span {
  width: 100%;
}

.support .searchfaq .tt-menu {
  width: 100%;
}

.support .searchfaq .tt-dataset-faq {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eeeeee;
}

.support .searchfaq .tt-dataset-faq li {
  list-style: none;
  padding: 1rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 1rem;
}

.support .searchfaq .tt-dataset-faq li a {
  color: #336FB7;
}

.support .searchfaq .tt-dataset-faq li:hover {
  background-color: #4f89ce;
}

.support .searchfaq .tt-dataset-faq li:hover a {
  color: #ffffff;
}

.support .searchfaq .tt-dataset-faq .badge {
  width: inherit !important;
  border-radius: 10%;
  margin-right: 5px;
}

.support .no-result-suggestion {
  background: #fff;
  color: #000;
  padding: 1rem;
  border-radius: 2px;
  width: 100%;
}

.support .searchfaqbutton {
  background-color: #00a451;
  color: #fff;
  border-radius: 6px;
  height: 50px;
  width: 100%;
  position: relative;
  left: -10px;
  font-size: 1rem;
  font-weight: 100;
}

@media screen and (max-width: 39.9375em) {
  .support .searchfaqbutton {
    left: 0;
  }
}

.support .contact-form h2 {
  margin-top: 0;
}

.support .contact-form-area select, .support .contact-form-area input, .support .contact-form-area textarea {
  border-color: #bbbdbf;
  box-shadow: none;
  padding: 10px 20px;
  font-weight: 100;
}

.support .contact-form-area .styledcheckbox label {
  font-size: 1rem;
}

.support .contact-form-area .styledcheckbox input[type="checkbox"] {
  height: inherit;
  display: none;
}

.support .contact-form-area .styledcheckbox input[type="checkbox"] + label:before {
  border: 1px solid #bbbdbf;
  background-color: #fff;
  content: "\A0";
  display: inline-block;
  height: 28px;
  width: 28px;
  margin: 0 1.25em 0 -7px;
  padding: 0;
  vertical-align: top;
}

.support .contact-form-area .styledcheckbox input[type="checkbox"]:checked + label:before {
  content: "\2713";
  text-align: center;
  background-color: #fff;
}

.support .contact-form-area textarea {
  height: 14.5rem;
}

.support .contact-form-area .button {
  margin-top: 25px;
  background-color: transparent;
  border-radius: 15px;
  border: 4px #00a551 solid;
  color: #00a551;
  font-size: 1.6rem;
  font-weight: 400;
  width: 60%;
  padding: 0;
  height: 3rem;
}

.support .FAQContent {
  top: -4rem;
  position: relative;
  padding-bottom: 5rem;
  /* @include breakpoint (small only) {
            padding-bottom: 13rem;
            top: -10rem;
        } */
}

.support .FAQContent .faqtopic {
  background-color: #fff;
  border: 1px solid #bbbdbf;
  padding: 20px;
  margin: 0 0 1rem 0;
}

.support .FAQContent .faqtopic li:last-child {
  border-bottom: none;
}

.support .FAQContent .faqtopic li {
  list-style: none;
  border-bottom: 1px solid #bbbdbf;
  padding: 0.8rem 0.5rem;
}

.support .FAQContent .faqtopic a {
  line-height: 2rem;
  padding: 0 !important;
}

.support .FAQContent .faquestion {
  border: 1px solid #bbbdbf;
  padding: 20px;
}

.support .FAQContent .faquestion a:hover {
  background-color: #00adef;
  color: #fff;
}

.support .FAQContent .faquestion .accordion-content a {
  color: #336FB7;
  padding: 0;
}

.support .FAQContent .faquestion .accordion-content a:hover {
  background: none;
  border-bottom: 1px dashed #336FB7;
  border-width: 80%;
}

.support .FAQContent .faquestion .accordion-content p {
  margin-bottom: 0;
}

.support .FAQContent .faquestion a, .support .FAQContent .faqtopic a {
  font-size: 1rem;
  color: #231f20;
  border: none;
  padding: 0.8rem 0.5rem;
}

.support .callout {
  background: #00a551;
  border: none;
  color: #ffffff;
  text-align: center;
}

.support-category-page .headline {
  padding-bottom: 14rem;
}

.support-category-page .support-ribbon {
  height: 15rem;
}

.support-category-page .support-category {
  position: relative;
  top: -20rem;
}

.support-category-page .support-feature {
  top: -7rem;
}

.support-category-page .support-category-images {
  height: 10.5rem;
}

.support-category-page .support-category-description {
  margin-top: 5rem;
}

.getting-started {
  background-color: #ffffff;
  margin: 0;
  padding: 5rem 5rem 10rem 5rem;
}

@media screen and (max-width: 39.9375em) {
  .getting-started {
    padding: 2rem 1rem 20rem 1rem;
  }
}

.getting-started .close-button {
  right: 30px;
  padding: 0.5rem;
  color: #737373;
}

.getting-started .steps {
  margin-top: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .getting-started .steps {
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .getting-started .steps .steps-img {
    width: 90% !important;
    margin: 0 !important;
  }
}

.getting-started .steps .action h1 {
  margin-top: 1rem;
  font-family: "museo-sans", sans-serif;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 64em) {
  .getting-started .steps .action h1 {
    padding-top: 1rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .getting-started .steps .action h1 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .getting-started .steps .action h1 {
    font-size: 1.3rem;
  }
}

.getting-started .step-2-3 {
  margin-top: 3rem;
}

@media screen and (max-width: 39.9375em) {
  .getting-started .step-2-3 {
    text-align: center;
  }
}

.getting-started .step-2-3 .key-in {
  margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .getting-started .step-2-3 {
    margin-top: 1rem;
  }

  .getting-started .step-2-3 p {
    padding-top: 0.8rem;
  }
}

.getting-started .step-2-3 .action h1 {
  margin-top: 1rem;
  font-family: "museo-sans", sans-serif;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 64em) {
  .getting-started .step-2-3 .action h1 {
    padding-top: 1rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .getting-started .step-2-3 .action h1 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .getting-started .step-2-3 .action h1 {
    font-size: 1.3rem;
  }
}

.getting-started h1 {
  color: #000;
  font-size: 1.4rem;
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  margin-top: 1.5rem;
  line-height: 1em;
}

@media screen and (max-width: 39.9375em) {
  .getting-started h1 {
    text-align: center;
  }
}

@media screen and (min-width: 40em) {
  .getting-started h1 {
    font-size: 2rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .getting-started h1 {
    padding-top: 1rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .getting-started h1 {
    font-size: 1.5rem;
  }
}

.getting-started p {
  font-size: 1.2rem;
  padding: 0.3rem 0 0.3rem 0;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

@media screen and (min-width: 64em) {
  .getting-started p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .getting-started p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .getting-started p {
    text-align: center;
  }
}

.getting-started span {
  font-size: 1.2rem;
  padding: 0.3rem 0 0.3rem 0;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

@media screen and (min-width: 64em) {
  .getting-started span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .getting-started span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .getting-started span {
    text-align: center;
  }
}

@media screen and (max-width: 39.9375em) {
  .getting-started .download {
    text-align: center;
  }
}

.getting-started .download .column, .getting-started .download .columns {
  padding: 0 0.5rem 0 0 !important;
}

.getting-started .download img {
  border-radius: 0.2rem;
  width: 170px;
  height: auto;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .getting-started .download img {
    width: 120px;
  }
}

@media screen and (min-width: 64em) {
  .getting-started .download img {
    width: 99% !important;
  }
}

/*
|--------------------------------------------------------------------------
| Shared class
|--------------------------------------------------------------------------
*/

.gray-bg {
  background: #ececec;
}

.event-page {
  position: static;
  margin-top: 0;
}

.event-section {
  padding: 5rem 0;
}

.event-section .event-section__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 1rem 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 39.9375em) {
  .event-section .event-section__title {
    font-size: 2rem;
  }
}

.event-section .event-section__title--dark {
  color: #4d4d4d;
  text-shadow: none;
}

.event-section .event-section__subtitle {
  color: #ffffff;
  font-size: 1.3rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.event-section .event__subheading {
  color: black;
}

.reset-position {
  position: static;
}

/*
|--------------------------------------------------------------------------
| Section specific class
|--------------------------------------------------------------------------
*/

.event-intro {
  background: no-repeat center center;
  background-size: cover;
  padding: 10rem 0;
}

@media screen and (max-width: 39.9375em) {
  .event-intro {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .event-intro {
    padding: 15rem 0;
  }
}

.event-gallery .event-gallery__image-container {
  margin: 0;
  position: relative;
}

.event-gallery .event-gallery__image-caption {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: white;
  position: absolute;
  padding: 2em;
  width: 100%;
}

@media screen and (max-width: 39.9375em) {
  .event-gallery .event-gallery__image-caption {
    font-size: 0.8rem;
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 63.9375em) {
  .event-memory .event-memory__container {
    text-align: center;
  }
}

.event-memory .event-memory__video {
  width: 480px;
  height: 270px;
}

@media screen and (max-width: 39.9375em) {
  .event-memory .event-memory__video {
    width: 100%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .event-memory .event-memory__video {
    text-align: center;
  }
}

.event-memory .event-memory__quote-container {
  border: none;
  padding: 0;
  margin: 1rem 0;
}

.event-memory .event-memory__quote {
  font-family: "Times New Roman", "Georgia", serif;
  font-size: 2rem;
  font-style: italic;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .event-memory .event-memory__quote {
    font-size: 1.5rem;
  }
}

.k-app-ads {
  background: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/ISTE/k-app/color-background.png") no-repeat center center;
  background-size: cover;
}

.k-app-ads .k-app-ads__container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 39.9375em) {
  .k-app-ads .k-app-ads__container {
    flex-direction: column;
  }
}

.k-app-ads .k-app-ads__item {
  width: 30%;
  /* Fallback for browsers without support for calc() */
  width: calc((100% / 3) - 1rem);
  margin: 1rem;
}

@media screen and (max-width: 63.9375em) {
  .k-app-ads .k-app-ads__item {
    width: 90%;
    text-align: center;
  }
}

.k-app-ads .k-app-ads__image {
  width: 25%;
  height: 25%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .k-app-ads .k-app-ads__image {
    width: 40%;
  }
}

@media screen and (max-width: 39.9375em) {
  .k-app-ads .k-app-ads__image {
    width: 70%;
    height: auto;
  }
}

.event-blog .event-blog__title {
  color: #EA732A;
  font-size: 1.5rem;
}

.event-blog .event-blog__item {
  padding: 1rem;
}

.event-blog .event-blog__excerpt, .event-blog .event-blog__read-more {
  font-size: 1rem;
  font-style: italic;
}

/*
 |------------------------------------------------------------------------------
 | Event Background Image
 |------------------------------------------------------------------------------
 */

.event-iste {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/ISTE/iste-2017.png");
}

.event-rise {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebRISE-1366-x538.png");
}

@media screen and (max-width: 39.9375em) {
  .event-rise {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebRISE-640x249.png");
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .event-rise {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebRISE-1024x404.png");
  }
}

.event-nctm {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebNCTM-1366-x538.png");
}

@media screen and (max-width: 39.9375em) {
  .event-nctm {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebNCTM-640x249.png");
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .event-nctm {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebNCTM-1024x404.png");
  }
}

.event-fetc {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebFETC-1366-x538.png");
}

@media screen and (max-width: 39.9375em) {
  .event-fetc {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebFETC-640x249.png");
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .event-fetc {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebFETC-1024x404.png");
  }
}

.event-njea {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebNJEA-1366-x538.png");
}

@media screen and (max-width: 39.9375em) {
  .event-njea {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebNJEA-640x249.png");
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .event-njea {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/2017/events/banner/Banner-WebNJEA-1024x404.png");
  }
}

.event-bett {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/events/bett/2018-banner.png");
}

@media screen and (max-width: 39.9375em) {
  .event-bett {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/events/bett/2018-banner.png");
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .event-bett {
    background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/events/bett/2018-banner.png");
  }
}

/*
|--------------------------------------------------------------------------
| Zap Zap Kindergarten
|--------------------------------------------------------------------------
| Have to redeclare again to overwrite some things
| Have to do this because want to reuse css code
| But the code is too specific - need to address this in future
|
*/

.downloads .inside-zzm {
  padding: 0;
}

.downloads .inside-zzm .k-app {
  padding: 5rem 0;
}

.downloads .inside-zzm .k-app .slick-slider {
  margin-bottom: 0;
}

.downloads .k-app__content a {
  font-family: sans-serif;
  color: #ffffff;
  text-decoration: underline;
}

.downloads .learn-more {
  background-color: #ececec;
  padding: 5rem 0;
}

.downloads .learn-more h1 {
  color: #4d4d4d;
  margin-bottom: 2rem;
}

.downloads .learn-more input {
  border-radius: 2px;
  padding: 1rem;
  height: inherit;
  width: 100%;
}

.downloads .learn-more__form {
  font-family: sans-serif;
  height: 3rem;
}

/**
 * -----------------------------------------
 * Mobile @TODO remove section after investigate not used (14 July 2017)
 * -----------------------------------------
 */

@media screen and (max-width: 39.9375em) {
  .pilot-programme .headline-description h2 {
    font-size: 1.5rem;
  }

  .pilot-programme p {
    font-size: 1rem;
  }

  .k-app-downloads .d-zzm {
    padding-bottom: 5rem;
  }

  .mobile-center {
    text-align: center;
  }
}

.about .about-block {
  padding: 3rem 0;
}

@media screen and (max-width: 39.9375em) {
  .about .about-block {
    padding: 1rem 0;
  }
}

.about .about-block h1 {
  color: #000;
  font-weight: 700;
}

.about .about-block .about-block-text {
  padding: 2rem 0;
  text-align: left;
  color: gray;
  font-size: 1.2rem;
}

.about .about-block .about-block__image img {
  width: 180px;
  margin: 0 auto;
}

@media screen and (max-width: 39.9375em) {
  .about .about-block .about-block__content {
    padding: 1.5rem 1rem;
  }

  .about .about-block .about-block__content p {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.about-shared {
  /**
* Section: Headline
*/
}

.about-shared h1, .about-shared h2, .about-shared h3, .about-shared h4, .about-shared p, .about-shared li {
  font-family: 'museo-sans', serif;
  line-height: 1.5;
}

.about-shared h1, .about-shared h2 {
  font-size: 2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .about-shared h1, .about-shared h2 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 64em) {
  .about-shared h1, .about-shared h2 {
    font-size: 3.4rem;
  }
}

.about-shared h3 {
  font-size: 1.7rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .about-shared h3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 64em) {
  .about-shared h3 {
    font-size: 2rem;
  }
}

.about-shared ul {
  list-style-type: square;
}

.about-shared p, .about-shared li {
  font-size: 1.2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .about-shared p, .about-shared li {
    font-size: 1.38rem;
  }
}

@media screen and (min-width: 64em) {
  .about-shared p, .about-shared li {
    font-size: 1.38rem;
  }
}

.about-shared section {
  background: #ececec;
}

.about-shared .headline {
  padding: 2rem;
  background: #00ADEF;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .about-shared .headline {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 64em) {
  .about-shared .headline {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.about-shared .headline h1 {
  text-shadow: 0 0 15px black;
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .about-shared .headline h1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 2.8rem;
  }
}

.about-shared .headline h2 {
  text-shadow: 0 0 15px black;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 40em) {
  .about-shared .headline h2 {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .about-shared {
    text-align: center;
  }
}

.newsroom {
  padding-bottom: 23rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .newsroom {
    padding-bottom: 11.2rem;
  }
}

@media screen and (min-width: 64em) {
  .newsroom {
    padding-bottom: 11rem;
  }
}

.newsroom .container-newsroom {
  padding: 2rem;
  font-family: 'museo-sans', serif;
}

.newsroom .container-newsroom a {
  color: #336FB7;
}

.newsroom .container-newsroom p {
  text-align: justify;
}

.newsroom .container-newsroom h2 {
  margin-bottom: 1rem;
}

.newsroom .container-newsroom .mention {
  margin-bottom: 2rem;
}

.newsroom .container-newsroom .mention .source {
  font-style: italic;
}

.newsroom .container-newsroom .mention h4 {
  margin-bottom: 1rem;
}

.newsroom .container-newsroom .mention h4 a {
  color: #000;
  font-weight: bold;
}

.newsroom .container-newsroom .mention .read-more {
  text-decoration: underline;
}

.newsroom .pagination li a {
  padding: 0.5rem 0.2rem;
  font-size: 1rem;
  display: inline-block;
}

.about-press {
  /* Section: Newsroom Assets Media */
}

.about-press .press-section {
  padding: 2.5rem;
}

.about-press .headline__title {
  line-height: 1.3;
}

.about-press .press-action .action__title {
  color: #58595b;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.about-press .press-action .action__subtitle {
  color: #717275;
  font-size: 1.25rem;
  line-height: 1.15em;
  margin: 1em auto;
  width: 80%;
}

@media screen and (max-width: 63.9375em) {
  .about-press .press-action .action__subtitle {
    width: 100%;
  }
}

.about-press .press-action__item {
  margin-bottom: 1rem;
}

.about-press .section-title {
  color: #58595b;
  font-size: 1.8rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  padding-bottom: 2.5rem;
  margin: 0;
}

.about-press .zzm-news {
  padding-bottom: 23rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .about-press .zzm-news {
    padding-bottom: 13rem;
  }
}

@media screen and (min-width: 64em) {
  .about-press .zzm-news {
    padding-bottom: 15rem;
  }
}

.about-press .row--big {
  padding-top: 3rem;
}

.awards-and-testimonials {
  /* Individual section */
}

.awards-and-testimonials .award-section {
  padding: 2rem;
}

.awards-and-testimonials .award-section--dark .section__title {
  color: #ffffff;
}

.awards-and-testimonials .section-header {
  margin: 2rem 0;
}

.awards-and-testimonials .section__title {
  color: #4d4d4d;
  font-size: 2rem;
  line-height: 1.5;
}

.awards-and-testimonials .section__text {
  font-size: 1.5rem;
  color: #FFFFFF;
}

@media screen and (max-width: 39.9375em) {
  .awards-and-testimonials .section__text {
    font-size: 1.2rem;
  }
}

.awards-and-testimonials .partner__logo {
  height: 130px;
  margin: 1rem;
  width: auto;
  padding-bottom: 2rem;
}

.awards-and-testimonials .partner-logo--large {
  height: 200px;
  width: auto;
}

.awards-and-testimonials .section-collaborate {
  background-color: #0D1A33;
  padding-bottom: 15rem;
}

@media screen and (max-width: 39.9375em) {
  .awards-and-testimonials .section-collaborate {
    padding-bottom: 5rem;
  }
}

.awards-and-testimonials .section-collaborate h1 {
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.awards-and-testimonials .section-collaborate .button {
  background: #0D1A33;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.2rem 8rem;
  border: 2px solid #ffffff;
  border-radius: 1rem;
  margin-top: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .awards-and-testimonials .section-collaborate .button {
    padding: 0.75rem 3rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .awards-and-testimonials .section-collaborate .button {
    padding: 1rem 6rem;
  }
}

.awards-and-testimonials .section-collaborate .button:hover {
  background: #08101f;
}

.awards-and-testimonials .section-recommendation {
  position: relative;
}

.awards-and-testimonials .section-recommendation .zzm-mathling {
  margin: 1em 0 3em;
}

.awards-and-testimonials .reviews-wrapper {
  padding: 2rem;
  background: #ebebec;
}

.awards-and-testimonials .reviews-wrapper .reviews .slick-prev:before,
.awards-and-testimonials .reviews-wrapper .reviews .slick-next:before {
  font-size: 20px;
  line-height: 1;
}

.awards-and-testimonials .reviews-wrapper .reviews .slick-prev:before {
  content: "\F053";
  color: #0e0e0e;
}

.awards-and-testimonials .reviews-wrapper .reviews .slick-next:before {
  content: "\F054";
  color: #0e0e0e;
}

.awards-and-testimonials .reviews-wrapper .reviews .item-wrapper {
  padding: 1rem;
  background-color: #ebebec;
  border-radius: 0.5rem;
  width: auto;
}

.awards-and-testimonials .reviews-wrapper .reviews .item-wrapper .media-object img {
  border: 1px solid #29abe2;
  border-radius: 50%;
  width: 150px !important;
  height: 150px !important;
}

.awards-and-testimonials .reviews-wrapper .reviews .item-wrapper .media-object-section p {
  font-family: "museo-sans", sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1.15em;
  font-size: 1.2rem;
}

.awards-and-testimonials .reviews-wrapper .reviews .item-wrapper .media-object-section .name {
  font-weight: 500;
  padding-top: 0.3rem;
}

.awards-and-testimonials .reviews-wrapper .reviews .item-wrapper .media-object-section .quote {
  font-weight: 500;
}

.awards-and-testimonials .reviews-wrapper .reviews .item-wrapper .media-object-section .position {
  color: #333333;
  font-style: italic;
  font-size: 1rem;
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .slick-prev:before,
.awards-and-testimonials .reviews-wrapper .reviews-sm-md .slick-next:before {
  font-size: 20px;
  line-height: 1;
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .slick-prev:before {
  content: "\F053";
  color: #6f7173;
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .slick-next:before {
  content: "\F054";
  color: #6f7173;
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .item-wrapper {
  padding: 1rem;
  background-color: #ebebec;
  border-radius: 0.5rem;
  width: auto;
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .item-wrapper .media-object img {
  border: 1px solid #29abe2;
  border-radius: 50%;
  width: 150px !important;
  height: 150px !important;
}

@media screen and (max-width: 39.9375em) {
  .awards-and-testimonials .reviews-wrapper .reviews-sm-md .item-wrapper .media-object img {
    width: 100px !important;
    height: 100px !important;
  }
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .item-wrapper .media-object-section p {
  font-family: "museo-sans", sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1.15em;
  font-size: 1.2rem;
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .item-wrapper .media-object-section .name {
  font-weight: 500;
  padding-top: 0.3rem;
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .item-wrapper .media-object-section .quote {
  font-weight: 500;
}

.awards-and-testimonials .reviews-wrapper .reviews-sm-md .item-wrapper .media-object-section .position {
  color: #737373;
  font-style: italic;
  font-size: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .awards-and-testimonials .reviews-wrapper .reviews-sm-md .item-wrapper .media-object-section .position {
    font-size: 0.8rem;
  }
}

.headline .subheading {
  font-size: 2.5rem;
  margin: 0;
}

.learning .learning-hero {
  background-color: #ffffff;
}

.learning .learning-hero .headline {
  padding: 3rem 0;
}

@media screen and (max-width: 39.9375em) {
  .learning .learning-hero__app-icon {
    width: 200px;
    margin-bottom: 2rem;
  }
}

.learning .learning-hero__title {
  font-size: 3rem;
  margin: 2rem 0;
}

.learning .learning-hero__description {
  margin-bottom: 2rem;
}

.learning .learning-hero__store-button {
  border-radius: 0.5rem;
}

@media screen and (min-width: 40em) {
  .learning .learning-hero__store-button:first-child {
    margin-right: 2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .learning .learning-hero__store-button:first-child {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .learning .learning-hero .text-left-large {
    text-align: left;
  }
}

.learning .learning-hero__arrow {
  padding: 1rem 0;
  background-color: #00D3FF;
}

.learning .learning-hero__arrow .fa {
  color: #ffffff;
  font-size: 2rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.learning .learning-block {
  padding: 3rem 0;
}

.learning .learning-block h2 {
  margin: 0;
  font-weight: 700;
}

.learning .learning-block h3 {
  font-size: 1.375rem;
  font-weight: 700;
}

@media screen and (max-width: 63.9375em) {
  .learning .learning-block h3 {
    font-size: 1.2rem;
  }
}

.learning .learning-block .collapse {
  margin-top: 3rem;
}

.learning .learning-block__title {
  padding: 1rem 0 2rem;
}

@media screen and (max-width: 39.9375em) {
  .learning .learning-block__title {
    padding: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .learning .learning-block .games-icon-container {
    flex-wrap: wrap;
  }
}

.learning .learning-block .games-link:not(:last-child) {
  margin-right: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .learning .learning-block .games-link {
    width: 50%;
    height: auto;
    margin: 0 0 1rem !important;
  }
}

.learning .learning-block .games-icon {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 39.9375em) {
  .learning .learning-block .games-icon {
    height: auto;
    padding: 1.5rem;
    width: auto;
  }
}

.learning__title {
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
  .learning__title {
    font-size: 2rem;
  }
}

.learning .green-title {
  color: #3BCC56;
}

.learning .tabs, .learning .tabs-content {
  background: none;
  border: 0;
}

.learning .tabs-content__wraper {
  min-height: 700px;
  border-left: 4px solid #A7A7A7;
  perspective: 100px;
  -webkit-perspective: 100px;
}

.learning .tabs-content__wraper p {
  font-size: 1.2rem;
  color: gray;
}

@media screen and (max-width: 63.9375em) {
  .learning .tabs-content__wraper p {
    font-size: 1rem;
  }
}

.learning .tabs-content__wraper h5 {
  color: gray;
  font-weight: 700;
}

@media screen and (max-width: 63.9375em) {
  .learning .tabs-content__wraper h5 {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 40em) {
  .learning .tabs-content__wraper {
    padding-left: 2rem !important;
  }
}

.learning .tabs-panel__block {
  padding: 1.2rem 0;
}

.learning .tabs-panel__block:first-child {
  padding-top: 0;
  padding-bottom: 1.2rem;
}

.learning .tabs-panel__block .block--text {
  padding: 1.5rem 0;
}

.learning .tabs-panel__block.games .row img {
  width: 180px;
}

.learning .tabs-panel__block .row {
  padding: 1.5rem 0;
}

.learning .tabs-panel__block .button {
  width: auto;
  margin-right: .7rem;
  padding: 10px;
}

@media screen and (max-width: 39.9375em) {
  .learning .tabs-panel__block .button {
    font-size: .9rem;
  }
}

.learning .tabs-panel__block .medium-up-2 .column, .learning .tabs-panel__block .medium-up-2 .columns {
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 39.9375em) {
  .learning .tabs-panel__block .medium-4 {
    text-align: center;
    padding-bottom: 1.1rem;
  }
}

.learning .grade-tabs {
  margin-top: 1rem;
}

.learning .grade-tabs .tabs-title {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  margin-bottom: 3px;
}

.learning .grade-tabs .tabs-title a {
  background-color: transparent;
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .learning .grade-tabs .tabs-title a {
    margin-left: -4px;
  }
}

.learning .grade-tabs .tabs-title.is-active {
  transform: scale(1.2, 1) translateX(-5px);
  -webkit-transform: scale(1.2, 1) translateX(-5px);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .learning .grade-tabs .tabs-title.is-active {
    transform: scale(1.2, 1) translateX(-5px);
  }
}

@media screen and (max-width: 39.9375em) {
  .learning .grade-tabs .tabs-title.is-active {
    transform: scale(1.2, 1) translateX(-3px);
  }
}

.learning .grade-tabs .green {
  background-color: #3BCC56;
  box-shadow: 0 6px 0 #2FB648;
}

.learning .grade-tabs .turquoise {
  background-color: #21CBAF;
  box-shadow: 0 6px 0 #1AADAA;
}

.learning .grade-tabs .blue {
  background-color: #2653C9;
  box-shadow: 0 6px 0 #2049B0;
}

.learning .grade-tabs .purple {
  background-color: #7831CF;
  box-shadow: 0 6px 0 #692AB5;
}

.learning .grade-tabs .pink {
  background-color: #D33285;
  box-shadow: 0 6px 0 #B62B72;
}

.learning .grade-tabs .red {
  background-color: #CF4447;
  box-shadow: 0 6px 0 #AB3A3C;
}

.learning .grade-tabs .orange {
  background-color: #FDAE46;
  box-shadow: 0 6px 0 #FD8E2A;
}

.learning .grade-tabs .light-blue {
  background-color: #3C71FB;
  box-shadow: 0 6px 0 #275FEE;
}

.learning .grade-tabs .light-purple {
  background-color: #B739CB;
  box-shadow: 0 6px 0 #9A2DAB;
}

.learning .grade-tabs .dark-orange {
  background-color: #CF6948;
  box-shadow: 0 6px 0 #B25233;
}

.learning .grade-tabs .soft-blue {
  background-color: #6B94FC;
  box-shadow: 0 6px 0 #4B7CF8;
}

.learning .grade-tabs .yellow {
  background-color: #FEDB32;
  box-shadow: 0 6px 0 #FDBA2C;
}

.learning .back-to-home {
  text-align: left;
}

.learning .back-to-home .button--back {
  font-size: 1.5rem;
  text-decoration: underline;
}

.about-company .founders {
  padding: 2rem;
}

.about-company .founders img {
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 39.9375em) {
  .about-company .founders img {
    margin-bottom: 0.8rem;
  }
}

.about-company .founders img:focus {
  outline-style: none;
}

.about-company .founders h1 {
  color: #000000;
  font-weight: 700;
  font-size: 1.8rem;
}

.about-company .founders h1:first-of-type {
  margin-top: 1rem;
}

.about-company .founders .mission {
  margin-top: 3.5rem;
}

.about-company .zzm-family {
  background-color: #614293;
  padding: 2rem;
}

.about-company .zzm-family h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.7rem;
}

.about-company .zzm-family p {
  color: #ffffff;
  margin-top: 0;
}

.about-company .zzm-family p:first-of-type {
  margin-bottom: 2rem;
}

.about-company .zzm-family .family-group {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.about-company .zzm-family .family-group p {
  margin-bottom: 0.4rem;
}

.about-company .zzm-family .family-group img {
  border-radius: 2rem;
  margin-bottom: 1rem;
}

.about-company .zzm-family .family-group img:focus {
  outline-style: none;
}

.about-company .zzm-family .family-group a:focus {
  outline-style: none;
}

.about-company .zzm-family .family-group .icon img {
  border-radius: 0.5rem;
  border: none;
  margin: 0;
}

.about-company .zzm-family .family-group .second-icon {
  margin-top: 1rem;
}

.parent-payment {
  padding-bottom: 10rem;
  background: #ececec;
  /**
  * Section: Header
  */
  /**
  * Section Reviews
  */
}

.parent-payment h2, .parent-payment p, .parent-payment label {
  color: #5a5a5a;
}

.parent-payment .headline {
  background: #00ADEF;
}

.parent-payment .headline h1 {
  line-height: 1.5;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .parent-payment .headline {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 64em) {
  .parent-payment .headline {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

.parent-payment .payment {
  padding: 4rem;
}

.parent-payment .payment h2 {
  font-size: 2rem;
}

@media screen and (min-width: 64em) {
  .parent-payment .payment__text-block {
    padding-right: 6rem;
  }
}

.parent-payment .payment__text-block p {
  font-size: 1.25rem;
  font-weight: 100;
}

.parent-payment .payment .form {
  background-color: #ffffff;
  border: 1px solid #ececec;
  padding: 2.3rem;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.parent-payment .payment .form table tbody {
  border: none;
}

.parent-payment .payment .form table.unstriped tbody tr {
  background-color: #ffffff;
}

.parent-payment .payment .form label {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.parent-payment .payment .form .label {
  margin-left: 1rem;
  border-radius: 4px;
}

.parent-payment .payment .form .button {
  border-radius: 4px;
  min-width: 200px;
}

.parent-payment .payment .form .button-loading {
  font-size: 0;
  border-radius: 25px;
  min-width: 50px;
  min-height: 50px;
  background: transparent;
  border: 2px solid #2199e8;
  outline: none;
}

.parent-payment .payment .form .loader {
  border-right: 2px solid #ffffff;
  -webkit-animation: loader .4s linear infinite;
          animation: loader .4s linear infinite;
}

.parent-payment .payment .form .success {
  background: #00a65a;
  color: #ffffff;
}

@-webkit-keyframes loader {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.parent-payment .payment .form .input-group input {
  border-radius: 4px;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  min-height: 50px;
}

.parent-payment .payment #errors {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .parent-payment {
    padding-bottom: 25rem;
  }

  .parent-payment .payment {
    padding: 2rem 0.7rem;
  }

  .parent-payment .payment h2 {
    font-size: 1.5rem;
  }

  .parent-payment .payment__text-block p {
    font-size: 1rem;
    font-weight: 100;
  }

  .parent-payment .payment .form {
    padding: 1.5rem;
  }

  .parent-payment .payment .form label {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: inline-block;
  }

  .parent-payment .payment .form .label {
    margin-left: 0;
  }
}

.thanks.reveal {
  border-radius: 1rem;
  padding: 2rem;
}

.thanks__content {
  text-align: center;
}

.thanks__content h1 {
  color: #4D4D4D;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}

.thanks__content p {
  font-size: 1rem;
}

.partner .partner-login {
  position: relative;
}

.partner .form-overlay {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}

.partner .load-bar {
  background: #fdba2c;
  left: 0;
  position: absolute;
  top: 0;
  height: 4px;
  display: none;
  width: 100%;
}

.partner .load-bar .bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}

.partner .load-bar .bar:nth-child(1) {
  background-color: #da4733;
  -webkit-animation: loading 3s linear infinite;
          animation: loading 3s linear infinite;
}

.partner .load-bar .bar:nth-child(2) {
  background-color: #3b78e7;
  -webkit-animation: loading 3s linear 1s infinite;
          animation: loading 3s linear 1s infinite;
}

.partner .load-bar .bar:nth-child(3) {
  background-color: #fdba2c;
  -webkit-animation: loading 3s linear 2s infinite;
          animation: loading 3s linear 2s infinite;
}

@-webkit-keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

@keyframes loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

.partner-dashboard__title {
  color: #4d4d4d;
  margin: 2rem 0;
  font-weight: 300;
}

.voucher-search .input-group-rounded .input-group-field {
  border-radius: 5000px 0 0 5000px;
  padding-left: 1rem;
}

.voucher-search .input-group-rounded .input-group-button .button {
  border-radius: 0 5000px 5000px 0;
  font-size: 0.8rem;
}

.game {
  padding-bottom: 160px;
}

@media screen and (max-width: 39.9375em) {
  .game {
    padding-bottom: 60px;
  }
}

.game .game_subheader {
  color: #4d4d4d;
}

.game .game__image {
  padding-bottom: 2rem;
}

@media screen and (min-width: 64em) {
  .game .download-on-mobile {
    display: none;
  }
}

.game .download-on-mobile .download-btn {
  margin: 1rem 0.25rem;
  border-radius: 0.5rem;
}

.game-player {
  margin: 2em auto;
  /*
     * Web Gl Styling
     */
}

.game-player h1 {
  color: #000;
}

.game-player .tabs, .game-player .tabs-content {
  background: none;
  border: 0;
}

.game-player .tabs-panel {
  padding: 0;
}

.game-player .game-body {
  background: #91CAFF;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  height: 552px;
  height: calc(487.5px + 4rem);
  padding: 2rem;
}

.game-player .game-body p {
  font-size: 3rem;
}

@media screen and (max-width: 63.9375em) {
  .game-player .game-body {
    display: none;
  }
}

.game-player .game-body__content {
  background: #eeeeee;
  height: 100%;
  width: 650px;
  margin: 0 auto;
}

.game-player .game-tab li {
  width: 50%;
}

.game-player .game-tab li a {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  color: #005D88;
  flex: 1;
  font-weight: bold;
  font-size: 1.25rem;
  height: 3em;
}

@media screen and (max-width: 39.9375em) {
  .game-player .game-tab {
    display: none;
  }
}

.game-player .is-active {
  z-index: 2;
  position: relative;
}

.game-player .is-active.tabs-title.game__tab--right:before {
  content: '';
  position: absolute;
  top: -1em;
  right: 0.5px;
  bottom: -1em;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 0 0 1rem 1.5rem;
  background: #91CAFF;
  transform: perspective(20px) rotateX(-2deg);
  transform-origin: bottom right;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .game-player .is-active.tabs-title.game__tab--right:before {
    right: 0.5px;
  }
}

@media screen and (min-width: 75em) {
  .game-player .is-active.tabs-title.game__tab--right:before {
    right: 0;
  }
}

.game-player .is-active.tabs-title.game__tab--left:before {
  content: '';
  position: absolute;
  top: -1em;
  right: 0;
  bottom: -1em;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 0 0 1rem 1.5rem;
  background: #91CAFF;
  transform: perspective(20px) rotateX(-2deg);
  transform-origin: bottom left;
}

.game-player .game__tab--right a, .game-player .game__tab--left a {
  background: #91CAFF;
}

.game-player .game__tab--right:not(.is-active) a, .game-player .game__tab--left:not(.is-active) a {
  background: #4A9EEC;
  z-index: 1;
}

.game-player .game__tab--right a:not(.is-active) {
  margin-right: 2rem;
}

.game-player .game__tab--left a:not(.is-active) {
  margin-left: 2rem;
}

.game-player .game-description p {
  color: gray;
  padding: 1rem 0;
}

@media screen and (min-width: 64em) {
  .game-player .game-description p {
    font-size: 1.2rem;
  }
}

.game-player .game-description .body-content {
  padding-top: 3rem;
}

.game-player .game-description .cta {
  margin-top: 2rem;
}

.game-player .game-description .cta__title {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 39.9375em) {
  .game-player .game-description .cta .home-cta {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 40em) {
  .game-player .game-description .cta .large {
    font-size: 1.5rem;
    width: 400px;
  }
}

@media screen and (max-width: 39.9375em) {
  .game-player .game-description .cta .column, .game-player .game-description .cta .columns {
    align-items: center;
  }
}

.game-player .game-description .fa {
  padding-right: 2rem;
}

.game-player .game-description .button-facebook, .game-player .game-description .button-twitter {
  border-radius: 0.55em;
  font-size: 1rem;
  width: 240px;
}

.game-player .game-description .button-facebook span, .game-player .game-description .button-twitter span {
  box-shadow: -2px 0px 1px -2px rgba(223, 223, 223, 0.604);
  padding: 10px;
}

.game-player .game-intro {
  padding: 2rem 0 1rem;
}

@media screen and (max-width: 63.9375em) {
  .game-player .game-intro {
    display: none;
  }
}

.game-player .game-button__wrapper {
  position: relative;
}

.game-player .game-button__wrapper .button {
  background: #3AB54A;
  position: relative;
  outline: none;
}

.game-player .game-button__wrapper .button span {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 39.9375em) {
  .game-player .game-button__wrapper .button span {
    font-size: 1rem;
    display: table;
  }
}

@media screen and (max-width: 39.9375em) {
  .game-player .game-button__wrapper .button {
    width: 100px;
  }
}

.game-player .game-button__wrapper .button--next {
  float: right;
  border-radius: 10px 0px 0px 10px;
  box-shadow: 1px 4px 0 1px #006838;
}

@media screen and (max-width: 39.9375em) {
  .game-player .game-button__wrapper .button--next span {
    margin: -15px auto;
  }
}

.game-player .game-button__wrapper .button--next::before {
  background: #3AB54A;
  border-radius: 0px 5px 6px 0px;
  content: "";
  cursor: pointer;
  height: 54%;
  left: 23px;
  position: absolute;
  top: -1px;
  transform: skew(45deg);
  width: 100%;
}

.game-player .game-button__wrapper .button--next::after {
  background: #3AB54A;
  content: "";
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  left: 23px;
  height: 54%;
  width: 100%;
  border-radius: 0px 6px 2px 0px;
  transform: skew(-45deg);
  box-shadow: 3px 4px 0 1px #006838;
}

.game-player .game-button__wrapper .button--next:active {
  box-shadow: 1px 2px 0 1px #006838;
  transform: translateY(4px);
}

.game-player .game-button__wrapper .button--next:active::after {
  box-shadow: 2px 2px 0 1px #006838;
}

@media screen and (max-width: 63.9375em) {
  .game-player .game-button__wrapper .button--next {
    margin-right: 1rem;
  }
}

.game-player .game-button__wrapper .button--back {
  border-radius: 0px 10px 10px 0px;
  box-shadow: -1px 4px 0 1px #006838;
}

.game-player .game-button__wrapper .button--back::before {
  background: #3AB54A;
  content: "";
  position: absolute;
  top: -1px;
  left: -23px;
  height: 54%;
  width: 100%;
  border-radius: 0 0 6px 5px;
  transform: skew(-45deg);
}

.game-player .game-button__wrapper .button--back::after {
  background: #3AB54A;
  content: "";
  position: absolute;
  bottom: -1px;
  left: -23px;
  height: 54%;
  width: 100%;
  border-radius: 5px 6px 5px 2px;
  transform: skew(45deg);
  box-shadow: -4px 4px 0 1px #006838;
}

.game-player .game-button__wrapper .button--back:active {
  box-shadow: -1px 2px 0 1px #006838;
  transform: translateY(4px);
}

.game-player .game-button__wrapper .button--back:active::after {
  box-shadow: -2px 2px 0 1px #006838;
}

@media screen and (max-width: 63.9375em) {
  .game-player .game-button__wrapper .button--back {
    margin-left: 2rem;
  }
}

.game-player .button-wrapper {
  margin-top: 2rem;
}

.game-player .webgl-content * {
  border: 0;
  margin: 0;
  padding: 0;
}

.game-player .webgl-content {
  height: 100%;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.game-player .webgl-content .logo, .game-player .progress {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.game-player .webgl-content .logo {
  background: url("https://d2te1y9qx21itc.cloudfront.net/images/games/progressLogo.Light.png") no-repeat center/contain;
  width: 154px;
  height: 130px;
}

.game-player .webgl-content .progress {
  height: 20px;
  width: 25%;
  top: 95%;
}

.game-player .webgl-content .progress .empty {
  background: url("https://d2te1y9qx21itc.cloudfront.net/images/games/progressEmpty.Light.png") no-repeat right/cover;
  float: right;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.game-player .webgl-content .progress .full {
  background: url("https://d2te1y9qx21itc.cloudfront.net/images/games/progressFull.Light.png") no-repeat left/cover;
  float: left;
  width: 0%;
  height: 100%;
  display: inline-block;
}

.game-player .webgl-content .logo.Dark {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/games/progressLogo.Dark.png");
  height: 5%;
  left: 5%;
  position: absolute;
  top: 92%;
  width: 5%;
}

.game-player .webgl-content .progress.Dark .empty {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/games/progressEmpty.Dark.png");
  top: 50%;
  left: 50%;
}

.game-player .webgl-content .progress.Dark .full {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/games/progressFull.Dark.png");
  top: 50%;
  left: 50%;
}

.game-player .webgl-content #loadingText {
  font-size: 1.5rem;
  float: right;
  color: white;
  margin: 0.8rem 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.game-player #canvasContainer {
  position: absolute;
  top: 0;
}

.game-player #c {
  position: absolute;
  cursor: crosshair;
}

.quiz-leaderboard__leaderboard {
  background: url("https://d2te1y9qx21itc.cloudfront.net/njea/njea_bg.png") no-repeat center center fixed;
  background-size: cover;
}

.quiz-leaderboard__leaderboard .leaderboard__container {
  font-family: 'proxima-nova-soft', sans-serif;
  background-color: #38aad6;
  border-radius: 1.4em;
  padding: 3rem;
  position: relative;
  margin: 10rem auto;
  height: 80vh;
  box-shadow: 0 15px 0 #114c60;
}

@media screen and (max-width: 800px) {
  .quiz-leaderboard__leaderboard .leaderboard__container {
    margin-top: 15rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container {
    padding: 1rem;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__container .leaderboard__header {
  position: absolute;
  top: -5rem;
  left: -5rem;
  z-index: 2;
}

@media screen and (max-width: 39.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container .leaderboard__header {
    top: -4rem;
    left: 0;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__container .leaderboard__header .header__text_container {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
}

.quiz-leaderboard__leaderboard .leaderboard__container .leaderboard__header h1 {
  font-family: 'proxima-nova-soft', sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #014152;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container .leaderboard__header h1 {
    font-size: 1.5rem;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__container .leaderboard__header img {
  max-width: 600px;
  width: 80%;
}

@media screen and (max-width: 39.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container .leaderboard__header img {
    max-width: 100%;
    width: 400px !important;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__container .player-score {
  border: solid #006179 1rem;
  border-radius: 1.5rem;
  margin: 0;
  padding: 1rem 2rem 1rem 2rem;
  height: 100%;
  background: #BEE2ED;
}

@media screen and (max-width: 39.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container .player-score {
    padding: 1rem;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__container .player-score .player-score__container {
  height: 100%;
  overflow-y: auto;
}

.quiz-leaderboard__leaderboard .leaderboard__container .player-score .player-score__header {
  font-size: 2rem;
  font-family: 'proxima-nova-soft', sans-serif;
  font-weight: 900;
}

@media screen and (max-width: 1250px) {
  .quiz-leaderboard__leaderboard .leaderboard__container .player-score .player-score__header {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container .player-score .player-score__header {
    font-size: 1rem;
    font-weight: 500;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__container .player-score .content {
  color: #064960;
  font-weight: 700;
  font-size: 1.34rem;
}

@media screen and (min-width: 1400px) {
  .quiz-leaderboard__leaderboard .leaderboard__container .player-score .content {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container .player-score .content {
    font-size: 1rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container .player-score .content {
    font-size: 1.7rem;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__container .player-score .content:nth-of-type(2) {
  background-color: #f9c728 !important;
  margin-top: 0.7rem;
  padding-top: 0.3rem;
  color: #443500;
  padding-bottom: 0.3rem;
  margin-bottom: 0.7rem;
  border-radius: 1rem;
}

.quiz-leaderboard__leaderboard .leaderboard__container .player-score .content:nth-of-type(3) {
  background-color: #c4d0d7 !important;
  margin-bottom: 0.7rem;
  padding-top: 0.3rem;
  color: #301200;
  padding-bottom: 0.3rem;
  border-radius: 1rem;
}

.quiz-leaderboard__leaderboard .leaderboard__container .player-score .content:nth-of-type(4) {
  background-color: #cd7f32 !important;
  margin-bottom: 0.7rem;
  padding-top: 0.3rem;
  color: #34393d;
  padding-bottom: 0.3rem;
  border-radius: 1rem;
}

.quiz-leaderboard__leaderboard .leaderboard__container .logo {
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  z-index: 2;
}

@media screen and (max-width: 39.9375em) {
  .quiz-leaderboard__leaderboard .leaderboard__container .logo {
    width: 70px !important;
    bottom: -5%;
    right: 0;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__code {
  position: absolute;
  top: -8rem;
  right: 0;
  background-color: #BEE2ED;
  border-radius: 1.5rem;
  border: 0.5rem solid #006179;
  box-shadow: 0 1rem 0 #004052;
  width: 15rem;
}

@media screen and (max-width: 800px) {
  .quiz-leaderboard__leaderboard .leaderboard__code {
    top: -12rem;
    width: 100%;
  }
}

.quiz-leaderboard__leaderboard .leaderboard__code h2, .quiz-leaderboard__leaderboard .leaderboard__code h3 {
  font-family: 'proxima-nova-soft', sans-serif;
  color: #014152;
  margin: 0;
}

.quiz-leaderboard__leaderboard .leaderboard__code h2 {
  font-weight: bold;
}

.planet-leaderboard {
  background: url("https://d2te1y9qx21itc.cloudfront.net/multiplayer_quiz/planet-background.png") no-repeat center center fixed;
  background-size: cover;
}

@media screen and (min-width: 40em) {
  .planet-leaderboard {
    padding: 5rem;
  }
}

@media screen and (min-width: 64em) {
  .planet-leaderboard {
    padding: 10rem;
  }
}

.planet-leaderboard .row:last-child .planet {
  margin-bottom: 10rem;
}

.planet-leaderboard #user-name {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

.planet-leaderboard .planet {
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  .planet-leaderboard .planet {
    margin: 5rem 0;
  }
}

.planet-leaderboard .planet .st0 {
  fill: #F7EE9A;
}

.planet-leaderboard .planet .st1 {
  fill: #1072BA;
}

.planet-leaderboard .planet .planet__image_expired {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

@media screen and (max-width: 63.9375em) {
  .planet-leaderboard .planet__centered {
    float: none;
    clear: both;
    margin: 0 auto;
  }
}

.planet-leaderboard .quiz-information__container {
  position: absolute;
  top: 70%;
  width: 100%;
  max-width: 512px;
}

.planet-leaderboard .quiz-information__container .quiz-information__content .button {
  text-transform: uppercase;
  font-size: calc(0.8vw + 0.8vh);
  font-weight: bold;
  font-style: italic;
  bottom: 5%;
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  .planet-leaderboard .quiz-information__container .quiz-information__content .button {
    font-size: calc(1.7vw + 1.7vh);
  }
}

.planet-leaderboard .quiz-information__container .quiz-information__content .button a {
  color: #ffffff;
}

.planet-leaderboard .quiz-information__container .quiz-information__content .success {
  background: #00A651;
}

.planet-leaderboard .quiz-information__content_center-horizontal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.planet-leaderboard .quiz-information__details {
  top: -5%;
  width: 100%;
}

.planet-leaderboard .quiz-information__details h1 {
  font-size: 2.7rem;
  font-weight: 900;
  font-style: italic;
  text-shadow: 4px 4px #24093F;
  margin-bottom: 1rem;
}

@media (max-width: 1290px) and (min-width: 0) {
  .planet-leaderboard .quiz-information__details h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.planet-leaderboard .quiz-information__details p {
  font-size: 1.5vh;
  color: #ffffff;
  margin-bottom: 0;
  /*@media (max-width: 1080px) and (min-width:1024px) {
        font-size: 0.8rem;
      }
      @media (max-width:450px)  {
        font-size: 0.8rem;
      }
      @media (min-width:450px) and (max-width:640px)  {
        font-size: 1rem;
      }*/
}

.planet-leaderboard .quiz-information__details .quiz-information__details_text {
  width: 80%;
  margin: 0 auto;
}

.quiz-leaderboard .not-found {
  margin-top: 5rem;
  height: 70vh;
}

.quiz-leaderboard .not-found h1 {
  font-size: 3rem;
}

.quiz-leaderboard footer {
  position: relative;
}

.report-profile-header {
  border-bottom: 2px solid #E1E1E1;
  display: block;
  margin-bottom: 3em;
  padding-bottom: 1em;
}

@media screen and (max-width: 39.9375em) {
  .report-profile-header {
    font-size: 14px;
  }
}

.report-profile-header .report-header__group.action {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 39.9375em) {
  .report-profile-header .report-header__group.action {
    flex-direction: column;
  }
}

.report-profile-header .report-header__label {
  font-size: 1.25em;
  font-weight: 300;
  margin: 0;
}

.report-profile-header .report-header__information {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
}

.report-profile-header .report-header__label, .report-profile-header .report-header__information {
  color: #999999;
  margin: 0.5em 0;
}

.skills-list {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.skills-list .skills-list__item {
  font-size: 1.25rem;
  color: #999;
  padding: 0.5em 1em;
  flex: 0 1 30%;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .skills-list .skills-list__item {
    flex: 1 1 50%;
  }
}

@media screen and (max-width: 39.9375em) {
  .skills-list .skills-list__item {
    flex: 1 1 100%;
  }
}

.report-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 39.9375em) {
  .report-nav {
    justify-content: center;
  }
}

.report-nav .date-range {
  color: #BAC5CC;
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0 1em;
  height: 2.5em;
}

@media screen and (max-width: 63.9375em) {
  .report-nav .date-range {
    margin: 0;
    height: 2em;
    text-align: right;
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .report-nav .date-range {
    text-align: center;
  }
}

.report-nav .report-nav__item {
  font-size: 1.125em;
  padding: 0.15em 1em;
  font-weight: 700;
  color: #0096DB;
  margin: 0 0.25em 1em;
  height: 2.5em;
  border-radius: 4px;
}

.report-nav .report-nav__item .fa {
  font-size: 1.25em;
}

.report-nav .report-nav__item[disabled] {
  color: #999999;
}

.report__container {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 63.9375em) {
  .report__container {
    flex-direction: column;
  }
}

.report__container .report__item {
  border: 1px solid #999999;
  flex: 1 1 50%;
  margin: 0.5em;
  display: flex;
  flex-direction: column;
}

.report__container .report__item.report__item--borderless {
  border: none;
}

.report__container .report__item .report__title {
  padding: 1em 2em;
}

.report__container .report__item .report__body {
  background: #FFFFFF;
  border-top: 1px solid #999999;
  padding: 1em;
  flex: 1;
}

.inner-wrapper .row {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.page-wrapper {
  background: #ececec;
  min-height: 100%;
  position: relative;
}

.page-wrapper .page-logo {
  z-index: 4;
  width: 100%;
}

.page-wrapper .page-logo img {
  width: 100%;
}

.page-main-content h2 {
  margin-top: 2rem;
  font-weight: bold;
}

.page-banner {
  background-color: #2b91d6;
}

.page-banner .badge-box,
.page-banner .text-box {
  float: left;
}

.page-banner .badge-box {
  width: 20%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-banner .text-box {
  width: 80%;
}

.page-banner .text-box h2 {
  color: #FFFFFF;
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 70px;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
}

.page-banner .text-box p {
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'museo-sans', sans-serif;
  text-transform: uppercase;
  margin-top: 0px;
  text-align: center;
}

@media (min-width: 570px) and (max-width: 929px) {
  .page-banner {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-banner .text-box h2 {
    font-size: 40px;
    text-align: center;
  }

  .page-banner .text-box p {
    width: 100%;
  }

  .page-banner .badge-box {
    width: 30%;
  }

  .page-banner .text-box {
    width: 70%;
  }
}

@media (max-width: 570px) {
  .page-banner .badge-box {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .page-banner .badge-box img {
    width: 20%;
  }

  .page-banner .text-box {
    width: 100%;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-banner .text-box h2 {
    font-size: 25px;
    margin-top: 10px;
  }

  .page-banner .text-box p {
    font-size: 16px;
  }
}

.badge-for-home {
  border-radius: 1em;
  color: #ffffff;
  font-weight: bold;
  height: 30px;
  line-height: 24px;
  margin-left: 1em;
  padding: 0 8px;
  text-transform: uppercase;
}

.badge-home {
  background: #230B3D;
  border: 3px solid #FFF100;
}

.badge-school {
  background: #003359;
  border: 3px solid #BAE0FC;
}

.main-home {
  background: url("https://d2te1y9qx21itc.cloudfront.net/images/home-2018/home-school/blue-banner-v3.png") no-repeat center center;
  background-size: cover;
}

.main-home .parent {
  height: 100%;
  padding-top: 4em;
}

@media screen and (max-width: 39.9375em) {
  .main-home .parent .last-row {
    margin-top: 2em;
  }

  .main-home .parent .small-row {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    margin-top: 1em;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-home .parent .last-row {
    margin-top: 3em;
  }

  .main-home .parent .medium-row {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    margin-top: 1em;
  }
}

.main-home .main-home__img {
  margin-left: 5em;
  margin-bottom: -2px;
}

@media screen and (min-width: 64em) {
  .main-home .main-home__img {
    width: 60%;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-home .main-home__img {
    margin-left: 1em;
    width: 150px;
  }
}

.main-home h1,
.main-home h2,
.main-home h3 {
  color: #ffffff;
  text-shadow: -1px 3px 6px rgba(0, 0, 0, 0.5);
}

.main-home .main-home__title {
  font-size: 5.625em;
  font-weight: 700;
  line-height: inherit;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-home .main-home__title {
    font-size: 3em;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-home .main-home__title {
    font-size: 1.75em;
  }
}

.main-home .main-home__subtitle {
  font-size: 3em;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-home .main-home__subtitle {
    font-size: 2.25em;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-home .main-home__subtitle {
    font-size: 1.75em;
  }
}

.main-home .main-home__description {
  font-size: 2.5em;
  font-weight: 300;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-home .main-home__description {
    font-size: 2em;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-home .main-home__description {
    font-size: 1.5em;
  }
}

.main-home .main-home__description--smaller {
  font-size: 1.5em;
  font-weight: 500;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-home .main-home__description--smaller {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-home .main-home__description--smaller {
    font-size: 1.1em;
  }
}

.main-home .check {
  margin-right: 3em;
  padding-bottom: 2em;
}

@media screen and (max-width: 39.9375em) {
  .main-home .check {
    margin-right: 1em;
    padding-bottom: 1.5em;
  }
}

.main-home .check .check__title {
  font-size: 2em;
  margin-bottom: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-home .check .check__title {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-home .check .check__title {
    font-size: 1em;
  }
}

.main-home .check .check__description {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 100;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-home .check .check__description {
    font-size: 1em;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-home .check .check__description {
    font-size: 0.75em;
  }
}

.main-home .check .button {
  background: #31BEFF;
  padding: 0.5em 2em;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .main-home .check .button {
    font-size: 1em;
  }
}

@media screen and (max-width: 39.9375em) {
  .main-home .check .button {
    font-size: 0.75em;
  }
}

.main-home .check .button:hover, .main-home .check .button:active, .main-home .check .button:focus {
  background: #00adfd;
}

.main-home .check--school {
  margin-top: 6em;
}

@media screen and (max-width: 39.9375em) {
  .main-home .check--school {
    margin-top: 2em;
  }
}

.content__headline {
  color: #515151;
  font-size: 2.75em;
  font-weight: 700;
  margin: 4rem 0;
  line-height: 1.3;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .content__headline {
    font-size: 2em;
  }
}

@media screen and (max-width: 39.9375em) {
  .content__headline {
    font-size: 1.375em;
    margin: 2rem 0;
  }
}

.section__title {
  color: #515151;
  font-size: 2.5em;
  margin: 1em 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .section__title {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 39.9375em) {
  .section__title {
    font-size: 1.25em;
  }
}

.home-section__title {
  color: #515151;
  font-size: 2.5em;
  font-weight: 700;
  margin: 4rem 0;
  line-height: 1.3;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .home-section__title {
    font-size: 1.75em;
  }
}

@media screen and (max-width: 39.9375em) {
  .home-section__title {
    font-size: 1.5em;
    margin: 2rem 0;
  }
}

.benefits .app-display {
  margin-right: 2em;
}

@media screen and (max-width: 39.9375em) {
  .benefits .app-display {
    margin-right: 0;
  }
}

.benefits__item--list {
  width: 42%;
}

@media screen and (max-width: 63.9375em) {
  .benefits__item--list {
    width: 100%;
  }
}

.benefits__list {
  margin-left: 0;
  list-style: none;
}

.benefits__list-container {
  margin: 2rem 0 4rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .benefits__list-container {
    margin: 0 1rem 2rem 1rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .benefits__list-container {
    margin: 2rem 0;
  }
}

.benefits__list-item {
  margin-left: 1em;
}

.benefits__list-shorter {
  width: 80%;
}

.benefits__list-title {
  color: #00CBFF;
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: initial;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .benefits__list-title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .benefits__list-title {
    font-size: 1.25rem;
  }
}

.benefits__list-description {
  color: #C4C4C4;
  font-size: 1.125rem;
  margin-bottom: 0;
}

@media screen and (max-width: 63.9375em) {
  .benefits__list-description {
    font-size: 1rem;
  }
}

.apps-download {
  border-radius: 2rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  margin: 4em auto;
  max-width: 70rem;
  padding: 2rem 0;
}

@media screen and (max-width: 39.9375em) {
  .apps-download {
    margin: 2em auto 4em;
  }
}

.apps-download__title {
  color: #A4A4A4;
  font-size: 2.2rem;
  margin: 1rem;
}

@media screen and (max-width: 63.9375em) {
  .apps-download__title {
    font-size: 1.5rem;
  }
}

.apps-download__description {
  margin-top: 1em;
}

.apps-download__cta-description {
  color: #A4A4A4;
  font-size: 1.125rem;
  margin: 0.75rem 0;
}

.apps-download__item {
  padding: 1em 2em;
}

.apps-download__img {
  width: 172px;
  height: 172px;
}

@media screen and (max-width: 39.9375em) {
  .apps-download__img {
    width: 125px;
    height: 125px;
  }
}

.apps-download__button {
  margin: 0.25em;
}

.coming-soon {
  border-radius: 2em;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  margin: 2em 0;
  width: 40%;
}

@media screen and (max-width: 63.9375em) {
  .coming-soon {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.coming-soon .coming-soon__header {
  background: #00D3FF;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding: 1em 3em;
}

.coming-soon .coming-soon__header p {
  color: #ffffff;
  margin-bottom: 0;
}

.coming-soon .coming-soon__header .coming-soon__text {
  font-size: 1.75em;
}

@media screen and (max-width: 39.9375em) {
  .coming-soon .coming-soon__header .coming-soon__text {
    font-size: 1.25em;
  }
}

.coming-soon .coming-soon__header .coming-soon__apps {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 39.9375em) {
  .coming-soon .coming-soon__header .coming-soon__apps {
    font-size: 1.5em;
  }
}

.coming-soon .coming-soon__body {
  padding: 2em 0;
}

@media screen and (max-width: 39.9375em) {
  .coming-soon .coming-soon__body {
    padding: 3em;
  }
}

.discover {
  background: #F6F6F6;
  margin-top: 4em;
}

.discover__item {
  padding-bottom: 4em;
}

.discover__img {
  width: 300px;
}

.discover__content {
  margin-left: 2em;
}

@media screen and (max-width: 39.9375em) {
  .discover__content {
    margin-left: 0;
  }
}

.discover__subtitle {
  color: #515155;
  font-size: 1.875em;
  margin-bottom: 1em;
}

@media screen and (max-width: 39.9375em) {
  .discover__subtitle {
    font-size: 1.5em;
    margin-top: 1em;
  }
}

.discover__description {
  font-size: 1.5em;
  font-weight: 300;
}

@media screen and (max-width: 39.9375em) {
  .discover__description {
    font-size: 1.12em;
  }
}

.a-report {
  margin-bottom: 4em;
}

@media screen and (max-width: 39.9375em) {
  .a-report__item:not(:last-child) {
    margin-bottom: 4em;
  }
}

.a-report__img {
  margin-bottom: 2em;
  height: 190px;
}

.a-report__description {
  font-weight: 300;
  font-size: 1.25em;
  width: 75%;
  margin: 0 auto;
}

.school-cta {
  max-width: 50rem;
  margin: 2em auto;
}

.school-cta .button {
  font-size: 1.8em;
  padding: 0.5em 1.5em;
  box-shadow: 0 10px 0 #006838;
  margin-bottom: 1em;
}

@media screen and (max-width: 39.9375em) {
  .school-cta .button {
    font-size: 1.5em;
  }
}

.cta__description {
  color: #C4C4C4;
  font-size: 1.8em;
  font-weight: 500;
}

@media screen and (max-width: 39.9375em) {
  .cta__description {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 39.9375em) {
  .small-text-center {
    text-align: center;
  }
}

.progress {
  position: relative;
  border: 3px solid #4d4c4c;
  background-color: #666666;
  border-radius: 1000px;
  padding: 0rem;
  height: 0.9375rem;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .progress {
    border: none;
    background-color: transparent;
  }
}

.progress .meter-percentage {
  position: absolute;
  top: -0.625rem;
  left: 50%;
  width: 3rem;
  margin-left: -1.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  text-shadow: -1px -1px 0 #333333, 1px -1px 0 #333333, -1px 1px 0 #333333, 1px 1px 0 #333333;
  color: #FFFFFF;
}

@media screen and (max-width: 39.9375em) {
  .progress .meter-percentage {
    position: relative;
    color: #2B91D6;
    left: 0;
    color: #FFFFFF;
    margin-left: 0;
  }
}

.progress .progress-meter {
  border-radius: 1000px;
}

@media screen and (max-width: 39.9375em) {
  .progress .progress-meter {
    display: none;
  }
}

.progress .meter-1, .progress .meter-2, .progress .meter-3, .progress .meter-4, .progress .meter-5, .progress .meter-6, .progress .meter-7, .progress .meter-8, .progress .meter-9, .progress .meter-10, .progress .meter-11, .progress .meter-12, .progress .meter-13, .progress .meter-14, .progress .meter-15, .progress .meter-16, .progress .meter-17, .progress .meter-18, .progress .meter-19, .progress .meter-20 {
  background-color: #F26522;
}

.progress .meter-21, .progress .meter-22, .progress .meter-23, .progress .meter-24, .progress .meter-25, .progress .meter-26, .progress .meter-27, .progress .meter-28, .progress .meter-29, .progress .meter-30, .progress .meter-31, .progress .meter-32, .progress .meter-33, .progress .meter-34, .progress .meter-35, .progress .meter-36, .progress .meter-37, .progress .meter-38, .progress .meter-39, .progress .meter-40 {
  background-color: #F57E2E;
}

.progress .meter-41, .progress .meter-42, .progress .meter-43, .progress .meter-44, .progress .meter-45, .progress .meter-46, .progress .meter-47, .progress .meter-48, .progress .meter-49, .progress .meter-50, .progress .meter-51, .progress .meter-52, .progress .meter-53, .progress .meter-54, .progress .meter-55, .progress .meter-56, .progress .meter-57, .progress .meter-58, .progress .meter-59, .progress .meter-60 {
  background-color: #F49E2D;
}

.progress .meter-61, .progress .meter-62, .progress .meter-63, .progress .meter-64, .progress .meter-65, .progress .meter-66, .progress .meter-67, .progress .meter-68, .progress .meter-69, .progress .meter-70, .progress .meter-71, .progress .meter-72, .progress .meter-73, .progress .meter-74, .progress .meter-75, .progress .meter-76, .progress .meter-77, .progress .meter-78, .progress .meter-79, .progress .meter-80 {
  background-color: #F4F12E;
}

.progress .meter-81, .progress .meter-82, .progress .meter-83, .progress .meter-84, .progress .meter-85, .progress .meter-86, .progress .meter-87, .progress .meter-88, .progress .meter-89, .progress .meter-90, .progress .meter-91, .progress .meter-92, .progress .meter-93, .progress .meter-94, .progress .meter-95, .progress .meter-96, .progress .meter-97, .progress .meter-98, .progress .meter-99, .progress .meter-100 {
  background-color: #3BF42E;
}

#loading-bar .bar {
  background: #000 !important;
  height: 4px !important;
}

#loading-bar-spinner .spinner-icon {
  border-top-color: #000 !important;
  border-left-color: #000 !important;
}

.user .add-profile ::-webkit-input-placeholder {
  color: #000;
}

.user .add-profile :-moz-placeholder {
  color: #000;
}

.user .add-profile ::-moz-placeholder {
  color: #000;
}

.user .add-profile :-ms-input-placeholder {
  color: #000;
}

.user .add-profile .subline-desc {
  margin-bottom: 1rem;
}

.user .add-profile form .subline-desc {
  margin-bottom: 0;
}

.user .add-profile .back {
  color: #666666;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
}

.user .add-profile-bulk .subline-desc {
  margin-bottom: 1rem;
}

.user .add-profile-bulk form .subline-desc {
  margin-bottom: 0;
}

.user .add-profile-bulk .back {
  color: #666666;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: block;
}

.user .add-profile-bulk input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.user .add-profile-bulk .user-messages {
  border: 5px solid red;
  color: red;
  padding: 2rem;
}

.user .add-profile-bulk .user-messages p, .user .add-profile-bulk .user-messages li {
  color: red;
}

.user .add-profile-bulk .user-messages p, .user .add-profile-bulk .user-messages ul {
  margin-bottom: 0;
}

.user .edit-profile .avatar {
  margin-bottom: 2rem;
}

.user .edit-profile .avatar img {
  border: 3px solid #2B91D6;
  border-radius: 50%;
  background-color: #FFFFFF;
  max-height: 250px;
}

.user .edit-profile .privacydisclaimer {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: #2B91D6;
  font-size: 0.6875rem;
  font-family: 'museo-sans', sans-serif;
}

.user .edit-profile .nickname {
  font-size: 1.25rem;
  color: #999999;
  font-family: 'museo-sans', sans-serif;
  font-weight: lighter;
  text-transform: capitalize;
}

.user .edit-profile form {
  font-family: 'museo-sans', sans-serif;
}

.user .edit-profile form label {
  font-family: 'museo-sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.user .edit-profile form .subline-desc {
  margin-bottom: 0;
}

.user .edit-profile .reveal-modal {
  padding: 1.25rem;
  border-radius: 1.25rem;
}

@media screen and (min-width: 40em) {
  .user .edit-profile .reveal-modal {
    width: 50%;
  }
}

.user .edit-profile .reveal-modal:focus {
  outline: none;
}

.user .edit-profile .reveal-modal label {
  font-family: 'museo-sans', sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.user .edit-profile .reveal-modal .close-reveal-modal {
  top: auto;
  bottom: -3.125rem;
}

.user .edit-profile .reveal-modal .close-reveal-modal a {
  font-size: 2.25rem;
  color: #FFFFFF;
  font-size: 1rem;
}

.user .edit-profile .reveal-modal-bg {
  background: rgba(43, 145, 214, 0.7);
  position: fixed;
}

.user .edit-profile .warning-text {
  color: red;
}

.user .user_topbar {
  font-family: 'museo-sans', sans-serif;
  height: 4rem;
  background: #464646;
  color: #fff;
  width: 100%;
  z-index: 1;
}

.user .user_topbar h1 {
  float: left;
  line-height: 4rem;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0.5rem;
}

.user .user_topbar .logo {
  height: 3rem;
  margin: 0.5rem;
  float: left;
}

.user .user_topbar .type {
  color: #fff;
  background: #BDA869;
  float: left;
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 0 0.5rem;
  margin: 1rem 0.5rem;
  line-height: 2rem;
  height: 2rem;
}

.user .user_topbar .menu-toggle {
  float: left;
  color: #fff;
  line-height: 4rem;
  font-size: 2.5rem;
  padding: 0 0.5rem;
  cursor: pointer;
}

.user .user_topbar .notifcations {
  float: right;
  cursor: default;
}

@media screen and (max-width: 39.9375em) {
  .user .user_topbar .notifcations {
    float: left;
    clear: left;
    width: 100%;
  }
}

@media screen and (max-width: 39.9375em) {
  .user .user_topbar .notifcations p {
    font-size: 1rem;
  }
}

.user .user_topbar .download-link {
  background: #67c300;
  height: 4rem;
  line-height: 4rem;
  padding: 0 0.5rem;
}

.user .user_topbar .download-link a {
  color: #464646;
  display: block;
}

.user .user_topbar .download-link img {
  width: 2.5rem;
  height: 2.5rem;
}

@media screen and (max-width: 22em) {
  .user .user_topbar .download-link span {
    display: none;
  }
}

.user .off-canvas-wrapper {
  min-height: 100vh;
  padding-bottom: 250px;
  overflow: hidden;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .user .off-canvas-wrapper {
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 64em) {
  .user .off-canvas-wrapper {
    padding-bottom: 120px;
  }
}

.user .off-canvas-wrapper .off-canvas-inner-wrapper {
  background-color: #D7D7D7;
  min-height: 100vh;
}

.user .off-canvas-wrapper .off-canvas.position-left {
  background-color: #2B91D6;
  font-family: 'museo-sans', sans-serif;
}

.user .off-canvas-wrapper .off-canvas.position-left ul {
  transition: width 0.6s ease;
  margin: 0;
}

.user .off-canvas-wrapper .off-canvas.position-left ul li {
  list-style: none;
}

.user .off-canvas-wrapper .off-canvas.position-left ul li a {
  display: block;
  color: #FFFFFF;
  line-height: 2.5rem;
  height: 2.5rem;
  font-size: 1.1rem;
  transition: background-color 0.6s ease;
  border-left: 0.1875rem solid #2B91D6;
}

.user .off-canvas-wrapper .off-canvas.position-left ul li a:hover, .user .off-canvas-wrapper .off-canvas.position-left ul li a:focus, .user .off-canvas-wrapper .off-canvas.position-left ul li a:active {
  background-color: #2683c2;
}

.user .off-canvas-wrapper .off-canvas.position-left label {
  cursor: default;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3rem;
  display: block;
  color: #FFFFFF;
  font-family: 'museo-sans', sans-serif;
  border-top: none;
  border-bottom: none;
  margin: 0;
}

.user .off-canvas-wrapper .off-canvas.position-left label.main-label {
  color: #ffffff;
}

.user .off-canvas-wrapper .off-canvas.position-left label.secondary-label {
  background: #3D596C;
}

.user .off-canvas-wrapper .no-gutter {
  padding-left: 0;
  padding-right: 0;
  min-height: 100vh;
}

.user .off-canvas-wrapper nav.sidebar {
  background: #67C300;
  font-family: 'museo-sans', sans-serif;
  min-height: 100%;
}

.user .off-canvas-wrapper nav.sidebar .welcome {
  background-color: #2582C2;
  padding-top: 0.5rem;
}

.user .off-canvas-wrapper nav.sidebar ul {
  transition: width 0.6s ease;
  margin: 0;
  background: #2B91D6;
}

.user .off-canvas-wrapper nav.sidebar ul li {
  list-style: none;
  position: relative;
}

.user .off-canvas-wrapper nav.sidebar ul li.ng-enter {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.user .off-canvas-wrapper nav.sidebar ul li.ng-leave {
  -webkit-animation: fadeOutUp 0.3s;
  animation: fadeOutUp 0.3s;
}

.user .off-canvas-wrapper nav.sidebar ul li a {
  display: block;
  color: #FFFFFF;
  padding-left: 1.75rem;
  line-height: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  transition: background-color 0.6s ease;
  border-left: 0.1875rem solid #2B91D6;
}

@media screen and (min-width: 918px) {
  .user .off-canvas-wrapper nav.sidebar ul li a {
    font-size: 0.92rem;
  }
}

.user .off-canvas-wrapper nav.sidebar ul li a:hover, .user .off-canvas-wrapper nav.sidebar ul li a:focus, .user .off-canvas-wrapper nav.sidebar ul li a:active {
  background-color: #2683c2;
}

.user .off-canvas-wrapper nav.sidebar ul li.active a {
  outline: none;
  padding-right: 28px;
}

.user .off-canvas-wrapper nav.sidebar ul li.active:after {
  content: "\A";
  border-style: solid;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1.15rem solid #d7d7d7;
  border-left: 0;
  position: absolute;
  top: 0.25rem;
  right: 0;
  display: inline-block;
  vertical-align: middle;
}

.user .off-canvas-wrapper nav.sidebar ul li .fa {
  float: left;
  line-height: 2.5rem;
  padding-right: 0.7rem;
}

.user .off-canvas-wrapper nav.sidebar label {
  cursor: default;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  height: 3rem;
  line-height: 3rem;
  display: block;
  color: #FFFFFF;
  font-family: 'museo-sans', sans-serif;
  border-top: none;
  border-bottom: none;
  margin: 0;
}

.user .off-canvas-wrapper nav.sidebar label.main-label {
  color: #ffffff;
  line-height: 1.5rem;
  height: auto;
  padding-top: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
}

.user .off-canvas-wrapper nav.sidebar label.secondary-label {
  background: #3D596C;
}

.user .off-canvas-wrapper nav.sidebar h1 {
  color: #fff;
  font-family: 'museo-sans', sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0 1rem;
  height: 3rem;
  line-height: 3rem;
  margin: 0;
}

.user .off-canvas-wrapper nav.sidebar p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.15em;
  padding: 0 1rem;
  font-family: "museo-sans",​sans-serif;
}

.user .off-canvas-wrapper nav.sidebar .main-label.download {
  background: #67C300;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  color: #fff;
}

.user .off-canvas-wrapper nav.sidebar li.download-app {
  padding: 0 0.5rem;
  background: #67C300;
}

.user .off-canvas-wrapper nav.sidebar li.download-app .row {
  margin: 0;
}

.user .off-canvas-wrapper nav.sidebar li.download-app .columns {
  padding: 0;
}

.user .off-canvas-wrapper nav.sidebar li.download-app a {
  border: 0;
  padding: 0;
  display: block;
  height: auto;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
}

.user .off-canvas-wrapper nav.sidebar li.download-app a:hover, .user .off-canvas-wrapper nav.sidebar li.download-app a:active, .user .off-canvas-wrapper nav.sidebar li.download-app a:focus {
  border: 0;
  background: none;
}

.user .off-canvas-wrapper nav.sidebar li.download-app img {
  width: 100%;
  border-radius: 0.5rem;
}

.user .off-canvas-wrapper nav.sidebar li.link a {
  border: 0;
  margin: 0;
  display: block;
}

.user .off-canvas-wrapper nav.sidebar li.link a:hover, .user .off-canvas-wrapper nav.sidebar li.link a:active, .user .off-canvas-wrapper nav.sidebar li.link a:focus {
  border: 0;
}

.user .preview {
  border-radius: 5px;
  position: relative;
  top: -10px;
  padding: 0.3rem;
}

.user .results {
  font-family: 'museo-sans', sans-serif;
}

.user .results .loading-frame {
  position: relative;
  min-height: 10rem;
}

.user .results .loading {
  text-align: center;
  font-size: 3rem;
  color: #666666;
  margin: 2.5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.user .results .ng-show {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.user .results .ng-hide {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeOut 0.3s;
}

.user .results .more {
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  .user .results .more {
    font-size: 0.9rem;
  }
}

.user .results .results-table-name {
  color: #666666;
  font-family: 'museo-sans', sans-serif;
  font-size: 1.25rem;
}

@media screen and (max-width: 39.9375em) {
  .user .results .results-table-name {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .user .results p.results-table-name {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}

.user .results h2 {
  text-transform: uppercase;
  margin: 0;
}

.user .results .results-container {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 39.9375em) {
  .user .results .results-container {
    margin-top: 1rem;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}

.user .results .results-container nav {
  margin-top: 1rem;
}

.user .results .results-container ul.pagination {
  display: inline-block;
  margin: 0;
}

.user .results table.results-table {
  border: none;
  width: 100%;
  margin: 0;
  font-size: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .user .results table.results-table td {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.user .results .table-label-cell {
  position: relative;
}

.user .results .result-table-desc {
  padding: 1rem 0;
  border-bottom: 0.1875rem solid #2B91D6;
}

.user .results .result-table-desc p {
  margin: 0;
  color: #666666;
  font-family: 'museo-sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

@media screen and (max-width: 39.9375em) {
  .user .results .result-table-desc p {
    font-size: 1rem;
  }
}

.user .results .results-btn-holder {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.user .results .not-started {
  text-align: center;
  display: block;
  color: #666;
  white-space: nowrap;
}

.user .results .button.btn-more-results {
  padding: 6px 25px;
  text-transform: uppercase;
  font-family: 'museo-sans', sans-serif;
  font-size: 16px;
  border: none;
  margin-bottom: 0rem;
}

@media screen and (max-width: 39.9375em) {
  .user .results .button.btn-more-results {
    padding: 0.375rem 0.9375rem;
    margin-right: 0.625rem;
  }

  .user .results .button.btn-more-results span {
    display: none;
  }
}

.user .results .button.btn-more-results .fa {
  display: none;
}

.user .results .difficuly-label-list li {
  text-align: center;
  color: #807f7f;
}

.user .results .results-btn-holder a {
  color: #666666;
}

@media screen and (max-width: 39.9375em) {
  .user .results .difficuly-label-list {
    float: right;
    width: 75%;
    margin: 0;
    margin-top: 0.625rem;
  }
}

.user .results .difficuly-label-list li {
  display: block;
  float: left;
  width: 20%;
}

@media screen and (max-width: 39.9375em) {
  .user .results .difficuly-label-list li {
    float: none;
    width: 100%;
    text-align: left;
    line-height: 1.6875rem;
  }
}

.user .results .difficuly-meter {
  width: 100%;
  margin: 0rem;
  border: 4px solid #4d4c4c;
  border-radius: 3.125rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 39.9375em) {
  .user .results .difficuly-meter {
    width: 20%;
    height: 9.375rem;
    float: left;
  }
}

.user .results .difficuly-meter li {
  display: block;
  float: left;
  width: 20%;
  height: 1.5625rem;
  border-right: 4px solid #4d4c4c;
}

@media screen and (max-width: 39.9375em) {
  .user .results .difficuly-meter li {
    float: none;
    width: 120%;
    height: 20%;
  }
}

.user .results .difficuly-meter li:first-child {
  background-color: #F26522;
}

.user .results .difficuly-meter li:nth-child(2) {
  background-color: #F57E2E;
}

.user .results .difficuly-meter li:nth-child(3) {
  background-color: #F49E2D;
}

.user .results .difficuly-meter li:nth-child(4) {
  background-color: #F4F12E;
}

.user .results .difficuly-meter li:last-child {
  background-color: #3BF42E;
  border-right: none;
}

.user .results .fa-check, .user .results .fa-times {
  font-size: 1.5rem;
}

.user .results .fa-check {
  color: #00B74C;
}

.user .results .fa-times {
  color: #DB141D;
}

.user .results .player-info {
  padding: 1rem 0;
  border-bottom: 0.1875rem solid #2B91D6;
}

.user .results .player-info .avatar img {
  border: 3px solid #2B91D6;
  border-radius: 50%;
}

@media screen and (max-width: 39.9375em) {
  .user .results .player-info .avatar img {
    width: 50%;
  }
}

.user .results .player-info .name {
  margin: 0;
}

.user .results .player-info .nickname {
  margin: 0;
}

.user .results .player-info .school {
  margin: 0;
}

.user .results .player-info .grade {
  color: #999999;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
  .user .planet span.results-table-name {
    font-weight: bold;
  }

  .user .planet .results-progress-column {
    width: auto;
  }
}

.user .system2 h3 {
  text-transform: uppercase;
  background: #BFF0F2;
  padding: 0.25rem 1rem;
  margin: 0;
  font-size: 2.5rem;
}

.user .system2 h4 {
  text-transform: none;
  padding: 0.5rem 1rem;
  background: #5A9CC0;
  color: #000;
  font-size: 1.2rem;
}

.user .system2 .tabs {
  border: 0;
}

.user .system2 .tabs .tabs-title {
  text-transform: uppercase;
}

.user .system2 .tabs a {
  color: #000;
  font-size: 1.2rem;
  outline: none;
}

.user .system2 .tabs li.is-active a {
  background: #BFF0F2;
}

.user .system2 .tabs-panel {
  padding: 0;
}

.user .system2 .accordion .accordion-title {
  text-transform: uppercase;
  background: #BFF0F2;
  padding: 0 1rem;
  margin: 0;
  font-size: 1.8rem;
  color: #000;
  border-color: #1CBBB4;
  height: 3.5rem;
  line-height: 3.5rem;
}

.user .system2 .accordion .accordion-title::before {
  color: #1CBBB4;
  height: 3.5rem;
  line-height: 3.5rem;
  top: 0;
  margin-top: 0;
}

.user .system2 .accordion .accordion-content {
  padding: 0;
}

.user .zzm-breadcrumbs {
  list-style: none;
  overflow: hidden;
  font: 0.75rem "museo-sans", sans-serif;
  margin: 10px 15px;
}

.user .zzm-breadcrumbs li {
  float: left;
  background-color: #4AAFF4;
}

.user .zzm-breadcrumbs li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 0 10px 65px;
  background-color: #4AAFF4;
  background: #48aff4;
  /* fallback color */
  position: relative;
  display: block;
  float: left;
}

@media screen and (max-width: 39.9375em) {
  .user .zzm-breadcrumbs li a {
    padding: 10px 0 10px 50px;
  }
}

.user .zzm-breadcrumbs li a::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #48aff4;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.user .zzm-breadcrumbs li a::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 32px solid #D7D7D7;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.user .zzm-breadcrumbs li:first-child a {
  padding-left: 10px;
}

.user .zzm-breadcrumbs li:nth-child(2) a {
  background: #0d87d9;
}

.user .zzm-breadcrumbs li:nth-child(2) a::after {
  border-left-color: #0d87d9;
}

.user .zzm-breadcrumbs li:nth-child(3) a {
  background: #26a1f2;
}

.user .zzm-breadcrumbs li:nth-child(3) a::after {
  border-left-color: #26a1f2;
}

.user .zzm-breadcrumbs li:nth-child(4) a {
  background: #56b6f5;
}

.user .zzm-breadcrumbs li:nth-child(4) a::after {
  border-left-color: #56b6f5;
}

.user .zzm-breadcrumbs li:nth-child(5) a {
  background: #87cbf8;
}

.user .zzm-breadcrumbs li:nth-child(5) a::after {
  border-left-color: #87cbf8;
}

.user .zzm-breadcrumbs li:last-child a {
  color: #4d4c4c;
  pointer-events: none;
  cursor: default;
}

.user .zzm-breadcrumbs li a:hover {
  background: #074b78;
}

.user .zzm-breadcrumbs li a:hover::after {
  border-left-color: #074b78 !important;
}

.user .profiles-list {
  margin: 0;
}

.user .profiles-list.ng-enter {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.user .loading {
  text-align: center;
  font-size: 3rem;
  color: #666666;
  margin: 5rem 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.user .loading-relative {
  color: #666666;
  margin: 5rem 0;
  font-size: 3rem;
}

.user .profile-item {
  position: relative;
  padding-top: 5.5rem;
  min-height: 34rem;
}

.user .profile-item p {
  margin: 0;
  line-height: 1.15rem;
}

.user .profile-item h2 {
  color: #2B91D6;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "museo-sans",sans-serif;
  font-size: 0.875rem;
  margin: 0.75rem 0 0.3rem 0;
}

.user .profile-item .profile {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  position: relative;
  height: 100%;
}

.user .profile-item .group {
  padding: 0 1rem;
  position: relative;
}

.user .profile-item .group.border-bottom {
  border-bottom: 2px solid #2B91D6;
}

.user .profile-item .avatar {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  max-width: 10rem;
}

.user .profile-item .avatar img {
  overflow: hidden;
  border: 3px solid #2B91D6;
  border-radius: 50%;
  background-color: #fff;
  margin-top: -50%;
}

.user .profile-item .nickname {
  margin: 0.5rem 0 0.3rem 0;
}

.user .profile-item .name {
  padding: 0.5rem 0;
}

.user .profile-item .school {
  margin: 0.75rem 0 0.5rem 0;
}

.user .profile-item .zapzapcode {
  margin: 0.5rem 0;
}

.user .profile-item .zapzapcode .user-id {
  color: #999999;
  padding: 0 0.25rem;
}

.user .profile-item .zapzapcode .id-label {
  color: #2B91D6;
  text-transform: uppercase;
  font-weight: bold;
}

.user .profile-item .update-student {
  text-align: center;
  padding: 1em 0;
}

.user .profile-item .grade-stars {
  height: 2rem;
  background: #2B91D6;
  padding-right: 1rem;
  padding-left: 1rem;
  font-family: 'museo-sans', sans-serif;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
}

.user .profile-item .grade-stars .grade {
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}

.user .profile-item .grade-stars .stars {
  height: 2rem;
  line-height: 2rem;
}

.user .profile-item .grade-stars .stars .fa {
  font-size: 0.875rem;
}

.user .profile-item .grade-stars .coins {
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
}

.user .profile-item .grade-stars .coins .has-tip {
  height: 2rem;
  line-height: 2rem;
}

.user .profile-item .grade-stars .coins .count {
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
}

.user .profile-item .grade-stars .coins img {
  margin-top: -3px;
  margin-right: 5px;
}

.user .profile-item .no-record {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 3rem -1rem;
}

.user .profile-item .hidden {
  visibility: hidden;
}

.user .profile-item .last-played {
  color: #666666;
  font-family: 'museo-sans', sans-serif;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}

.user .profile-item .last-played .game {
  text-transform: uppercase;
  font-weight: 700;
}

.user .profile-item .last-played .title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
}

.user .profile-item .last-played .date {
  font-size: 1rem;
  font-weight: 700;
  color: #999;
}

.user .profile-item .last-played .time {
  font-size: 1rem;
  font-weight: 700;
  color: #999;
}

.user .profile-item .last-played .columns {
  padding: 0;
}

.user .profile-item .last-3 {
  font-family: 'museo-sans', sans-serif;
}

.user .profile-item .last-3 h2 {
  margin-bottom: 0.625rem;
}

.user .profile-item .last-3 .accuracy {
  color: #1DD318;
  text-transform: uppercase;
  font-weight: 700;
}

.user .profile-item .last-3 .accuracy .percentage {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1em;
}

.user .profile-item .last-3 .played-time {
  color: #D4D220;
}

.user .profile-item .last-3 .played-time .time {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}

.user .profile-item .last-3 .played-time .fa {
  font-size: 2rem;
}

.user .profile-item .last-3 .correct {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #20D48A;
  line-height: 1.75rem;
}

.user .profile-item .last-3 .correct .number-correct {
  border-bottom: 3px solid #20D48A;
}

.user .profile-item .last-3 .correct span {
  font-size: 1.2rem;
  font-weight: 700;
  padding-right: 0.5rem;
}

.user .profile-item .detailed-report a, .user .profile-item .detailed-report span, .user .profile-item .detailed-report input[type=submit] {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'museo-sans', sans-serif;
  display: inline-block;
  border: 1px solid #4AAFF4;
  margin-top: 1rem;
  margin-bottom: 0;
}

.user .profile-item .detailed-report form img {
  float: left;
}

.user .profile-item .btn-profile-edit {
  font-size: 1.25rem;
  position: absolute;
  top: 0.3rem;
  right: 0.8rem;
  color: #999999;
  font-family: 'proxima-nova-soft', sans-serif;
}

.user .profile-item .profile-type {
  font-size: 1rem;
  position: relative;
  color: #fff;
  margin-top: 0.5rem;
  text-align: center;
  font-family: 'proxima-nova-soft', sans-serif;
  padding: 0.4rem;
  line-height: 1em;
}

.user .profile-item .profile-type.premium {
  background: #39B54A;
}

.user .profile-item .profile-type.basic {
  background: #00AEEF;
  cursor: pointer;
}

.user .add-button .profile {
  background-color: #cccccc;
  cursor: pointer;
  height: 100%;
  min-height: 25rem;
}

.user .add-button .profile p {
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 7.5rem;
  margin: 0;
  height: 30%;
}

.user .add-button .profile a {
  display: block;
  height: 100%;
}

.user .add-button .profile .add-plus-box {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  background-color: #bfbfbf;
  margin: 0 auto;
}

.user .add-button .profile .add-plus-box .fa {
  color: #FFFFFF;
  font-size: 5rem;
  line-height: 8rem;
}

.user .premium-ad .profile {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/user/pricing-dashboard/payment_ad.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 100%;
  padding: 2rem;
}

.user .premium-ad .profile p, .user .premium-ad .profile li {
  font-family: 'proxima-nova-soft', sans-serif;
  color: #FFFFFF;
  line-height: 1.15em;
}

.user .premium-ad .profile p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.user .premium-ad .profile ul {
  margin-bottom: 56px;
}

.user .premium-ad .profile li {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.user .premium-ad .profile .button {
  font-family: 'proxima-nova-soft', sans-serif;
  background: #00A651;
  position: absolute;
  bottom: 0;
  left: 16px;
  border-radius: 0.5rem;
  width: calc(100% - 2rem);
}

.user .premium-ad .profile .button:hover {
  background: #00c05d;
}

.user .profiles-list-view-ad {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/user/pricing-dashboard/top-bar.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 1rem;
}

.user .profiles-list-view-ad p {
  font-family: 'proxima-nova-soft', sans-serif;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.15em;
  margin-bottom: 0;
}

.user .profiles-list-view-ad ul {
  margin-bottom: 0;
}

.user .profiles-list-view-ad li {
  font-family: 'proxima-nova-soft', sans-serif;
  color: #FFFFFF;
  font-size: 1.4rem;
}

.user .profiles-list-view-ad .button {
  font-family: 'proxima-nova-soft', sans-serif;
  background: #00A651;
  border-radius: 0.5rem;
  margin-bottom: 0;
  margin-top: 42px;
}

.user .profiles-list-view-ad .button:hover {
  background: #00c05d;
}

.user .profiles-list-view {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
  font-family: 'museo-sans', sans-serif;
  font-size: 1.25rem;
}

.user .profiles-list-view.ng-enter {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.user .profiles-list-view .avatar {
  width: 5rem;
  position: relative;
  display: inline-block;
  padding: 0 1rem 0.5rem 1rem;
}

.user .profiles-list-view .avatar img {
  width: 3rem;
  border-radius: 50%;
}

.user .profiles-list-view .avatar a {
  position: absolute;
  bottom: -4px;
  right: 10px;
}

.user .profiles-list-view .avatar .fa {
  font-size: 1.3rem;
}

.user .profiles-list-view .profile-type {
  font-size: 0.9rem;
  color: #fff;
  font-family: 'proxima-nova-soft', sans-serif;
  padding: 0.4rem;
  border-radius: 0.45rem;
  line-height: 1em;
}

.user .profiles-list-view .profile-type.premium {
  background: #39B54A;
}

.user .profiles-list-view .profile-type.basic {
  background: #00AEEF;
  cursor: pointer;
}

.user .profiles-list-view table {
  width: 100%;
  margin: 0;
  border-top: 0.1875rem solid #2B91D6;
  border-bottom: 0.1875rem solid #2B91D6;
}

.user .profiles-list-view table thead {
  border-bottom: 0.1875rem solid #2B91D6;
  background: none;
}

.user .profiles-list-view table thead th {
  font-size: 1.125rem;
  color: #666666;
  text-align: center;
}

.user .profiles-list-view table td {
  font-size: 1.125rem;
  color: #666666;
  text-align: center;
}

.user .profiles-list-view table .percentage {
  color: #1DD318;
}

.user .profiles-list-view table .time {
  color: #D4D220;
}

.user .profiles-list-view table .coins img {
  margin-top: -5px;
}

.user .profiles-list-view table .detailed-report a, .user .profiles-list-view table .detailed-report span, .user .profiles-list-view table .detailed-report input[type=submit] {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: 'museo-sans', sans-serif;
  display: inline-block;
  border: 1px solid #4AAFF4;
  margin-top: 0;
  margin-bottom: 0;
}

.user .profiles-list-view table .detailed-report form img {
  float: left;
}

.user .profiles-list-view .no-profiles {
  margin: 0 2rem;
  font-size: 1.125rem;
  color: #666666;
}

.user .top-buttons {
  margin-top: 1rem;
}

.user .top-buttons .display-options .active {
  background: #b3b2b2;
}

.user .top-buttons .display-options .medium-large-menu {
  height: 2.125rem;
  line-height: 2.3125rem;
  margin-top: 14px;
  margin-bottom: 14px;
}

.user .top-buttons .display-options .medium-large-menu .dropdown {
  display: inline-block;
  float: right;
  margin-left: 4px;
}

.user .top-buttons .display-options .medium-large-menu .dropdown > li.is-dropdown-submenu-parent > a::after {
  border: none !important;
}

.user .top-buttons .display-options .medium-large-menu .dropdown .fa {
  vertical-align: top;
}

.user .top-buttons .display-options .medium-large-menu .dropdown .is-dropdown-submenu {
  min-width: auto;
  border: none;
  border-top: 1px solid #cacaca;
}

.user .top-buttons .display-options .medium-large-menu .dropdown .submenu li a {
  text-align: left;
}

.user .top-buttons .display-options .medium-large-menu .menu li a {
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  padding-right: 1em;
  padding-left: 1em;
  width: 5rem;
  margin-left: 0;
}

.user .top-buttons .display-options .medium-large-menu .button {
  margin-left: 4px;
}

.user .top-buttons .display-options .voucher-button {
  background-color: #00a651;
}

.user .top-buttons .display-options .voucher-button:hover {
  background-color: #008d45;
}

.user .top-buttons h3 {
  margin: 0;
  padding-right: 50px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media screen and (min-width: 40em) {
  .user .top-buttons h3 {
    float: left;
  }
}

.user .top-buttons a.edit-class {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  color: #bfbfbf;
  transition: color 0.3s ease-in-out;
  font-size: 2.75rem;
  -webkit-transition: color 0.3s ease-in-out;
}

.user .top-buttons a.edit-class:hover {
  color: #666666;
}

.user .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.user .upgrade-account {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.user .upgrade-account .row {
  max-width: 1200px;
}

.user .upgrade-account .content-group--content {
  margin-bottom: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .user .upgrade-account .content-group--content {
    padding: 0.5rem;
  }
}

.user .upgrade-account p {
  font-size: 1.25rem;
  color: #7B7B7B;
}

@media screen and (max-width: 39.9375em) {
  .user .upgrade-account p {
    font-size: 1rem;
  }
}

.user .upgrade-account h3 {
  font-weight: 200;
}

@media screen and (max-width: 39.9375em) {
  .user .upgrade-account h3 {
    font-weight: 400;
    font-size: 1.5rem !important;
    margin-top: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.user .upgrade-account h4 {
  color: #464646;
  font-weight: 200;
  font-size: 1.7rem;
  text-transform: none;
}

@media screen and (max-width: 39.9375em) {
  .user .upgrade-account h4 {
    font-weight: 400;
    font-size: 1.2rem !important;
  }
}

.user .upgrade-account h4.what-youll-get {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.user .upgrade-account .feature {
  background: #D9E4E7;
  padding: 1rem 2rem;
  margin-bottom: 0.5rem;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}

@media screen and (max-width: 39.9375em) {
  .user .upgrade-account .feature {
    margin-left: -8px;
    margin-right: -8px;
    padding: 1rem;
  }
}

.user .upgrade-account .feature p {
  margin: 0;
}

.user .upgrade-account .feature .tick {
  background: #fff;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  line-height: 3.5rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.user .upgrade-account .feature .tick .fa-check {
  color: #86EC1B;
  font-size: 3rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.user .upgrade-account .feature input {
  margin-bottom: 0.5rem;
}

.user .upgrade-account .feature label {
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  color: #3E3E3E;
}

.user .upgrade-account .button {
  margin-top: 1rem;
  margin-bottom: 0;
  margin-bottom: 0.5rem;
}

.user .upgrade-account .close {
  position: absolute;
  top: -0.65rem;
  right: -0.65rem;
  color: #2199e8;
  font-size: 3rem;
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}

.user .upgrade-account .close .fa {
  vertical-align: top;
}

.user .upgrade-account .invisible {
  visibility: hidden;
}

.user .upgrade-account .sending-invites {
  font-size: 3rem;
  color: #666666;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}

.user .button-group {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

@media screen and (min-width: 40em) {
  .user .button-group .button {
    border-bottom-color: transparent !important;
  }
}

.user .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.user .paypal-upgrade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: 'proxima-nova-soft', sans-serif;
}

.user .paypal-upgrade.ng-enter {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.user .paypal-upgrade.ng-leave {
  -webkit-animation: fadeOut 0.3s;
  animation: fadeOut 0.3s;
}

.user .paypal-upgrade .row {
  max-width: 1200px;
}

.user .paypal-upgrade .content-group--content {
  margin-bottom: 2rem;
  padding: 2rem;
}

@media screen and (max-width: 39.9375em) {
  .user .paypal-upgrade .content-group--content {
    padding: 1rem;
  }
}

.user .paypal-upgrade .close {
  position: absolute;
  top: -0.65rem;
  right: -0.65rem;
  color: #2199e8;
  font-size: 3rem;
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}

.user .paypal-upgrade .close .fa {
  vertical-align: top;
}

.user .paypal-upgrade .compare {
  border-radius: 1rem;
}

.user .paypal-upgrade .compare .headline {
  background-size: cover;
  border-radius: 1rem;
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom: 1rem;
}

.user .paypal-upgrade .compare .headline h2 {
  color: #000;
  font-family: 'proxima-nova-soft', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}

.user .paypal-upgrade .compare .headline p {
  color: #fff;
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.user .paypal-upgrade .compare .headline-finish {
  border-radius: 1rem;
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom: 1rem;
  background-color: #ebebec;
  border: 2px solid #ebebec;
}

@media screen and (min-width: 64em) {
  .user .paypal-upgrade .compare .headline-finish {
    padding-top: 54.5px;
    padding-bottom: 54.5px;
  }
}

.user .paypal-upgrade .compare .headline-finish h2 {
  color: #000;
  font-family: 'proxima-nova-soft', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}

.user .paypal-upgrade .compare .headline-finish-about-premium {
  border-radius: 1rem;
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom: 1rem;
  background-color: #ebebec;
  border: 2px solid #ebebec;
}

@media screen and (min-width: 64em) {
  .user .paypal-upgrade .compare .headline-finish-about-premium {
    padding-top: 40.5px;
    padding-bottom: 40.5px;
  }
}

.user .paypal-upgrade .compare .headline-finish-about-premium h2 {
  color: #000;
  font-family: 'proxima-nova-soft', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}

.user .paypal-upgrade .compare .headline-for-about-premium {
  border-radius: 1rem;
  padding: 1rem 2rem 2rem 2rem;
  margin-bottom: 1rem;
  background-color: #ebebec;
  border: 2px solid #ebebec;
}

@media screen and (min-width: 64em) {
  .user .paypal-upgrade .compare .headline-for-about-premium {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}

.user .paypal-upgrade .compare .headline-for-about-premium h2 {
  color: #000;
  font-family: 'proxima-nova-soft', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
}

.user .paypal-upgrade .compare .button {
  border-radius: 0.5rem;
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 1.5rem;
  padding: 0.3rem 1rem;
  width: calc(100% - 30px);
}

.user .paypal-upgrade .compare form img {
  float: left;
}

.user .paypal-upgrade .compare .button-spacer {
  height: 3.6rem;
  width: 100%;
}

.user .paypal-upgrade .compare .basic {
  position: relative;
  margin-top: 1rem;
  margin-bottom: -1rem;
  padding-bottom: 2rem;
}

.user .paypal-upgrade .compare .basic .headline {
  background-color: #ebebec;
  border: 2px solid #ebebec;
}

@media screen and (min-width: 40em) {
  .user .paypal-upgrade .compare .parent-basic .headline {
    padding-top: 62.5px;
    padding-bottom: 62.5px;
  }
}

@media screen and (min-width: 640px) and (max-width: 729px) {
  .user .paypal-upgrade .compare .parent-basic .headline {
    padding-bottom: 64.5px;
  }
}

.user .paypal-upgrade .compare .parent-basic .headline-no-button-on-premium {
  background-color: #ebebec;
  border: 2px solid #ebebec;
  border-radius: 1rem;
  padding: 0;
}

.user .paypal-upgrade .compare .parent-basic .headline-no-button-on-premium h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #000;
  margin-bottom: 0;
}

.user .paypal-upgrade .compare .teacher-basic .headline {
  font-family: 'proxima-nova-soft', sans-serif;
}

@media screen and (min-width: 64em) {
  .user .paypal-upgrade .compare .teacher-basic .headline {
    /*@TODO remove temporary disabling of share option*/
    /*padding-top: 124px;*/
    /*padding-bottom: 124px;*/
    padding-top: 56.5px;
    padding-bottom: 56.5px;
  }
}

.user .paypal-upgrade .compare .school-plan {
  position: relative;
  margin-top: 1rem;
  margin-bottom: -1rem;
  padding-bottom: 2rem;
}

.user .paypal-upgrade .compare .school-plan .headline {
  font-family: 'proxima-nova-soft', sans-serif;
  position: relative;
  border: 2px solid #fcb813;
  background-color: #ffffff;
  padding-bottom: 1rem;
}

@media screen and (min-width: 64em) {
  .user .paypal-upgrade .compare .school-plan .headline .add-space-large {
    height: 2.3rem;
    width: 100%;
  }

  .user .paypal-upgrade .compare .school-plan .headline .button-spacer {
    width: 100%;
    /*@TODO remove temporary disabling of share option*/
    /*height: 10.5rem;*/
    height: 36px;
  }
}

.user .paypal-upgrade .compare .school-plan .headline .button {
  background: #3A296D;
  position: absolute;
  bottom: 0.8rem;
  margin: 0;
  width: calc(100% - 70px);
}

.user .paypal-upgrade .compare .school-plan .headline .button:hover {
  background: #4e3792;
}

.user .paypal-upgrade .compare .premium {
  position: relative;
  padding-top: 1rem;
}

.user .paypal-upgrade .compare .premium .headline {
  font-family: 'proxima-nova-soft', sans-serif;
  border: 2px solid #fcb813;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding-bottom: 1rem;
}

.user .paypal-upgrade .compare .premium .button {
  background: #2dad3a;
  margin: 0;
  width: 100%;
}

.user .paypal-upgrade .compare .premium .button:hover {
  background: #40cd4e;
}

.user .paypal-upgrade .compare .premium .teacher-premium .button {
  background: #29abe2 !important;
}

.user .paypal-upgrade .compare .premium .teacher-premium .button:hover {
  background: #56bde8;
}

.user .paypal-upgrade .compare .premium .teacher-premium .redeem {
  margin-top: 0.5rem;
}

.user .paypal-upgrade .compare .premium .learn-more h3 {
  color: #000;
  font-size: 1.8rem;
  margin-top: 1rem;
}

.user .paypal-upgrade .compare .premium .learn-more p {
  color: #000;
  font-family: 'proxima-nova-soft', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}

.user .paypal-upgrade .compare .premium .learn-more .learn-more-button {
  background: #39b54a !important;
  width: 100%;
  bottom: 0;
}

.user .paypal-upgrade .compare .premium .learn-more .learn-more-button:hover {
  background: #57ca67 !important;
}

.user .paypal-upgrade p.limit {
  font-size: 1.25rem;
}

@media screen and (max-width: 39.9375em) {
  .user .paypal-upgrade .features {
    margin-top: 1.4rem;
  }
}

.user .paypal-upgrade .features .fa {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  padding: 0.5rem;
  margin-bottom: 0.2rem;
  margin-left: 0.3rem;
}

.user .paypal-upgrade .features .fa.fa-check {
  background-color: #2dad3a;
  color: #ffffff;
}

.user .paypal-upgrade .features .fa.fa-minus {
  background-color: #6f7173;
  color: #ffffff;
  margin-bottom: 0.1rem;
}

.user .voucher-warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-family: 'proxima-nova-soft', sans-serif;
}

.user .voucher-warning .button {
  border-radius: 0.5rem;
  font-size: 1.5rem;
  padding: 1rem 1rem;
  width: calc(100% - 30px);
  background-color: #39B54A;
}

.user .voucher-warning.ng-enter {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.user .voucher-warning.ng-leave {
  -webkit-animation: fadeOut 0.3s;
  animation: fadeOut 0.3s;
}

.user .voucher-warning .row {
  max-width: 1200px;
}

.user .voucher-warning .content-group--content {
  margin-bottom: 2rem;
  padding: 2rem;
}

.user .voucher-warning .content-group--content.top-margin {
  margin-top: 10rem;
}

@media screen and (max-width: 39.9375em) {
  .user .voucher-warning .content-group--content {
    padding: 1rem;
  }
}

.user .voucher-warning .close {
  position: absolute;
  top: -0.65rem;
  right: -0.65rem;
  color: #2199e8;
  font-size: 3rem;
  background: #fff;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}

.user .voucher-warning .close .fa {
  vertical-align: top;
}

#intro {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow-x: hidden;
}

#intro.show-intro {
  display: block;
}

#intro.ng-enter {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

#intro.ng-leave {
  -webkit-animation: fadeOut 0.3s;
  animation: fadeOut 0.3s;
}

#intro .tutorial {
  background: rgba(43, 145, 214, 0.9);
  border-radius: 2rem;
  margin-top: 1rem;
  padding: 1rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  #intro .tutorial {
    padding: 2rem;
  }
}

@media screen and (min-width: 64em) {
  #intro .tutorial {
    min-height: none;
  }
}

@media screen and (max-width: 39.9375em) {
  #intro .tutorial {
    padding-bottom: 2.5rem;
  }
}

#intro .tutorial.ng-hide-remove {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.6s;
}

#intro .tutorial h1 {
  color: #fff;
  font-family: "proxima-nova-soft", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15em;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  #intro .tutorial h1 {
    font-size: 3rem;
    margin-bottom: inherit;
  }
}

@media screen and (min-width: 64em) {
  #intro .tutorial h1 {
    font-size: 4.5rem;
  }
}

#intro .tutorial h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "proxima-nova-soft", sans-serif;
}

#intro .tutorial p, #intro .tutorial li {
  color: #fff;
  font-family: "proxima-nova-soft", sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
}

@media screen and (min-width: 64em) {
  #intro .tutorial p, #intro .tutorial li {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

#intro .tutorial .button-container {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (min-width: 64em) {
  #intro .tutorial .button-container {
    margin-top: 2rem;
  }
}

#intro .tutorial button {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2.5rem;
  padding: 1rem 3rem;
  font-family: "proxima-nova-soft", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  #intro .tutorial button {
    font-size: 3rem;
    padding: 2rem 2.5rem;
  }
}

#intro .tutorial button:hover {
  background: rgba(0, 0, 0, 0.2);
}

#intro .tutorial img.mathling {
  width: 35%;
}

@media screen and (min-width: 40em) {
  #intro .tutorial img.mathling {
    width: 30%;
  }
}

@media screen and (min-width: 64em) {
  #intro .tutorial img.mathling {
    width: 25%;
  }
}

#intro .tutorial img.mathling.fixed {
  position: fixed;
  bottom: -5%;
  right: -5%;
}

#intro .tutorial img.mathling.absolute {
  position: absolute;
  bottom: -10%;
  right: -10%;
}

#intro .tutorial.tut1 h1 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media screen and (min-width: 64em) {
  #intro .tutorial.tut1 h1 {
    margin-top: 8rem;
  }
}

#intro .tutorial.tut1 p {
  margin-bottom: 4rem;
}

@media screen and (min-width: 64em) {
  #intro .tutorial.tut1 button {
    margin-bottom: 6rem;
  }
}

#intro .tutorial.tut2 h2 {
  padding-top: 1rem;
}

@media screen and (min-width: 64em) {
  #intro .tutorial.tut2 p {
    font-size: 1.5rem;
  }
}

#intro .tutorial.tut2 .steps {
  background: #1A73AE;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 40em) {
  #intro .tutorial.tut2 .steps {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

#intro .tutorial.tut2 .steps p {
  font-size: 1rem;
  line-height: 1.15em;
}

@media screen and (max-width: 39.9375em) {
  #intro .tutorial.tut2 .steps p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 40em) {
  #intro .tutorial.tut2 .steps p span {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 39.9375em) {
  #intro .tutorial.tut2 .steps img {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 40em) {
  #intro .tutorial.tut2 .steps img {
    max-width: 10rem;
  }
}

@media screen and (min-width: 64em) {
  #intro .tutorial.tut2 .steps img {
    max-width: 20rem;
  }
}

#intro .tutorial.tut3 h1 {
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  #intro .tutorial.tut3 h1 {
    margin-bottom: 3rem;
  }
}

#intro .tutorial.tut3 h2 {
  font-size: 2.5rem;
}

@media screen and (min-width: 64em) {
  #intro .tutorial.tut3 p {
    font-size: 1.5rem;
  }
}

#intro .tutorial.tut4 h1 {
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  #intro .tutorial.tut4 h1 {
    margin-bottom: 3rem;
  }
}

#intro .tutorial.tut4 h2 {
  font-size: 2.5rem;
}

@media screen and (min-width: 64em) {
  #intro .tutorial.tut4 p {
    font-size: 1.5rem;
  }
}

#intro .tutorial.tut5 h1 {
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  #intro .tutorial.tut5 h1 {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 40em) {
  #intro .tutorial.tut5 p {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

#intro .tutorial.tut5 a {
  color: #fff;
}

#intro .tutorial .sample-menu {
  background: #1A73AE;
  padding: 1rem 1.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  #intro .tutorial .sample-menu {
    padding: 1rem 1.5rem;
    margin-left: -2rem;
    margin-right: inherit;
    border-radius: 0 3rem 3rem 0;
  }
}

#intro .tutorial .sample-menu .inner {
  background: #2B91D6;
  border-radius: 2rem;
  padding: 0.5rem;
}

@media screen and (min-width: 40em) {
  #intro .tutorial .sample-menu .inner {
    padding: 1rem;
  }
}

#intro .tutorial .sample-menu p {
  font-size: 1.25rem;
  margin-bottom: 0;
  font-family: "museo-sans",​sans-serif;
  margin: 0;
}

@media screen and (min-width: 40em) {
  #intro .tutorial .sample-menu p {
    margin: 0.5rem 0;
  }
}

#intro .tutorial .sample-menu .heading {
  color: #C1BFBF;
}

#intro .tutorial .sample-menu .item {
  font-weight: normal;
  font-size: 1.25rem;
  margin-bottom: 0;
  font-family: "museo-sans",​sans-serif;
  margin: 0;
  white-space: nowrap;
  color: #fff;
}

#intro .tutorial .sample-menu .item .menu-label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0.7rem;
}

#intro .tutorial .sample-menu .item .anchor {
  color: #2B91D6;
}

@media screen and (min-width: 40em) {
  #intro .tutorial .sample-menu .item {
    margin: 0.5rem 0;
  }
}

.user .account .close-account {
  margin-bottom: 1.5625rem;
}

.user .account .paypal-thank-you {
  background-color: #ffffff;
  margin: 1rem;
  padding: 2rem;
}

.user .account .paypal-thank-you .close-button {
  right: 30px;
  padding: 0.5rem;
  color: #737373;
}

.user .account .paypal-thank-you .steps {
  margin-top: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .user .account .paypal-thank-you .steps {
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .user .account .paypal-thank-you .steps .steps-img {
    width: 90% !important;
    margin: 0 !important;
  }
}

.user .account .paypal-thank-you .steps .action h1 {
  margin-top: 1rem;
  font-family: "museo-sans", sans-serif;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 64em) {
  .user .account .paypal-thank-you .steps .action h1 {
    padding-top: 1rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .user .account .paypal-thank-you .steps .action h1 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .user .account .paypal-thank-you .steps .action h1 {
    font-size: 1.3rem;
  }
}

.user .account .paypal-thank-you .step-2-3 {
  margin-top: 3rem;
}

@media screen and (max-width: 39.9375em) {
  .user .account .paypal-thank-you .step-2-3 {
    text-align: center;
  }
}

.user .account .paypal-thank-you .step-2-3 .key-in {
  margin-bottom: 0;
}

@media screen and (max-width: 39.9375em) {
  .user .account .paypal-thank-you .step-2-3 {
    margin-top: 1rem;
  }

  .user .account .paypal-thank-you .step-2-3 p {
    padding-top: 0.8rem;
  }
}

.user .account .paypal-thank-you .step-2-3 .action h1 {
  margin-top: 1rem;
  font-family: "museo-sans", sans-serif;
  color: #000000;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1em;
}

@media screen and (min-width: 64em) {
  .user .account .paypal-thank-you .step-2-3 .action h1 {
    padding-top: 1rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .user .account .paypal-thank-you .step-2-3 .action h1 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .user .account .paypal-thank-you .step-2-3 .action h1 {
    font-size: 1.3rem;
  }
}

.user .account .paypal-thank-you h1 {
  color: #000;
  font-size: 1.4rem;
  font-family: "museo-sans", sans-serif;
  font-weight: bold;
  margin-top: 1.5rem;
  line-height: 1em;
}

@media screen and (max-width: 39.9375em) {
  .user .account .paypal-thank-you h1 {
    text-align: center;
  }
}

@media screen and (min-width: 40em) {
  .user .account .paypal-thank-you h1 {
    font-size: 2rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 64em) {
  .user .account .paypal-thank-you h1 {
    padding-top: 1rem;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .user .account .paypal-thank-you h1 {
    font-size: 1.5rem;
  }
}

.user .account .paypal-thank-you p {
  font-size: 1.2rem;
  padding: 0.3rem 0 0.3rem 0;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

@media screen and (min-width: 64em) {
  .user .account .paypal-thank-you p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .user .account .paypal-thank-you p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .user .account .paypal-thank-you p {
    text-align: center;
  }
}

.user .account .paypal-thank-you span {
  font-size: 1.2rem;
  padding: 0.3rem 0 0.3rem 0;
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  line-height: 1.2em;
}

@media screen and (min-width: 64em) {
  .user .account .paypal-thank-you span {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .user .account .paypal-thank-you span {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .user .account .paypal-thank-you span {
    text-align: center;
  }
}

@media screen and (max-width: 39.9375em) {
  .user .account .paypal-thank-you .download {
    text-align: center;
  }
}

.user .account .paypal-thank-you .download .column, .user .account .paypal-thank-you .download .columns {
  padding: 0 0.5rem 0 0 !important;
}

.user .account .paypal-thank-you .download img {
  border-radius: 0.2rem;
  width: 170px;
  height: auto;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .user .account .paypal-thank-you .download img {
    width: 120px;
  }
}

@media screen and (min-width: 64em) {
  .user .account .paypal-thank-you .download img {
    width: 99% !important;
  }
}

.user .edit-class .warning-text {
  color: red;
}

.class__header {
  background: #ffffff;
  border: 1px solid #999999;
  margin: 2rem 0;
  padding: 1em 2em;
}

@media screen and (max-width: 39.9375em) {
  .class__header {
    padding: 1em;
  }
}

.class__header-menu {
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  .class__header-menu {
    display: flex;
    justify-content: space-around;
  }
}

.class__header-menu .header-menu__item {
  display: inline-block;
  font-size: 1.25em;
  padding-right: 2rem;
}

@media screen and (max-width: 63.9375em) {
  .class__header-menu .header-menu__item {
    font-size: 1.125em;
    padding-right: 0em;
  }
}

@media screen and (max-width: 340px) {
  .class__header-menu .header-menu__item {
    font-size: 1em;
  }
}

.class__header-menu .header-menu__item .menu-link {
  color: #888888;
}

.class__header-menu .header-menu__item .menu-link.is-active {
  color: #4AAFF4;
}

.medium-collapse .class-component:first-child {
  padding-right: 0.5em;
}

.medium-collapse .class-component:last-child {
  padding-left: 0.5em;
}

.class-component__header {
  margin: 0;
  border-bottom: 0;
  background: #F9F9F9;
}

.class-component__title {
  margin: 0;
  font-size: 1.5em;
  font-weight: 300;
}

@media screen and (max-width: 39.9375em) {
  .class-component__title {
    font-size: 1.125em;
  }
}

.class-component__item {
  margin-top: 0;
  padding: 1rem;
}

.class-component__item.class-component__item--collapse {
  padding: 0;
}

.class-table {
  border: 1px solid #999999;
}

.class-skill {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}

@media screen and (max-width: 39.9375em) {
  .class-skill {
    flex-direction: column;
    align-items: inherit;
  }
}

.class-skill .class-skill__item {
  flex: 0 1 50%;
}

.class-skill .class-skill__item:first-child {
  margin-right: 0.5em;
}

.class-skill .class-skill__item:last-child {
  margin-left: 0.5em;
}

.class-skill .class-skill__text {
  color: #999999;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: right;
}

@media screen and (max-width: 63.9375em) {
  .class-skill .class-skill__text {
    font-size: 1rem;
    text-align: center;
  }
}

.class-skill .progress {
  background: #EEEEEE;
  border: none;
  height: 2em;
}

.class-skill .progress.success .progress-meter {
  background-color: #38C09A;
}

@media screen and (max-width: 39.9375em) {
  .class-skill .progress.success .progress-meter {
    display: block;
  }
}

.class-skill__list {
  padding: 0 2em;
  margin: 0;
}

@media screen and (max-width: 39.9375em) {
  .class-skill__list {
    padding: 0;
  }
}

.class-report {
  margin-top: 2em;
}

.empty {
  padding: 2em;
  height: 100%;
  width: 100%;
}

.user .sharing {
  background-color: #ffffff;
  margin-top: 1.7rem;
  padding: 1rem 2rem;
  font-family: 'museo-sans', sans-serif;
  font-size: 1.2rem;
}

.user .sharing p {
  font-size: 1.45rem;
}

@media screen and (max-width: 39.9375em) {
  .user .sharing p {
    text-align: center;
  }
}

.user .sharing .highlight {
  color: #000000;
  font-size: 2rem;
}

.user .sharing .premium-in {
  color: #000000;
}

.user .sharing ul {
  padding-left: 0.9rem;
  list-style-image: url("https://d2te1y9qx21itc.cloudfront.net/images/share/checkbox-g.png");
}

.user .sharing li {
  font-size: 1.3rem;
}

.user .sharing .top-text {
  padding: 1rem;
  background: url("https://d2te1y9qx21itc.cloudfront.net/images/share/sharing_bar.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.user .sharing .top-text p {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
}

.user .sharing .bold {
  font-weight: bold;
}

.user .sharing .social {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.user .sharing .social .fa {
  padding: 0.6rem;
  border-radius: 50%;
  font-size: 2rem;
  width: 3.375rem;
  height: 3.375rem;
  margin-bottom: 0.5rem;
  margin-left: 0.7rem;
}

.user .sharing .social .fa:focus {
  outline: none;
}

.user .sharing .social .fa-facebook {
  color: #ffffff;
  background: #324b7f;
}

.user .sharing .social .fa-twitter {
  color: #ffffff;
  background: #339dc3;
}

.user .sharing .social .fa-google-plus {
  /*padding:10px 9px 10px 9px;*/
  color: #ffffff;
  background: #dc4535;
}

.user .sharing .social .fa-envelope {
  color: #ffffff;
  background: #0071BC;
  padding: 10px 11px 10px 11px;
}

.user .sharing .social .fa-whatsapp {
  color: #ffffff;
  background: #43b649;
}

.user .sharing .share-url:focus {
  outline: none !important;
}

.user .sharing .share-code-area {
  background-color: #56c5d0;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.user .sharing .share-code-area h3 {
  color: #ffffff;
  font-family: 'proxima-nova-soft', sans-serif;
}

.user .sharing .share-code-area .share-url-td {
  background: #e6e7e8;
  padding-top: 0.95rem;
  font-size: 0.9rem;
  color: #333333;
  padding-bottom: 0.95rem;
}

.user .sharing .share-code-area table {
  padding: 0;
  width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .user .sharing .share-code-area table {
    width: 90% !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .user .sharing .share-code-area table {
    width: 96% !important;
    font-size: 1rem;
  }
}

@media screen and (max-width: 39.9375em) {
  .user .sharing .share-code-area td {
    border: 1px solid ghostwhite;
  }
}

.user .sharing .share-code-area .button {
  background-color: #39b54a;
  margin: 0;
  width: 220px;
  font-size: 1.2rem;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .user .sharing .share-code-area .button {
    width: 160px !important;
    font-size: 0.9rem;
  }
}

.user .braintree {
  margin-top: 1rem;
  font-family: 'museo-sans', sans-serif;
}

.user .braintree h1, .user .braintree h2, .user .braintree p, .user .braintree label {
  font-family: 'museo-sans', sans-serif;
}

.user .braintree p, .user .braintree button, .user .braintree label {
  font-size: 1rem;
}

.user .braintree h1 {
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
}

.user .braintree h2 {
  font-weight: bold;
}

.user .braintree .shadow {
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.5);
  border: 1px solid #aaa;
}

.user .braintree .price {
  float: left;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

@media screen and (min-width: 40em) {
  .user .braintree .price .bullet {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .user .braintree .price .bullet:before {
    content: '\25CB';
    position: absolute;
    left: 2rem;
    top: 2.5rem;
  }
}

.user .braintree .price h2 {
  color: #000;
  margin-bottom: 0;
}

.user .braintree .price p {
  margin-bottom: 0;
}

.user .braintree .price .period {
  margin-bottom: 1rem;
}

.user .braintree .existing .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 2rem;
}

.user .braintree .existing .card-border {
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
}

.user .braintree .existing img {
  margin-bottom: 1rem;
}

.user .braintree .existing .pay {
  background: #00A651;
}

.user .braintree .existing .pay:hover {
  background: #00d96a;
}

.user .braintree .existing .delete {
  background: #ccc;
  margin-bottom: 0;
}

.user .braintree .existing .delete:hover {
  background: #BF1E2E;
}

.user .braintree .new-card {
  margin-bottom: 2rem;
  position: relative;
}

.user .braintree .new-card h2 {
  background: #00A651;
  color: #fff;
  padding: 0.5rem 15px;
  margin-bottom: 0;
}

.user .braintree .new-card form {
  padding: 2rem;
}

.user .braintree .new-card .hosted-field {
  height: 70px;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  display: inline-block;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #dddddd;
  line-height: 20px;
  background: #fcfcfc;
  margin-bottom: 12px;
  background: linear-gradient(to right, white 50%, #fcfcfc 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 300ms ease-in-out;
}

.user .braintree .new-card label {
  display: block;
  margin-bottom: 6px;
}

.user .braintree .new-card label .fa {
  padding-left: 5px;
  padding-right: 5px;
}

.user .braintree .new-card .button-container {
  background: #E7E8E9;
  margin: 1rem -2rem -2rem -2rem;
  padding: 15px;
}

.user .braintree .new-card .button-container button {
  background: #00A651;
  margin: 0;
}

.user .braintree .new-card .button-container button:hover {
  background: #00d96a;
}

.user .braintree .new-card .braintree-hosted-fields-focused {
  border: 1px solid #64d18a;
  border-radius: 1px;
  background-position: left bottom;
}

.user .braintree .new-card .braintree-hosted-fields-invalid {
  border: 1px solid #ed574a;
}

.user .braintree .paypal {
  padding: 2rem;
}

.user .braintree .fa-cog {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 31px);
  color: #999;
}

.voucher {
  margin-top: 2rem;
  padding-bottom: 5rem;
}

.voucher .voucher__heading {
  background-image: url("https://d2te1y9qx21itc.cloudfront.net/images/user/payment/voucher-header-bg.png");
  font-size: 2.5rem;
  padding: 1.5rem 0;
  font-weight: bold;
  line-height: 1.15em;
  color: #fff;
}

.voucher .voucher__paragraph {
  color: #999999;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 1.5rem 0;
}

@media screen and (min-width: 40em) {
  .voucher .voucher__content {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 64em) {
  .voucher .voucher__form {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding: 0 2em;
  }
}

.voucher .voucher__form .voucher__agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.voucher .voucher__form .voucher__agreement .agree-checkbox {
  text-align: left;
  margin-left: 1em;
}

.voucher .voucher__form .voucher__agreement .radio {
  margin: 0;
}

.voucher .voucher__form .button {
  margin-bottom: 1em;
}

.user .add-multiplayer-quiz {
  padding-bottom: 10rem;
  /* BEM method */
}

.user .add-multiplayer-quiz h1, .user .add-multiplayer-quiz h2, .user .add-multiplayer-quiz h3 {
  color: #333333 !important;
  font-weight: bold;
}

.user .add-multiplayer-quiz h1 {
  font-size: 2.75rem;
  margin: 2rem 0;
  line-height: 3rem;
}

.user .add-multiplayer-quiz h2 {
  margin-bottom: 1rem;
}

.user .add-multiplayer-quiz h2 small {
  font-weight: 400;
  font-size: 60%;
}

.user .add-multiplayer-quiz .rm-btm-mgn {
  margin-bottom: 0;
}

.user .add-multiplayer-quiz .iste-section__subtitle {
  font-size: 1rem;
}

.user .add-multiplayer-quiz .success {
  background: #00A651;
}

.user .add-multiplayer-quiz .form_thick_warning {
  box-shadow: inset 0 0 0 5px #DF3E3E;
}

.user .add-multiplayer-quiz .input__box_icon-container {
  position: relative;
}

.user .add-multiplayer-quiz .input__box_right-icon {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  font-size: large;
}

@media screen and (max-width: 63.9375em) {
  .user .add-multiplayer-quiz .input__box_right-icon {
    right: 3%;
  }
}

.user .add-multiplayer-quiz .input__icon_error {
  color: #DF3E3E;
}

.user .add-multiplayer-quiz .input__box_error {
  border: 1px solid #DF3E3E;
}

.user .add-multiplayer-quiz .input__label_error {
  color: #DF3E3E;
  display: inline-block;
  font-style: italic;
}

.user .add-multiplayer-quiz .input_no-margin {
  margin-bottom: 0;
}

.user .add-multiplayer-quiz .button {
  margin-top: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .user .add-multiplayer-quiz .button {
    width: 100%;
  }
}

@media screen and (min-width: 40em) {
  .user .add-multiplayer-quiz .button_full-width {
    width: 100%;
    max-width: 10rem;
  }
}

@media screen and (min-width: 40em) {
  .user .add-multiplayer-quiz .button_min-width a {
    min-width: 5em;
  }
}

.user .add-multiplayer-quiz .green-button {
  background: #A5CD3D;
  border: 4px solid #87BA40;
  box-shadow: 0 10px 0 0 #67913E, 0 13px 0 2px #23351C;
}

.user .add-multiplayer-quiz .blue-button {
  background: #3E8BCA;
  border: 4px solid #18709F;
  box-shadow: 0 10px 0 0 #136088, 0 13px 0 2px #23351C;
}

.user .add-multiplayer-quiz .red-button {
  background: #F05A2D;
  border: 4px solid #CB4225;
  box-shadow: 0 10px 0 0 #971D13, 0 13px 0 2px #23351C;
}

.user .add-multiplayer-quiz .pressed-button:active {
  color: #fff;
  box-shadow: 0 3px 0 2px #23351C;
  transform: translateY(10px);
}

.user .add-multiplayer-quiz .step-button {
  margin-bottom: 1rem;
}

.user .add-multiplayer-quiz .step-button ul {
  /*Give stacking context*/
  position: relative;
  z-index: 1;
  margin: 0;
}

.user .add-multiplayer-quiz .step-button li {
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  border-radius: 50%;
  background: #29ABE2;
  margin: 0 3vw;
  display: inline-block;
  color: #ffffff;
  position: relative;
}

.user .add-multiplayer-quiz .step-button li::before {
  content: '';
  position: absolute;
  top: 0.8rem;
  left: -7vw;
  width: 8vw;
  height: 0.5rem;
  background: #29ABE2;
  z-index: -1;
}

.user .add-multiplayer-quiz .step-button li:first-child::before {
  display: none;
}

.user .add-multiplayer-quiz .step-button a {
  color: #fff;
}

.user .add-multiplayer-quiz .step-button .active {
  background-color: #29ABE2;
}

.user .add-multiplayer-quiz .step-button .active ~ li {
  background-color: #464646;
  color: #464646;
}

.user .add-multiplayer-quiz .step-button .active ~ li::before {
  background-color: #464646;
}

@media screen and (min-width: 40em) {
  .user .add-multiplayer-quiz .large-left-margin {
    margin-left: 10px;
  }

  .user .add-multiplayer-quiz .large-right-margin {
    margin-right: 10px;
  }
}

@media screen and (min-width: 40em) {
  .user .add-multiplayer-quiz .large-right-padding {
    padding-right: 10px;
  }
}

@media screen and (min-width: 40em) {
  .user .add-multiplayer-quiz .large-left-padding {
    padding-left: 10px;
  }
}

.user .add-multiplayer-quiz .add-bottom-margin {
  margin-bottom: 1rem;
}

.user .add-multiplayer-quiz .select-class label {
  font-size: 1rem;
}

.user .add-multiplayer-quiz .select-class input[type="checkbox"] {
  height: inherit;
  display: none;
}

.user .add-multiplayer-quiz .select-class [type="checkbox"] + label {
  margin: 0;
}

.user .add-multiplayer-quiz .select-class input[type="checkbox"] + span:before {
  content: "\A0";
  background: #fff;
  border: 1px solid #bbbdbf;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  padding: 2px;
  position: relative;
  top: 2px;
}

.user .add-multiplayer-quiz .select-class input[type="checkbox"]:checked + span:before {
  text-align: center;
  background-color: #bbbdbf;
  box-shadow: inset 0 0 0 3px #fff;
}

.user .add-multiplayer-quiz .select-game h3 {
  font-size: 1.125rem;
  margin: 0.5rem 0;
}

.user .add-multiplayer-quiz .select-game p {
  margin: 0;
}

.user .add-multiplayer-quiz .select-game .game-card label {
  border-radius: 4px;
  padding: 1em;
  cursor: pointer;
}

.user .add-multiplayer-quiz .select-game .game-card label:hover {
  background: #ccc;
}

.user .add-multiplayer-quiz .date-selection datepicker input[type="text"], .user .add-multiplayer-quiz .date-selection datepicker i {
  cursor: pointer;
}

.user .add-multiplayer-quiz .date-selection datepicker .hide--caret {
  color: transparent;
  text-shadow: 0 0 0 gray;
}

.user .add-multiplayer-quiz .input-loading {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  margin: 2rem 0;
}

.multiplayer-quiz-history .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: none;
}

.multiplayer-quiz-history .history__header {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 63.9375em) {
  .multiplayer-quiz-history .history__header-small-screen h1 {
    margin: 1rem 0;
  }
}

.multiplayer-quiz-history .header__button .button {
  margin: 0;
}

@media screen and (max-width: 63.9375em) {
  .multiplayer-quiz-history .header__button .button {
    font-size: 1rem;
    width: 100%;
    margin: 0.5rem 0;
  }
}

.multiplayer-quiz-history .history-list .history-list-container, .multiplayer-quiz-history .history-list th {
  color: #4d4d4d;
}

.multiplayer-quiz-history .history-list .history-list-container {
  background-color: #ffffff;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  padding: 1rem 0;
}

.multiplayer-quiz-history .history-list .history-list-container table {
  width: 100%;
  margin: 0;
  border: none;
}

.multiplayer-quiz-history .history-list .history-list-container table thead {
  background: #ffffff;
}

.multiplayer-quiz-history .history-list .history-list-container table thead th {
  font-weight: 400;
}

.multiplayer-quiz-history .history-list .history-list-container .all-padding {
  padding: 1rem;
}

.multiplayer-quiz-history .history-list .history-list-table thead {
  border: none;
}

.multiplayer-quiz-history .history-list .history-list-table tbody {
  border: none;
}

.multiplayer-quiz-history .history-list .history-list-table tbody tr {
  padding-top: 1rem;
  border-top: solid 2px #b3b3b3;
}

.multiplayer-quiz-history .history-list .history-list-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.multiplayer-quiz-history .history-list .history-list-table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.multiplayer-quiz-history .history-list .history-list-table td {
  padding-top: 1rem;
}

.multiplayer-quiz-history .history-list .history-list-table .history-notes {
  font-size: smaller;
}

.multiplayer-quiz-history .history-list .history-list-table .history-table-button span {
  padding: 1px;
}

.multiplayer-quiz-history .history-list .history-list-table .history-table-button .blue-border {
  border: 1px solid #1583CC;
}

.multiplayer-quiz-history .history-list .history-list-table .history-table-button .red-border {
  border: 1px solid #DA3116;
  color: #DA3116;
}

.multiplayer-quiz-history .history-list .history-list-table .history-button {
  font-family: 'museo-sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  color: #2199e8;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 0.5rem;
  width: 100%;
  margin: 0.2rem 0;
}

.multiplayer-quiz-history .history-list .history-list-table .history-button.disabled {
  background-color: #4d4d4d;
  color: #ffffff;
}

.multiplayer-quiz-history .history__card {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
  margin: 1rem 0;
  color: #4d4d4d;
  position: relative;
}

.multiplayer-quiz-history .history__card .history__settings {
  position: absolute;
  right: 1rem;
}

.multiplayer-quiz-history .history__card .history__settings .history__settings_icon {
  padding: 0;
}

.multiplayer-quiz-history .history__card .history__settings .history__settings_icon i {
  font-size: 1.5rem;
  color: #4d4d4d;
}

.multiplayer-quiz-history .history__card .history__settings .is-dropdown-submenu {
  border: none;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.multiplayer-quiz-history .history__card .history__settings .is-dropdown-submenu .is-submenu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.multiplayer-quiz-history .history__card .history__card_content h4 {
  color: #4AAFF4;
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: none;
  font-weight: bold;
}

.multiplayer-quiz-history .history__card .history__card_content p {
  font-size: 1.3rem;
}

input::-webkit-input-placeholder,
select {
  color: #878787;
  padding-left: 5px;
}

input::-webkit-input-placeholder {
  opacity: 0.85;
}

.onboarding {
  margin-bottom: 2.5rem;
}

.onboarding__item {
  margin-bottom: 1rem;
}

.onboarding__title {
  margin: 0;
}

.onboarding__description {
  color: #999999;
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
}

.user-shell {
  padding-top: 5rem;
}

@media screen and (max-width: 39.9375em) {
  .user-shell {
    padding-top: 3rem;
  }
}

.user {
  position: relative;
  /* ng-cloak */
  /* NOTIFICATIONS
    ============================================================================= */
  /* ANIMATIONS
    ============================================================================= */
  /* TOOLTIPS
    ============================================================================= */
  /* INPUTS
    ============================================================================= */
  /* LOADING INDICATOR
    ============================================================================= */
  /* FOOTER
    ============================================================================= */
  /* ZAPZAPCODE REPORT
    ============================================================================= */
}

.user .off-canvas-content {
  background: none;
  box-shadow: none;
}

.user .type {
  text-transform: capitalize;
}

.user .zapzapcode {
  color: #4d4c4c;
  font-size: 0.875rem;
  position: relative;
}

.user .zapzapcode .user-id {
  color: #999999;
}

.user .name {
  color: #666666;
  font-size: 1.25rem;
  font-weight: bold;
}

.user .school {
  text-transform: uppercase;
  color: #666666;
  font-size: 1.25rem;
}

.user .nickname {
  font-size: 1.25rem;
  color: #999999;
  font-weight: lighter;
  text-transform: capitalize;
}

.user .content-group--content {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  /*box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.1);*/
  padding: 1.25rem 1.875rem;
}

.user .content-group--content.red {
  border: 0.3125rem solid #DF3E3E;
}

.user .content-group--content.top-margin {
  margin-top: 2rem;
}

.user .delete-class {
  margin-top: 2rem;
}

.user .content-group {
  margin-bottom: 1.5625rem;
}

.user .content-group.has-table .content-group--content {
  padding: 0rem;
  border: none;
}

.user .content-group.has-table .content-group--content .wide-table {
  border-top: none;
}

.user .content-group.has-table .content-group--content .wide-table tr:nth-of-type(even) {
  background: #f2fbf3;
}

.user .user-wrapper {
  min-height: 100%;
  position: relative;
}

.user .user-wrapper .subline-desc {
  color: #2B91D6;
  font-size: 0.6875rem;
  font-family: 'museo-sans', sans-serif;
}

.user .user-wrapper .back-to {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.user .user-wrapper .back-to a {
  color: #666666;
}

.user .user-wrapper .ngviewcontainer {
  min-height: 90vh;
  min-height: calc(100vh - 125px);
}

.user .user-main-content {
  padding-bottom: 10em;
  position: relative;
}

@media screen and (min-width: 64em) {
  .user .user-main-content {
    padding-bottom: 10rem;
  }
}

.user [ng\:cloak],
.user [ng-cloak],
.user [data-ng-cloak],
.user [x-ng-cloak],
.user .ng-cloak,
.user .x-ng-cloak {
  display: none !important;
}

.user .help-block {
  color: red;
}

.user .truncate {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user .red-text {
  color: #DF3E3E;
}

.user .blue-text {
  color: #2B91D6;
}

.user .callout {
  margin: 1rem 0.5rem;
  padding: 0;
  border: none;
  text-align: center;
  background: #cacaca;
  border-radius: 3px;
}

@media screen and (max-width: 39.9375em) {
  .user .callout {
    border-radius: 0;
    margin: 0;
  }
}

.user .callout p {
  font-size: 1.2rem;
  padding: 0 0.5rem;
  margin: 0;
  line-height: 2rem;
  height: 2rem;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 39.9375em) {
  .user .callout p {
    height: 4rem;
    line-height: 4rem;
    font-weight: bold;
  }
}

.user .callout.warning {
  background: #ffae00;
}

.user .callout.warning p {
  color: #fff;
}

.user .callout.success {
  background: #00A651;
}

.user .callout.success p {
  color: #fff;
}

.user .callout.alert {
  background: #ec5840;
}

.user .callout.alert p {
  color: #fff;
}

.user div[ui-view].ng-enter {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}

.user .has-tip {
  border-bottom: 0;
}

.user .has-tip .fa {
  font-size: 1.3rem;
}

.user input[type='text'],
.user input[type='email'],
.user input[type='password'] {
  margin-bottom: 1rem;
  font-family: 'museo-sans', sans-serif;
}

.user select {
  margin-bottom: 1rem;
}

.user select,
.user option {
  font-family: 'museo-sans', sans-serif;
}

.user .user-form > .row {
  margin-left: 0;
  margin-right: 0;
}

.user .loading-wrapper {
  position: relative;
}

.user footer .row {
  max-width: 100%;
}

.user .report-zapzapcode {
  margin-top: 2rem;
}

.user .share-status {
  font-family: 'museo-sans', sans-serif;
  padding: 0.3125rem 0;
  background-color: #00aeef;
}

.user .share-status p {
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  margin: 1rem 0;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .user .share-status p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 40em) {
  .user .share-status p {
    margin: 0;
    min-height: 54px;
    line-height: 54px;
  }
}

.user .share-status a {
  background-color: #39b54a;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 1.4rem;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 2px 4px 0 #006838;
  -webkit-box-shadow: 2px 4px 0 #006838;
  -moz-box-shadow: 2px 4px 0 #006838;
  transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
}

@media screen and (max-width: 39.9375em) {
  .user .share-status a {
    margin-top: 0.5rem;
    display: inline-block;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .user .share-status a {
    font-size: 1.2rem;
    margin: 0;
  }
}

.user .share-status a:link, .user .share-status a:visited, .user .share-status a:active {
  background-color: #39b54a;
  color: #ffffff;
}

.user .share-status a:hover {
  background-color: #33a242;
}

.user-heading .user-heading__role,
.user-heading .user-heading__name {
  color: #999999;
  margin: 0.5rem 0;
}

.user-heading .user-heading__role {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 100;
}

.user-heading .user-heading__name {
  font-size: 1.75em;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
}

@media screen and (max-width: 39.9375em) {
  .user-heading .user-heading__name {
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.class-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 39.9375em) {
  .class-action {
    justify-content: center;
    padding-top: 1em;
  }
}

.manage-student {
  display: block;
  margin-bottom: 1rem;
  text-align: right;
}

@media screen and (max-width: 39.9375em) {
  .manage-student .change-view-button {
    display: none;
  }
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }

  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }

  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }

  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}

@media (min-width: 640px){
  .sm\:tw-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .sm\:tw-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .sm\:tw-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .sm\:tw-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .sm\:tw--space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw--space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .sm\:tw--space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .sm\:tw-space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .sm\:tw-space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .sm\:tw-divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .sm\:tw-divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:tw-divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .sm\:tw-divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:tw-divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .sm\:tw-divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:tw-divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .sm\:tw-divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:tw-divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .sm\:tw-divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .sm\:tw-divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .sm\:tw-divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .sm\:tw-divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .sm\:tw-divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .sm\:tw-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .sm\:tw-divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .sm\:tw-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .sm\:tw-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .sm\:tw-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .sm\:tw-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .sm\:tw-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .sm\:tw-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .sm\:tw-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .sm\:tw-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .sm\:tw-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .sm\:tw-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .sm\:tw-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .sm\:tw-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .sm\:tw-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .sm\:tw-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .sm\:tw-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .sm\:tw-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .sm\:tw-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .sm\:tw-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .sm\:tw-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .sm\:tw-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .sm\:tw-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .sm\:tw-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .sm\:tw-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .sm\:tw-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .sm\:tw-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .sm\:tw-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .sm\:tw-divide-shadow-100 > :not(template) ~ :not(template){
    border-color: #00000026;
  }

  .sm\:tw-divide-shadow-200 > :not(template) ~ :not(template){
    border-color: #0000001A;
  }

  .sm\:tw-divide-grey-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--divide-opacity));
  }

  .sm\:tw-divide-grey-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--divide-opacity));
  }

  .sm\:tw-divide-grey-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--divide-opacity));
  }

  .sm\:tw-divide-grey-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--divide-opacity));
  }

  .sm\:tw-divide-grey-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--divide-opacity));
  }

  .sm\:tw-divide-grey-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .sm\:tw-divide-zzmblue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--divide-opacity));
  }

  .sm\:tw-divide-zzmblue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--divide-opacity));
  }

  .sm\:tw-divide-zzmgreen-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--divide-opacity));
  }

  .sm\:tw-divide-zzmgreen-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--divide-opacity));
  }

  .sm\:tw-divide-zzmgreen-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--divide-opacity));
  }

  .sm\:tw-divide-zzmorange > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--divide-opacity));
  }

  .sm\:tw-divide-zzmyellow > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--divide-opacity));
  }

  .sm\:tw-divide-zzmred > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--divide-opacity));
  }

  .sm\:tw-divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .sm\:tw-divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .sm\:tw-divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .sm\:tw-divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .sm\:tw-divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .sm\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sm\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sm\:tw-appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .sm\:tw-bg-fixed{
    background-attachment: fixed;
  }

  .sm\:tw-bg-local{
    background-attachment: local;
  }

  .sm\:tw-bg-scroll{
    background-attachment: scroll;
  }

  .sm\:tw-bg-transparent{
    background-color: transparent;
  }

  .sm\:tw-bg-current{
    background-color: currentColor;
  }

  .sm\:tw-bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:tw-bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-200{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:tw-bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:tw-bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:tw-bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:tw-bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:tw-bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:tw-bg-red-500{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:tw-bg-red-600{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:tw-bg-red-700{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:tw-bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:tw-bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:tw-bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:tw-bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:tw-bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:tw-bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:tw-bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:tw-bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:tw-bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:tw-bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:tw-bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:tw-bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:tw-bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:tw-bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:tw-bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:tw-bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:tw-bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:tw-bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:tw-bg-shadow-100{
    background-color: #00000026;
  }

  .sm\:tw-bg-shadow-200{
    background-color: #0000001A;
  }

  .sm\:tw-bg-grey-100{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .sm\:tw-bg-grey-200{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .sm\:tw-bg-grey-300{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .sm\:tw-bg-grey-400{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .sm\:tw-bg-grey-500{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .sm\:tw-bg-grey-600{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:tw-bg-zzmblue-100{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .sm\:tw-bg-zzmblue-200{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .sm\:tw-bg-zzmgreen-100{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .sm\:tw-bg-zzmgreen-200{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .sm\:tw-bg-zzmgreen-300{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .sm\:tw-bg-zzmorange{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .sm\:tw-bg-zzmyellow{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .sm\:tw-bg-zzmred{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .sm\:hover\:tw-bg-current:hover{
    background-color: currentColor;
  }

  .sm\:hover\:tw-bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-shadow-100:hover{
    background-color: #00000026;
  }

  .sm\:hover\:tw-bg-shadow-200:hover{
    background-color: #0000001A;
  }

  .sm\:hover\:tw-bg-grey-100:hover{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-grey-200:hover{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-grey-300:hover{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-grey-400:hover{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-grey-500:hover{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-grey-600:hover{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-zzmblue-100:hover{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-zzmblue-200:hover{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-zzmgreen-100:hover{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-zzmgreen-200:hover{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-zzmgreen-300:hover{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-zzmorange:hover{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-zzmyellow:hover{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .sm\:hover\:tw-bg-zzmred:hover{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .sm\:focus\:tw-bg-current:focus{
    background-color: currentColor;
  }

  .sm\:focus\:tw-bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-shadow-100:focus{
    background-color: #00000026;
  }

  .sm\:focus\:tw-bg-shadow-200:focus{
    background-color: #0000001A;
  }

  .sm\:focus\:tw-bg-grey-100:focus{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-grey-200:focus{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-grey-300:focus{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-grey-400:focus{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-grey-500:focus{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-grey-600:focus{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-zzmblue-100:focus{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-zzmblue-200:focus{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-zzmgreen-100:focus{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-zzmgreen-200:focus{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-zzmgreen-300:focus{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-zzmorange:focus{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-zzmyellow:focus{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .sm\:focus\:tw-bg-zzmred:focus{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .sm\:tw-bg-opacity-0{
    --bg-opacity: 0;
  }

  .sm\:tw-bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .sm\:tw-bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .sm\:tw-bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .sm\:tw-bg-opacity-100{
    --bg-opacity: 1;
  }

  .sm\:hover\:tw-bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .sm\:hover\:tw-bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .sm\:hover\:tw-bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .sm\:hover\:tw-bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .sm\:hover\:tw-bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .sm\:focus\:tw-bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .sm\:focus\:tw-bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .sm\:focus\:tw-bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .sm\:focus\:tw-bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .sm\:focus\:tw-bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .sm\:tw-bg-bottom{
    background-position: bottom;
  }

  .sm\:tw-bg-center{
    background-position: center;
  }

  .sm\:tw-bg-left{
    background-position: left;
  }

  .sm\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .sm\:tw-bg-left-top{
    background-position: left top;
  }

  .sm\:tw-bg-right{
    background-position: right;
  }

  .sm\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .sm\:tw-bg-right-top{
    background-position: right top;
  }

  .sm\:tw-bg-top{
    background-position: top;
  }

  .sm\:tw-bg-repeat{
    background-repeat: repeat;
  }

  .sm\:tw-bg-no-repeat{
    background-repeat: no-repeat;
  }

  .sm\:tw-bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sm\:tw-bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sm\:tw-bg-repeat-round{
    background-repeat: round;
  }

  .sm\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .sm\:tw-bg-auto{
    background-size: auto;
  }

  .sm\:tw-bg-cover{
    background-size: cover;
  }

  .sm\:tw-bg-contain{
    background-size: contain;
  }

  .sm\:tw-border-collapse{
    border-collapse: collapse;
  }

  .sm\:tw-border-separate{
    border-collapse: separate;
  }

  .sm\:tw-border-transparent{
    border-color: transparent;
  }

  .sm\:tw-border-current{
    border-color: currentColor;
  }

  .sm\:tw-border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:tw-border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:tw-border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:tw-border-gray-200{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:tw-border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:tw-border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:tw-border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:tw-border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:tw-border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:tw-border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:tw-border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:tw-border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:tw-border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:tw-border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:tw-border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:tw-border-red-500{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:tw-border-red-600{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:tw-border-red-700{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:tw-border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:tw-border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:tw-border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:tw-border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:tw-border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:tw-border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:tw-border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:tw-border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:tw-border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:tw-border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:tw-border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:tw-border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:tw-border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:tw-border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:tw-border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:tw-border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:tw-border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:tw-border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:tw-border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:tw-border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:tw-border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:tw-border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:tw-border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:tw-border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:tw-border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:tw-border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:tw-border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:tw-border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:tw-border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:tw-border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:tw-border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:tw-border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:tw-border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:tw-border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:tw-border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:tw-border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:tw-border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:tw-border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:tw-border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:tw-border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:tw-border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:tw-border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:tw-border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:tw-border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:tw-border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:tw-border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:tw-border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:tw-border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:tw-border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:tw-border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:tw-border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:tw-border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:tw-border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:tw-border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:tw-border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:tw-border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:tw-border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:tw-border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:tw-border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:tw-border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:tw-border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:tw-border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:tw-border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:tw-border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:tw-border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:tw-border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:tw-border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:tw-border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:tw-border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:tw-border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:tw-border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:tw-border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:tw-border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:tw-border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:tw-border-shadow-100{
    border-color: #00000026;
  }

  .sm\:tw-border-shadow-200{
    border-color: #0000001A;
  }

  .sm\:tw-border-grey-100{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .sm\:tw-border-grey-200{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .sm\:tw-border-grey-300{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .sm\:tw-border-grey-400{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .sm\:tw-border-grey-500{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .sm\:tw-border-grey-600{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:tw-border-zzmblue-100{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .sm\:tw-border-zzmblue-200{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .sm\:tw-border-zzmgreen-100{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .sm\:tw-border-zzmgreen-200{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .sm\:tw-border-zzmgreen-300{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .sm\:tw-border-zzmorange{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .sm\:tw-border-zzmyellow{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .sm\:tw-border-zzmred{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .sm\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .sm\:hover\:tw-border-current:hover{
    border-color: currentColor;
  }

  .sm\:hover\:tw-border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:hover\:tw-border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-200:hover{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:hover\:tw-border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-500:hover{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-600:hover{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-700:hover{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:hover\:tw-border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:hover\:tw-border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:hover\:tw-border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:hover\:tw-border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:hover\:tw-border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:hover\:tw-border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:hover\:tw-border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:hover\:tw-border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:hover\:tw-border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:hover\:tw-border-shadow-100:hover{
    border-color: #00000026;
  }

  .sm\:hover\:tw-border-shadow-200:hover{
    border-color: #0000001A;
  }

  .sm\:hover\:tw-border-grey-100:hover{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .sm\:hover\:tw-border-grey-200:hover{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .sm\:hover\:tw-border-grey-300:hover{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .sm\:hover\:tw-border-grey-400:hover{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .sm\:hover\:tw-border-grey-500:hover{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .sm\:hover\:tw-border-grey-600:hover{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:hover\:tw-border-zzmblue-100:hover{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .sm\:hover\:tw-border-zzmblue-200:hover{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .sm\:hover\:tw-border-zzmgreen-100:hover{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .sm\:hover\:tw-border-zzmgreen-200:hover{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .sm\:hover\:tw-border-zzmgreen-300:hover{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .sm\:hover\:tw-border-zzmorange:hover{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .sm\:hover\:tw-border-zzmyellow:hover{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .sm\:hover\:tw-border-zzmred:hover{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .sm\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .sm\:focus\:tw-border-current:focus{
    border-color: currentColor;
  }

  .sm\:focus\:tw-border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .sm\:focus\:tw-border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-200:focus{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .sm\:focus\:tw-border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-500:focus{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-600:focus{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-700:focus{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .sm\:focus\:tw-border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .sm\:focus\:tw-border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .sm\:focus\:tw-border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .sm\:focus\:tw-border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .sm\:focus\:tw-border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .sm\:focus\:tw-border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .sm\:focus\:tw-border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .sm\:focus\:tw-border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .sm\:focus\:tw-border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .sm\:focus\:tw-border-shadow-100:focus{
    border-color: #00000026;
  }

  .sm\:focus\:tw-border-shadow-200:focus{
    border-color: #0000001A;
  }

  .sm\:focus\:tw-border-grey-100:focus{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .sm\:focus\:tw-border-grey-200:focus{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .sm\:focus\:tw-border-grey-300:focus{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .sm\:focus\:tw-border-grey-400:focus{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .sm\:focus\:tw-border-grey-500:focus{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .sm\:focus\:tw-border-grey-600:focus{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .sm\:focus\:tw-border-zzmblue-100:focus{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .sm\:focus\:tw-border-zzmblue-200:focus{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .sm\:focus\:tw-border-zzmgreen-100:focus{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .sm\:focus\:tw-border-zzmgreen-200:focus{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .sm\:focus\:tw-border-zzmgreen-300:focus{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .sm\:focus\:tw-border-zzmorange:focus{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .sm\:focus\:tw-border-zzmyellow:focus{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .sm\:focus\:tw-border-zzmred:focus{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .sm\:tw-border-opacity-0{
    --border-opacity: 0;
  }

  .sm\:tw-border-opacity-25{
    --border-opacity: 0.25;
  }

  .sm\:tw-border-opacity-50{
    --border-opacity: 0.5;
  }

  .sm\:tw-border-opacity-75{
    --border-opacity: 0.75;
  }

  .sm\:tw-border-opacity-100{
    --border-opacity: 1;
  }

  .sm\:hover\:tw-border-opacity-0:hover{
    --border-opacity: 0;
  }

  .sm\:hover\:tw-border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .sm\:hover\:tw-border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .sm\:hover\:tw-border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .sm\:hover\:tw-border-opacity-100:hover{
    --border-opacity: 1;
  }

  .sm\:focus\:tw-border-opacity-0:focus{
    --border-opacity: 0;
  }

  .sm\:focus\:tw-border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .sm\:focus\:tw-border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .sm\:focus\:tw-border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .sm\:focus\:tw-border-opacity-100:focus{
    --border-opacity: 1;
  }

  .sm\:tw-rounded-none{
    border-radius: 0;
  }

  .sm\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .sm\:tw-rounded{
    border-radius: 0.25rem;
  }

  .sm\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .sm\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .sm\:tw-rounded-full{
    border-radius: 9999px;
  }

  .sm\:tw-rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:tw-rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:tw-rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:tw-rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:tw-rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-rounded-tl-none{
    border-top-left-radius: 0;
  }

  .sm\:tw-rounded-tr-none{
    border-top-right-radius: 0;
  }

  .sm\:tw-rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .sm\:tw-rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .sm\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .sm\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .sm\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .sm\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .sm\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .sm\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .sm\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .sm\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .sm\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:tw-rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sm\:tw-rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sm\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sm\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sm\:tw-border-solid{
    border-style: solid;
  }

  .sm\:tw-border-dashed{
    border-style: dashed;
  }

  .sm\:tw-border-dotted{
    border-style: dotted;
  }

  .sm\:tw-border-double{
    border-style: double;
  }

  .sm\:tw-border-none{
    border-style: none;
  }

  .sm\:tw-border-0{
    border-width: 0;
  }

  .sm\:tw-border-2{
    border-width: 2px;
  }

  .sm\:tw-border-4{
    border-width: 4px;
  }

  .sm\:tw-border-8{
    border-width: 8px;
  }

  .sm\:tw-border{
    border-width: 1px;
  }

  .sm\:tw-border-t-0{
    border-top-width: 0;
  }

  .sm\:tw-border-r-0{
    border-right-width: 0;
  }

  .sm\:tw-border-b-0{
    border-bottom-width: 0;
  }

  .sm\:tw-border-l-0{
    border-left-width: 0;
  }

  .sm\:tw-border-t-2{
    border-top-width: 2px;
  }

  .sm\:tw-border-r-2{
    border-right-width: 2px;
  }

  .sm\:tw-border-b-2{
    border-bottom-width: 2px;
  }

  .sm\:tw-border-l-2{
    border-left-width: 2px;
  }

  .sm\:tw-border-t-4{
    border-top-width: 4px;
  }

  .sm\:tw-border-r-4{
    border-right-width: 4px;
  }

  .sm\:tw-border-b-4{
    border-bottom-width: 4px;
  }

  .sm\:tw-border-l-4{
    border-left-width: 4px;
  }

  .sm\:tw-border-t-8{
    border-top-width: 8px;
  }

  .sm\:tw-border-r-8{
    border-right-width: 8px;
  }

  .sm\:tw-border-b-8{
    border-bottom-width: 8px;
  }

  .sm\:tw-border-l-8{
    border-left-width: 8px;
  }

  .sm\:tw-border-t{
    border-top-width: 1px;
  }

  .sm\:tw-border-r{
    border-right-width: 1px;
  }

  .sm\:tw-border-b{
    border-bottom-width: 1px;
  }

  .sm\:tw-border-l{
    border-left-width: 1px;
  }

  .sm\:tw-box-border{
    box-sizing: border-box;
  }

  .sm\:tw-box-content{
    box-sizing: content-box;
  }

  .sm\:tw-cursor-auto{
    cursor: auto;
  }

  .sm\:tw-cursor-default{
    cursor: default;
  }

  .sm\:tw-cursor-pointer{
    cursor: pointer;
  }

  .sm\:tw-cursor-wait{
    cursor: wait;
  }

  .sm\:tw-cursor-text{
    cursor: text;
  }

  .sm\:tw-cursor-move{
    cursor: move;
  }

  .sm\:tw-cursor-not-allowed{
    cursor: not-allowed;
  }

  .sm\:tw-block{
    display: block;
  }

  .sm\:tw-inline-block{
    display: inline-block;
  }

  .sm\:tw-inline{
    display: inline;
  }

  .sm\:tw-flex{
    display: flex;
  }

  .sm\:tw-inline-flex{
    display: inline-flex;
  }

  .sm\:tw-table{
    display: table;
  }

  .sm\:tw-table-caption{
    display: table-caption;
  }

  .sm\:tw-table-cell{
    display: table-cell;
  }

  .sm\:tw-table-column{
    display: table-column;
  }

  .sm\:tw-table-column-group{
    display: table-column-group;
  }

  .sm\:tw-table-footer-group{
    display: table-footer-group;
  }

  .sm\:tw-table-header-group{
    display: table-header-group;
  }

  .sm\:tw-table-row-group{
    display: table-row-group;
  }

  .sm\:tw-table-row{
    display: table-row;
  }

  .sm\:tw-flow-root{
    display: flow-root;
  }

  .sm\:tw-grid{
    display: grid;
  }

  .sm\:tw-inline-grid{
    display: inline-grid;
  }

  .sm\:tw-hidden{
    display: none;
  }

  .sm\:\!tw-block{
    display: block !important;
  }

  .sm\:\!tw-inline-block{
    display: inline-block !important;
  }

  .sm\:\!tw-inline{
    display: inline !important;
  }

  .sm\:\!tw-flex{
    display: flex !important;
  }

  .sm\:\!tw-inline-flex{
    display: inline-flex !important;
  }

  .sm\:\!tw-table{
    display: table !important;
  }

  .sm\:\!tw-table-caption{
    display: table-caption !important;
  }

  .sm\:\!tw-table-cell{
    display: table-cell !important;
  }

  .sm\:\!tw-table-column{
    display: table-column !important;
  }

  .sm\:\!tw-table-column-group{
    display: table-column-group !important;
  }

  .sm\:\!tw-table-footer-group{
    display: table-footer-group !important;
  }

  .sm\:\!tw-table-header-group{
    display: table-header-group !important;
  }

  .sm\:\!tw-table-row-group{
    display: table-row-group !important;
  }

  .sm\:\!tw-table-row{
    display: table-row !important;
  }

  .sm\:\!tw-flow-root{
    display: flow-root !important;
  }

  .sm\:\!tw-grid{
    display: grid !important;
  }

  .sm\:\!tw-inline-grid{
    display: inline-grid !important;
  }

  .sm\:\!tw-hidden{
    display: none !important;
  }

  .sm\:tw-flex-row{
    flex-direction: row;
  }

  .sm\:tw-flex-row-reverse{
    flex-direction: row-reverse;
  }

  .sm\:tw-flex-col{
    flex-direction: column;
  }

  .sm\:tw-flex-col-reverse{
    flex-direction: column-reverse;
  }

  .sm\:tw-flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sm\:tw-flex-no-wrap{
    flex-wrap: nowrap;
  }

  .sm\:tw-items-start{
    align-items: flex-start;
  }

  .sm\:tw-items-end{
    align-items: flex-end;
  }

  .sm\:tw-items-center{
    align-items: center;
  }

  .sm\:tw-items-baseline{
    align-items: baseline;
  }

  .sm\:tw-items-stretch{
    align-items: stretch;
  }

  .sm\:tw-self-auto{
    align-self: auto;
  }

  .sm\:tw-self-start{
    align-self: flex-start;
  }

  .sm\:tw-self-end{
    align-self: flex-end;
  }

  .sm\:tw-self-center{
    align-self: center;
  }

  .sm\:tw-self-stretch{
    align-self: stretch;
  }

  .sm\:tw-justify-start{
    justify-content: flex-start;
  }

  .sm\:tw-justify-end{
    justify-content: flex-end;
  }

  .sm\:tw-justify-center{
    justify-content: center;
  }

  .sm\:tw-justify-between{
    justify-content: space-between;
  }

  .sm\:tw-justify-around{
    justify-content: space-around;
  }

  .sm\:tw-justify-evenly{
    justify-content: space-evenly;
  }

  .sm\:tw-content-center{
    align-content: center;
  }

  .sm\:tw-content-start{
    align-content: flex-start;
  }

  .sm\:tw-content-end{
    align-content: flex-end;
  }

  .sm\:tw-content-between{
    align-content: space-between;
  }

  .sm\:tw-content-around{
    align-content: space-around;
  }

  .sm\:tw-flex-1{
    flex: 1 1 0%;
  }

  .sm\:tw-flex-2{
    flex: 2 2 0%;
  }

  .sm\:tw-flex-auto{
    flex: 1 1 auto;
  }

  .sm\:tw-flex-initial{
    flex: 0 1 auto;
  }

  .sm\:tw-flex-none{
    flex: none;
  }

  .sm\:tw-flex-grow-0{
    flex-grow: 0;
  }

  .sm\:tw-flex-grow{
    flex-grow: 1;
  }

  .sm\:tw-flex-shrink-0{
    flex-shrink: 0;
  }

  .sm\:tw-flex-shrink{
    flex-shrink: 1;
  }

  .sm\:tw-order-1{
    order: 1;
  }

  .sm\:tw-order-2{
    order: 2;
  }

  .sm\:tw-order-3{
    order: 3;
  }

  .sm\:tw-order-4{
    order: 4;
  }

  .sm\:tw-order-5{
    order: 5;
  }

  .sm\:tw-order-6{
    order: 6;
  }

  .sm\:tw-order-7{
    order: 7;
  }

  .sm\:tw-order-8{
    order: 8;
  }

  .sm\:tw-order-9{
    order: 9;
  }

  .sm\:tw-order-10{
    order: 10;
  }

  .sm\:tw-order-11{
    order: 11;
  }

  .sm\:tw-order-12{
    order: 12;
  }

  .sm\:tw-order-first{
    order: -9999;
  }

  .sm\:tw-order-last{
    order: 9999;
  }

  .sm\:tw-order-none{
    order: 0;
  }

  .sm\:tw-float-right{
    float: right;
  }

  .sm\:tw-float-left{
    float: left;
  }

  .sm\:tw-float-none{
    float: none;
  }

  .sm\:tw-clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .sm\:tw-clear-left{
    clear: left;
  }

  .sm\:tw-clear-right{
    clear: right;
  }

  .sm\:tw-clear-both{
    clear: both;
  }

  .sm\:tw-clear-none{
    clear: none;
  }

  .sm\:tw-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .sm\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .sm\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .sm\:tw-font-hairline{
    font-weight: 100;
  }

  .sm\:tw-font-thin{
    font-weight: 200;
  }

  .sm\:tw-font-light{
    font-weight: 300;
  }

  .sm\:tw-font-normal{
    font-weight: 400;
  }

  .sm\:tw-font-medium{
    font-weight: 500;
  }

  .sm\:tw-font-semibold{
    font-weight: 600;
  }

  .sm\:tw-font-bold{
    font-weight: 700;
  }

  .sm\:tw-font-extrabold{
    font-weight: 800;
  }

  .sm\:tw-font-black{
    font-weight: 900;
  }

  .sm\:hover\:tw-font-hairline:hover{
    font-weight: 100;
  }

  .sm\:hover\:tw-font-thin:hover{
    font-weight: 200;
  }

  .sm\:hover\:tw-font-light:hover{
    font-weight: 300;
  }

  .sm\:hover\:tw-font-normal:hover{
    font-weight: 400;
  }

  .sm\:hover\:tw-font-medium:hover{
    font-weight: 500;
  }

  .sm\:hover\:tw-font-semibold:hover{
    font-weight: 600;
  }

  .sm\:hover\:tw-font-bold:hover{
    font-weight: 700;
  }

  .sm\:hover\:tw-font-extrabold:hover{
    font-weight: 800;
  }

  .sm\:hover\:tw-font-black:hover{
    font-weight: 900;
  }

  .sm\:focus\:tw-font-hairline:focus{
    font-weight: 100;
  }

  .sm\:focus\:tw-font-thin:focus{
    font-weight: 200;
  }

  .sm\:focus\:tw-font-light:focus{
    font-weight: 300;
  }

  .sm\:focus\:tw-font-normal:focus{
    font-weight: 400;
  }

  .sm\:focus\:tw-font-medium:focus{
    font-weight: 500;
  }

  .sm\:focus\:tw-font-semibold:focus{
    font-weight: 600;
  }

  .sm\:focus\:tw-font-bold:focus{
    font-weight: 700;
  }

  .sm\:focus\:tw-font-extrabold:focus{
    font-weight: 800;
  }

  .sm\:focus\:tw-font-black:focus{
    font-weight: 900;
  }

  .sm\:tw-h-0{
    height: 0;
  }

  .sm\:tw-h-1{
    height: 0.25rem;
  }

  .sm\:tw-h-2{
    height: 0.5rem;
  }

  .sm\:tw-h-3{
    height: 0.75rem;
  }

  .sm\:tw-h-4{
    height: 1rem;
  }

  .sm\:tw-h-5{
    height: 1.25rem;
  }

  .sm\:tw-h-6{
    height: 1.5rem;
  }

  .sm\:tw-h-7{
    height: 28px;
  }

  .sm\:tw-h-8{
    height: 2rem;
  }

  .sm\:tw-h-10{
    height: 2.5rem;
  }

  .sm\:tw-h-12{
    height: 3rem;
  }

  .sm\:tw-h-16{
    height: 4rem;
  }

  .sm\:tw-h-20{
    height: 5rem;
  }

  .sm\:tw-h-24{
    height: 6rem;
  }

  .sm\:tw-h-32{
    height: 8rem;
  }

  .sm\:tw-h-40{
    height: 10rem;
  }

  .sm\:tw-h-48{
    height: 12rem;
  }

  .sm\:tw-h-56{
    height: 14rem;
  }

  .sm\:tw-h-64{
    height: 16rem;
  }

  .sm\:tw-h-74{
    height: 296px;
  }

  .sm\:tw-h-86{
    height: 344px;
  }

  .sm\:tw-h-auto{
    height: auto;
  }

  .sm\:tw-h-px{
    height: 1px;
  }

  .sm\:tw-h-full{
    height: 100%;
  }

  .sm\:tw-h-screen{
    height: 100vh;
  }

  .sm\:tw-text-xs{
    font-size: 0.75rem;
  }

  .sm\:tw-text-sm{
    font-size: 0.875rem;
  }

  .sm\:tw-text-base{
    font-size: 1rem;
  }

  .sm\:tw-text-lg{
    font-size: 1.125rem;
  }

  .sm\:tw-text-xl{
    font-size: 1.25rem;
  }

  .sm\:tw-text-2xl{
    font-size: 1.5rem;
  }

  .sm\:tw-text-3xl{
    font-size: 1.875rem;
  }

  .sm\:tw-text-4xl{
    font-size: 2.25rem;
  }

  .sm\:tw-text-5xl{
    font-size: 3rem;
  }

  .sm\:tw-text-6xl{
    font-size: 4rem;
  }

  .sm\:\!tw-text-xs{
    font-size: 0.75rem !important;
  }

  .sm\:\!tw-text-sm{
    font-size: 0.875rem !important;
  }

  .sm\:\!tw-text-base{
    font-size: 1rem !important;
  }

  .sm\:\!tw-text-lg{
    font-size: 1.125rem !important;
  }

  .sm\:\!tw-text-xl{
    font-size: 1.25rem !important;
  }

  .sm\:\!tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .sm\:\!tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .sm\:\!tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .sm\:\!tw-text-5xl{
    font-size: 3rem !important;
  }

  .sm\:\!tw-text-6xl{
    font-size: 4rem !important;
  }

  .sm\:tw-leading-3{
    line-height: .75rem;
  }

  .sm\:tw-leading-4{
    line-height: 1rem;
  }

  .sm\:tw-leading-5{
    line-height: 1.25rem;
  }

  .sm\:tw-leading-6{
    line-height: 1.5rem;
  }

  .sm\:tw-leading-7{
    line-height: 1.75rem;
  }

  .sm\:tw-leading-8{
    line-height: 2rem;
  }

  .sm\:tw-leading-9{
    line-height: 2.25rem;
  }

  .sm\:tw-leading-10{
    line-height: 2.5rem;
  }

  .sm\:tw-leading-none{
    line-height: 1;
  }

  .sm\:tw-leading-tight{
    line-height: 1.25;
  }

  .sm\:tw-leading-snug{
    line-height: 1.375;
  }

  .sm\:tw-leading-normal{
    line-height: 1.5;
  }

  .sm\:tw-leading-relaxed{
    line-height: 1.625;
  }

  .sm\:tw-leading-loose{
    line-height: 2;
  }

  .sm\:tw-list-inside{
    list-style-position: inside;
  }

  .sm\:tw-list-outside{
    list-style-position: outside;
  }

  .sm\:tw-list-none{
    list-style-type: none;
  }

  .sm\:tw-list-disc{
    list-style-type: disc;
  }

  .sm\:tw-list-decimal{
    list-style-type: decimal;
  }

  .sm\:tw-m-0{
    margin: 0;
  }

  .sm\:tw-m-1{
    margin: 0.25rem;
  }

  .sm\:tw-m-2{
    margin: 0.5rem;
  }

  .sm\:tw-m-3{
    margin: 0.75rem;
  }

  .sm\:tw-m-4{
    margin: 1rem;
  }

  .sm\:tw-m-5{
    margin: 1.25rem;
  }

  .sm\:tw-m-6{
    margin: 1.5rem;
  }

  .sm\:tw-m-8{
    margin: 2rem;
  }

  .sm\:tw-m-10{
    margin: 2.5rem;
  }

  .sm\:tw-m-12{
    margin: 3rem;
  }

  .sm\:tw-m-16{
    margin: 4rem;
  }

  .sm\:tw-m-20{
    margin: 5rem;
  }

  .sm\:tw-m-24{
    margin: 6rem;
  }

  .sm\:tw-m-32{
    margin: 8rem;
  }

  .sm\:tw-m-40{
    margin: 10rem;
  }

  .sm\:tw-m-48{
    margin: 12rem;
  }

  .sm\:tw-m-56{
    margin: 14rem;
  }

  .sm\:tw-m-64{
    margin: 16rem;
  }

  .sm\:tw-m-auto{
    margin: auto;
  }

  .sm\:tw-m-px{
    margin: 1px;
  }

  .sm\:tw--m-1{
    margin: -0.25rem;
  }

  .sm\:tw--m-2{
    margin: -0.5rem;
  }

  .sm\:tw--m-3{
    margin: -0.75rem;
  }

  .sm\:tw--m-4{
    margin: -1rem;
  }

  .sm\:tw--m-5{
    margin: -1.25rem;
  }

  .sm\:tw--m-6{
    margin: -1.5rem;
  }

  .sm\:tw--m-8{
    margin: -2rem;
  }

  .sm\:tw--m-10{
    margin: -2.5rem;
  }

  .sm\:tw--m-12{
    margin: -3rem;
  }

  .sm\:tw--m-16{
    margin: -4rem;
  }

  .sm\:tw--m-20{
    margin: -5rem;
  }

  .sm\:tw--m-24{
    margin: -6rem;
  }

  .sm\:tw--m-32{
    margin: -8rem;
  }

  .sm\:tw--m-40{
    margin: -10rem;
  }

  .sm\:tw--m-48{
    margin: -12rem;
  }

  .sm\:tw--m-56{
    margin: -14rem;
  }

  .sm\:tw--m-64{
    margin: -16rem;
  }

  .sm\:tw--m-px{
    margin: -1px;
  }

  .sm\:tw-my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:tw-mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:tw-my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:tw-mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:tw-my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:tw-mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:tw-my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:tw-my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:tw-mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sm\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .sm\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .sm\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .sm\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .sm\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .sm\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .sm\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .sm\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .sm\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .sm\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .sm\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .sm\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .sm\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .sm\:tw-my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sm\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:tw-my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .sm\:tw-mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .sm\:tw--my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:tw--mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:tw--my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:tw--mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:tw--my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:tw--my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:tw--mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .sm\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .sm\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .sm\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .sm\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .sm\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .sm\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .sm\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .sm\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .sm\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .sm\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .sm\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .sm\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .sm\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .sm\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .sm\:tw-mt-0{
    margin-top: 0;
  }

  .sm\:tw-mr-0{
    margin-right: 0;
  }

  .sm\:tw-mb-0{
    margin-bottom: 0;
  }

  .sm\:tw-ml-0{
    margin-left: 0;
  }

  .sm\:tw-mt-1{
    margin-top: 0.25rem;
  }

  .sm\:tw-mr-1{
    margin-right: 0.25rem;
  }

  .sm\:tw-mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:tw-ml-1{
    margin-left: 0.25rem;
  }

  .sm\:tw-mt-2{
    margin-top: 0.5rem;
  }

  .sm\:tw-mr-2{
    margin-right: 0.5rem;
  }

  .sm\:tw-mb-2{
    margin-bottom: 0.5rem;
  }

  .sm\:tw-ml-2{
    margin-left: 0.5rem;
  }

  .sm\:tw-mt-3{
    margin-top: 0.75rem;
  }

  .sm\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .sm\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .sm\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .sm\:tw-mt-4{
    margin-top: 1rem;
  }

  .sm\:tw-mr-4{
    margin-right: 1rem;
  }

  .sm\:tw-mb-4{
    margin-bottom: 1rem;
  }

  .sm\:tw-ml-4{
    margin-left: 1rem;
  }

  .sm\:tw-mt-5{
    margin-top: 1.25rem;
  }

  .sm\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .sm\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .sm\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .sm\:tw-mt-6{
    margin-top: 1.5rem;
  }

  .sm\:tw-mr-6{
    margin-right: 1.5rem;
  }

  .sm\:tw-mb-6{
    margin-bottom: 1.5rem;
  }

  .sm\:tw-ml-6{
    margin-left: 1.5rem;
  }

  .sm\:tw-mt-8{
    margin-top: 2rem;
  }

  .sm\:tw-mr-8{
    margin-right: 2rem;
  }

  .sm\:tw-mb-8{
    margin-bottom: 2rem;
  }

  .sm\:tw-ml-8{
    margin-left: 2rem;
  }

  .sm\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .sm\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .sm\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .sm\:tw-mt-12{
    margin-top: 3rem;
  }

  .sm\:tw-mr-12{
    margin-right: 3rem;
  }

  .sm\:tw-mb-12{
    margin-bottom: 3rem;
  }

  .sm\:tw-ml-12{
    margin-left: 3rem;
  }

  .sm\:tw-mt-16{
    margin-top: 4rem;
  }

  .sm\:tw-mr-16{
    margin-right: 4rem;
  }

  .sm\:tw-mb-16{
    margin-bottom: 4rem;
  }

  .sm\:tw-ml-16{
    margin-left: 4rem;
  }

  .sm\:tw-mt-20{
    margin-top: 5rem;
  }

  .sm\:tw-mr-20{
    margin-right: 5rem;
  }

  .sm\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .sm\:tw-ml-20{
    margin-left: 5rem;
  }

  .sm\:tw-mt-24{
    margin-top: 6rem;
  }

  .sm\:tw-mr-24{
    margin-right: 6rem;
  }

  .sm\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .sm\:tw-ml-24{
    margin-left: 6rem;
  }

  .sm\:tw-mt-32{
    margin-top: 8rem;
  }

  .sm\:tw-mr-32{
    margin-right: 8rem;
  }

  .sm\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .sm\:tw-ml-32{
    margin-left: 8rem;
  }

  .sm\:tw-mt-40{
    margin-top: 10rem;
  }

  .sm\:tw-mr-40{
    margin-right: 10rem;
  }

  .sm\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .sm\:tw-ml-40{
    margin-left: 10rem;
  }

  .sm\:tw-mt-48{
    margin-top: 12rem;
  }

  .sm\:tw-mr-48{
    margin-right: 12rem;
  }

  .sm\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .sm\:tw-ml-48{
    margin-left: 12rem;
  }

  .sm\:tw-mt-56{
    margin-top: 14rem;
  }

  .sm\:tw-mr-56{
    margin-right: 14rem;
  }

  .sm\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .sm\:tw-ml-56{
    margin-left: 14rem;
  }

  .sm\:tw-mt-64{
    margin-top: 16rem;
  }

  .sm\:tw-mr-64{
    margin-right: 16rem;
  }

  .sm\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .sm\:tw-ml-64{
    margin-left: 16rem;
  }

  .sm\:tw-mt-auto{
    margin-top: auto;
  }

  .sm\:tw-mr-auto{
    margin-right: auto;
  }

  .sm\:tw-mb-auto{
    margin-bottom: auto;
  }

  .sm\:tw-ml-auto{
    margin-left: auto;
  }

  .sm\:tw-mt-px{
    margin-top: 1px;
  }

  .sm\:tw-mr-px{
    margin-right: 1px;
  }

  .sm\:tw-mb-px{
    margin-bottom: 1px;
  }

  .sm\:tw-ml-px{
    margin-left: 1px;
  }

  .sm\:tw--mt-1{
    margin-top: -0.25rem;
  }

  .sm\:tw--mr-1{
    margin-right: -0.25rem;
  }

  .sm\:tw--mb-1{
    margin-bottom: -0.25rem;
  }

  .sm\:tw--ml-1{
    margin-left: -0.25rem;
  }

  .sm\:tw--mt-2{
    margin-top: -0.5rem;
  }

  .sm\:tw--mr-2{
    margin-right: -0.5rem;
  }

  .sm\:tw--mb-2{
    margin-bottom: -0.5rem;
  }

  .sm\:tw--ml-2{
    margin-left: -0.5rem;
  }

  .sm\:tw--mt-3{
    margin-top: -0.75rem;
  }

  .sm\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .sm\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .sm\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .sm\:tw--mt-4{
    margin-top: -1rem;
  }

  .sm\:tw--mr-4{
    margin-right: -1rem;
  }

  .sm\:tw--mb-4{
    margin-bottom: -1rem;
  }

  .sm\:tw--ml-4{
    margin-left: -1rem;
  }

  .sm\:tw--mt-5{
    margin-top: -1.25rem;
  }

  .sm\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .sm\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .sm\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .sm\:tw--mt-6{
    margin-top: -1.5rem;
  }

  .sm\:tw--mr-6{
    margin-right: -1.5rem;
  }

  .sm\:tw--mb-6{
    margin-bottom: -1.5rem;
  }

  .sm\:tw--ml-6{
    margin-left: -1.5rem;
  }

  .sm\:tw--mt-8{
    margin-top: -2rem;
  }

  .sm\:tw--mr-8{
    margin-right: -2rem;
  }

  .sm\:tw--mb-8{
    margin-bottom: -2rem;
  }

  .sm\:tw--ml-8{
    margin-left: -2rem;
  }

  .sm\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .sm\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .sm\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .sm\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .sm\:tw--mt-12{
    margin-top: -3rem;
  }

  .sm\:tw--mr-12{
    margin-right: -3rem;
  }

  .sm\:tw--mb-12{
    margin-bottom: -3rem;
  }

  .sm\:tw--ml-12{
    margin-left: -3rem;
  }

  .sm\:tw--mt-16{
    margin-top: -4rem;
  }

  .sm\:tw--mr-16{
    margin-right: -4rem;
  }

  .sm\:tw--mb-16{
    margin-bottom: -4rem;
  }

  .sm\:tw--ml-16{
    margin-left: -4rem;
  }

  .sm\:tw--mt-20{
    margin-top: -5rem;
  }

  .sm\:tw--mr-20{
    margin-right: -5rem;
  }

  .sm\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .sm\:tw--ml-20{
    margin-left: -5rem;
  }

  .sm\:tw--mt-24{
    margin-top: -6rem;
  }

  .sm\:tw--mr-24{
    margin-right: -6rem;
  }

  .sm\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .sm\:tw--ml-24{
    margin-left: -6rem;
  }

  .sm\:tw--mt-32{
    margin-top: -8rem;
  }

  .sm\:tw--mr-32{
    margin-right: -8rem;
  }

  .sm\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .sm\:tw--ml-32{
    margin-left: -8rem;
  }

  .sm\:tw--mt-40{
    margin-top: -10rem;
  }

  .sm\:tw--mr-40{
    margin-right: -10rem;
  }

  .sm\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .sm\:tw--ml-40{
    margin-left: -10rem;
  }

  .sm\:tw--mt-48{
    margin-top: -12rem;
  }

  .sm\:tw--mr-48{
    margin-right: -12rem;
  }

  .sm\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .sm\:tw--ml-48{
    margin-left: -12rem;
  }

  .sm\:tw--mt-56{
    margin-top: -14rem;
  }

  .sm\:tw--mr-56{
    margin-right: -14rem;
  }

  .sm\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .sm\:tw--ml-56{
    margin-left: -14rem;
  }

  .sm\:tw--mt-64{
    margin-top: -16rem;
  }

  .sm\:tw--mr-64{
    margin-right: -16rem;
  }

  .sm\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .sm\:tw--ml-64{
    margin-left: -16rem;
  }

  .sm\:tw--mt-px{
    margin-top: -1px;
  }

  .sm\:tw--mr-px{
    margin-right: -1px;
  }

  .sm\:tw--mb-px{
    margin-bottom: -1px;
  }

  .sm\:tw--ml-px{
    margin-left: -1px;
  }

  .sm\:\!tw-m-0{
    margin: 0 !important;
  }

  .sm\:\!tw-m-1{
    margin: 0.25rem !important;
  }

  .sm\:\!tw-m-2{
    margin: 0.5rem !important;
  }

  .sm\:\!tw-m-3{
    margin: 0.75rem !important;
  }

  .sm\:\!tw-m-4{
    margin: 1rem !important;
  }

  .sm\:\!tw-m-5{
    margin: 1.25rem !important;
  }

  .sm\:\!tw-m-6{
    margin: 1.5rem !important;
  }

  .sm\:\!tw-m-8{
    margin: 2rem !important;
  }

  .sm\:\!tw-m-10{
    margin: 2.5rem !important;
  }

  .sm\:\!tw-m-12{
    margin: 3rem !important;
  }

  .sm\:\!tw-m-16{
    margin: 4rem !important;
  }

  .sm\:\!tw-m-20{
    margin: 5rem !important;
  }

  .sm\:\!tw-m-24{
    margin: 6rem !important;
  }

  .sm\:\!tw-m-32{
    margin: 8rem !important;
  }

  .sm\:\!tw-m-40{
    margin: 10rem !important;
  }

  .sm\:\!tw-m-48{
    margin: 12rem !important;
  }

  .sm\:\!tw-m-56{
    margin: 14rem !important;
  }

  .sm\:\!tw-m-64{
    margin: 16rem !important;
  }

  .sm\:\!tw-m-auto{
    margin: auto !important;
  }

  .sm\:\!tw-m-px{
    margin: 1px !important;
  }

  .sm\:\!tw--m-1{
    margin: -0.25rem !important;
  }

  .sm\:\!tw--m-2{
    margin: -0.5rem !important;
  }

  .sm\:\!tw--m-3{
    margin: -0.75rem !important;
  }

  .sm\:\!tw--m-4{
    margin: -1rem !important;
  }

  .sm\:\!tw--m-5{
    margin: -1.25rem !important;
  }

  .sm\:\!tw--m-6{
    margin: -1.5rem !important;
  }

  .sm\:\!tw--m-8{
    margin: -2rem !important;
  }

  .sm\:\!tw--m-10{
    margin: -2.5rem !important;
  }

  .sm\:\!tw--m-12{
    margin: -3rem !important;
  }

  .sm\:\!tw--m-16{
    margin: -4rem !important;
  }

  .sm\:\!tw--m-20{
    margin: -5rem !important;
  }

  .sm\:\!tw--m-24{
    margin: -6rem !important;
  }

  .sm\:\!tw--m-32{
    margin: -8rem !important;
  }

  .sm\:\!tw--m-40{
    margin: -10rem !important;
  }

  .sm\:\!tw--m-48{
    margin: -12rem !important;
  }

  .sm\:\!tw--m-56{
    margin: -14rem !important;
  }

  .sm\:\!tw--m-64{
    margin: -16rem !important;
  }

  .sm\:\!tw--m-px{
    margin: -1px !important;
  }

  .sm\:\!tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:\!tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:\!tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:\!tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:\!tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:\!tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:\!tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:\!tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:\!tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:\!tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:\!tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:\!tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:\!tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:\!tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:\!tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:\!tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:\!tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:\!tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:\!tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:\!tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:\!tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:\!tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:\!tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:\!tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:\!tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:\!tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:\!tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:\!tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:\!tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:\!tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:\!tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:\!tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:\!tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:\!tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:\!tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:\!tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:\!tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:\!tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:\!tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:\!tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:\!tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:\!tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:\!tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:\!tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:\!tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:\!tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:\!tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:\!tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:\!tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:\!tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:\!tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:\!tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:\!tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:\!tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:\!tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:\!tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:\!tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:\!tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:\!tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:\!tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:\!tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:\!tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:\!tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:\!tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:\!tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:\!tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:\!tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:\!tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:\!tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:\!tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:\!tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:\!tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:\!tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:\!tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:\!tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:\!tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:\!tw-mt-0{
    margin-top: 0 !important;
  }

  .sm\:\!tw-mr-0{
    margin-right: 0 !important;
  }

  .sm\:\!tw-mb-0{
    margin-bottom: 0 !important;
  }

  .sm\:\!tw-ml-0{
    margin-left: 0 !important;
  }

  .sm\:\!tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .sm\:\!tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .sm\:\!tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm\:\!tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:\!tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .sm\:\!tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .sm\:\!tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:\!tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:\!tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .sm\:\!tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .sm\:\!tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm\:\!tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:\!tw-mt-4{
    margin-top: 1rem !important;
  }

  .sm\:\!tw-mr-4{
    margin-right: 1rem !important;
  }

  .sm\:\!tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .sm\:\!tw-ml-4{
    margin-left: 1rem !important;
  }

  .sm\:\!tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .sm\:\!tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:\!tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:\!tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:\!tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .sm\:\!tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .sm\:\!tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .sm\:\!tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:\!tw-mt-8{
    margin-top: 2rem !important;
  }

  .sm\:\!tw-mr-8{
    margin-right: 2rem !important;
  }

  .sm\:\!tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .sm\:\!tw-ml-8{
    margin-left: 2rem !important;
  }

  .sm\:\!tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:\!tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:\!tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .sm\:\!tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:\!tw-mt-12{
    margin-top: 3rem !important;
  }

  .sm\:\!tw-mr-12{
    margin-right: 3rem !important;
  }

  .sm\:\!tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .sm\:\!tw-ml-12{
    margin-left: 3rem !important;
  }

  .sm\:\!tw-mt-16{
    margin-top: 4rem !important;
  }

  .sm\:\!tw-mr-16{
    margin-right: 4rem !important;
  }

  .sm\:\!tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .sm\:\!tw-ml-16{
    margin-left: 4rem !important;
  }

  .sm\:\!tw-mt-20{
    margin-top: 5rem !important;
  }

  .sm\:\!tw-mr-20{
    margin-right: 5rem !important;
  }

  .sm\:\!tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .sm\:\!tw-ml-20{
    margin-left: 5rem !important;
  }

  .sm\:\!tw-mt-24{
    margin-top: 6rem !important;
  }

  .sm\:\!tw-mr-24{
    margin-right: 6rem !important;
  }

  .sm\:\!tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .sm\:\!tw-ml-24{
    margin-left: 6rem !important;
  }

  .sm\:\!tw-mt-32{
    margin-top: 8rem !important;
  }

  .sm\:\!tw-mr-32{
    margin-right: 8rem !important;
  }

  .sm\:\!tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .sm\:\!tw-ml-32{
    margin-left: 8rem !important;
  }

  .sm\:\!tw-mt-40{
    margin-top: 10rem !important;
  }

  .sm\:\!tw-mr-40{
    margin-right: 10rem !important;
  }

  .sm\:\!tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .sm\:\!tw-ml-40{
    margin-left: 10rem !important;
  }

  .sm\:\!tw-mt-48{
    margin-top: 12rem !important;
  }

  .sm\:\!tw-mr-48{
    margin-right: 12rem !important;
  }

  .sm\:\!tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:\!tw-ml-48{
    margin-left: 12rem !important;
  }

  .sm\:\!tw-mt-56{
    margin-top: 14rem !important;
  }

  .sm\:\!tw-mr-56{
    margin-right: 14rem !important;
  }

  .sm\:\!tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:\!tw-ml-56{
    margin-left: 14rem !important;
  }

  .sm\:\!tw-mt-64{
    margin-top: 16rem !important;
  }

  .sm\:\!tw-mr-64{
    margin-right: 16rem !important;
  }

  .sm\:\!tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:\!tw-ml-64{
    margin-left: 16rem !important;
  }

  .sm\:\!tw-mt-auto{
    margin-top: auto !important;
  }

  .sm\:\!tw-mr-auto{
    margin-right: auto !important;
  }

  .sm\:\!tw-mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:\!tw-ml-auto{
    margin-left: auto !important;
  }

  .sm\:\!tw-mt-px{
    margin-top: 1px !important;
  }

  .sm\:\!tw-mr-px{
    margin-right: 1px !important;
  }

  .sm\:\!tw-mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:\!tw-ml-px{
    margin-left: 1px !important;
  }

  .sm\:\!tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .sm\:\!tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .sm\:\!tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm\:\!tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:\!tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .sm\:\!tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .sm\:\!tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm\:\!tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:\!tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .sm\:\!tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .sm\:\!tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm\:\!tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:\!tw--mt-4{
    margin-top: -1rem !important;
  }

  .sm\:\!tw--mr-4{
    margin-right: -1rem !important;
  }

  .sm\:\!tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .sm\:\!tw--ml-4{
    margin-left: -1rem !important;
  }

  .sm\:\!tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .sm\:\!tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:\!tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:\!tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:\!tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .sm\:\!tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .sm\:\!tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .sm\:\!tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:\!tw--mt-8{
    margin-top: -2rem !important;
  }

  .sm\:\!tw--mr-8{
    margin-right: -2rem !important;
  }

  .sm\:\!tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .sm\:\!tw--ml-8{
    margin-left: -2rem !important;
  }

  .sm\:\!tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:\!tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:\!tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:\!tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:\!tw--mt-12{
    margin-top: -3rem !important;
  }

  .sm\:\!tw--mr-12{
    margin-right: -3rem !important;
  }

  .sm\:\!tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:\!tw--ml-12{
    margin-left: -3rem !important;
  }

  .sm\:\!tw--mt-16{
    margin-top: -4rem !important;
  }

  .sm\:\!tw--mr-16{
    margin-right: -4rem !important;
  }

  .sm\:\!tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:\!tw--ml-16{
    margin-left: -4rem !important;
  }

  .sm\:\!tw--mt-20{
    margin-top: -5rem !important;
  }

  .sm\:\!tw--mr-20{
    margin-right: -5rem !important;
  }

  .sm\:\!tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:\!tw--ml-20{
    margin-left: -5rem !important;
  }

  .sm\:\!tw--mt-24{
    margin-top: -6rem !important;
  }

  .sm\:\!tw--mr-24{
    margin-right: -6rem !important;
  }

  .sm\:\!tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:\!tw--ml-24{
    margin-left: -6rem !important;
  }

  .sm\:\!tw--mt-32{
    margin-top: -8rem !important;
  }

  .sm\:\!tw--mr-32{
    margin-right: -8rem !important;
  }

  .sm\:\!tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:\!tw--ml-32{
    margin-left: -8rem !important;
  }

  .sm\:\!tw--mt-40{
    margin-top: -10rem !important;
  }

  .sm\:\!tw--mr-40{
    margin-right: -10rem !important;
  }

  .sm\:\!tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:\!tw--ml-40{
    margin-left: -10rem !important;
  }

  .sm\:\!tw--mt-48{
    margin-top: -12rem !important;
  }

  .sm\:\!tw--mr-48{
    margin-right: -12rem !important;
  }

  .sm\:\!tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:\!tw--ml-48{
    margin-left: -12rem !important;
  }

  .sm\:\!tw--mt-56{
    margin-top: -14rem !important;
  }

  .sm\:\!tw--mr-56{
    margin-right: -14rem !important;
  }

  .sm\:\!tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:\!tw--ml-56{
    margin-left: -14rem !important;
  }

  .sm\:\!tw--mt-64{
    margin-top: -16rem !important;
  }

  .sm\:\!tw--mr-64{
    margin-right: -16rem !important;
  }

  .sm\:\!tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:\!tw--ml-64{
    margin-left: -16rem !important;
  }

  .sm\:\!tw--mt-px{
    margin-top: -1px !important;
  }

  .sm\:\!tw--mr-px{
    margin-right: -1px !important;
  }

  .sm\:\!tw--mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:\!tw--ml-px{
    margin-left: -1px !important;
  }

  .sm\:tw-max-h-full{
    max-height: 100%;
  }

  .sm\:tw-max-h-screen{
    max-height: 100vh;
  }

  .sm\:tw-max-w-none{
    max-width: none;
  }

  .sm\:tw-max-w-xs{
    max-width: 20rem;
  }

  .sm\:tw-max-w-sm{
    max-width: 24rem;
  }

  .sm\:tw-max-w-md{
    max-width: 28rem;
  }

  .sm\:tw-max-w-lg{
    max-width: 32rem;
  }

  .sm\:tw-max-w-xl{
    max-width: 36rem;
  }

  .sm\:tw-max-w-2xl{
    max-width: 42rem;
  }

  .sm\:tw-max-w-3xl{
    max-width: 48rem;
  }

  .sm\:tw-max-w-4xl{
    max-width: 56rem;
  }

  .sm\:tw-max-w-5xl{
    max-width: 64rem;
  }

  .sm\:tw-max-w-6xl{
    max-width: 72rem;
  }

  .sm\:tw-max-w-full{
    max-width: 100%;
  }

  .sm\:tw-max-w-screen-sm{
    max-width: 640px;
  }

  .sm\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .sm\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .sm\:tw-max-w-screen-xl{
    max-width: 1280px;
  }

  .sm\:tw-min-h-0{
    min-height: 0;
  }

  .sm\:tw-min-h-full{
    min-height: 100%;
  }

  .sm\:tw-min-h-screen{
    min-height: 100vh;
  }

  .sm\:tw-min-w-0{
    min-width: 0;
  }

  .sm\:tw-min-w-full{
    min-width: 100%;
  }

  .sm\:tw-object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .sm\:tw-object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sm\:tw-object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sm\:tw-object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sm\:tw-object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .sm\:tw-object-center{
    -o-object-position: center;
       object-position: center;
  }

  .sm\:tw-object-left{
    -o-object-position: left;
       object-position: left;
  }

  .sm\:tw-object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .sm\:tw-object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .sm\:tw-object-right{
    -o-object-position: right;
       object-position: right;
  }

  .sm\:tw-object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .sm\:tw-object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .sm\:tw-object-top{
    -o-object-position: top;
       object-position: top;
  }

  .sm\:tw-opacity-0{
    opacity: 0;
  }

  .sm\:tw-opacity-25{
    opacity: 0.25;
  }

  .sm\:tw-opacity-50{
    opacity: 0.5;
  }

  .sm\:tw-opacity-75{
    opacity: 0.75;
  }

  .sm\:tw-opacity-100{
    opacity: 1;
  }

  .sm\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .sm\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .sm\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .sm\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .sm\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .sm\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .sm\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .sm\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .sm\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .sm\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .sm\:tw-outline-none{
    outline: 0;
  }

  .sm\:focus\:tw-outline-none:focus{
    outline: 0;
  }

  .sm\:tw-overflow-auto{
    overflow: auto;
  }

  .sm\:tw-overflow-hidden{
    overflow: hidden;
  }

  .sm\:tw-overflow-visible{
    overflow: visible;
  }

  .sm\:tw-overflow-scroll{
    overflow: scroll;
  }

  .sm\:tw-overflow-x-auto{
    overflow-x: auto;
  }

  .sm\:tw-overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:tw-overflow-x-hidden{
    overflow-x: hidden;
  }

  .sm\:tw-overflow-y-hidden{
    overflow-y: hidden;
  }

  .sm\:tw-overflow-x-visible{
    overflow-x: visible;
  }

  .sm\:tw-overflow-y-visible{
    overflow-y: visible;
  }

  .sm\:tw-overflow-x-scroll{
    overflow-x: scroll;
  }

  .sm\:tw-overflow-y-scroll{
    overflow-y: scroll;
  }

  .sm\:tw-scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .sm\:tw-scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .sm\:tw-p-0{
    padding: 0;
  }

  .sm\:tw-p-1{
    padding: 0.25rem;
  }

  .sm\:tw-p-2{
    padding: 0.5rem;
  }

  .sm\:tw-p-3{
    padding: 0.75rem;
  }

  .sm\:tw-p-4{
    padding: 1rem;
  }

  .sm\:tw-p-5{
    padding: 1.25rem;
  }

  .sm\:tw-p-6{
    padding: 1.5rem;
  }

  .sm\:tw-p-8{
    padding: 2rem;
  }

  .sm\:tw-p-10{
    padding: 2.5rem;
  }

  .sm\:tw-p-12{
    padding: 3rem;
  }

  .sm\:tw-p-16{
    padding: 4rem;
  }

  .sm\:tw-p-20{
    padding: 5rem;
  }

  .sm\:tw-p-24{
    padding: 6rem;
  }

  .sm\:tw-p-32{
    padding: 8rem;
  }

  .sm\:tw-p-40{
    padding: 10rem;
  }

  .sm\:tw-p-48{
    padding: 12rem;
  }

  .sm\:tw-p-56{
    padding: 14rem;
  }

  .sm\:tw-p-64{
    padding: 16rem;
  }

  .sm\:tw-p-px{
    padding: 1px;
  }

  .sm\:tw-py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:tw-px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:tw-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:tw-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .sm\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .sm\:tw-pt-0{
    padding-top: 0;
  }

  .sm\:tw-pr-0{
    padding-right: 0;
  }

  .sm\:tw-pb-0{
    padding-bottom: 0;
  }

  .sm\:tw-pl-0{
    padding-left: 0;
  }

  .sm\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .sm\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .sm\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .sm\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .sm\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .sm\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .sm\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .sm\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .sm\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .sm\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .sm\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .sm\:tw-pt-4{
    padding-top: 1rem;
  }

  .sm\:tw-pr-4{
    padding-right: 1rem;
  }

  .sm\:tw-pb-4{
    padding-bottom: 1rem;
  }

  .sm\:tw-pl-4{
    padding-left: 1rem;
  }

  .sm\:tw-pt-5{
    padding-top: 1.25rem;
  }

  .sm\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .sm\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .sm\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .sm\:tw-pt-6{
    padding-top: 1.5rem;
  }

  .sm\:tw-pr-6{
    padding-right: 1.5rem;
  }

  .sm\:tw-pb-6{
    padding-bottom: 1.5rem;
  }

  .sm\:tw-pl-6{
    padding-left: 1.5rem;
  }

  .sm\:tw-pt-8{
    padding-top: 2rem;
  }

  .sm\:tw-pr-8{
    padding-right: 2rem;
  }

  .sm\:tw-pb-8{
    padding-bottom: 2rem;
  }

  .sm\:tw-pl-8{
    padding-left: 2rem;
  }

  .sm\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .sm\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .sm\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .sm\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .sm\:tw-pt-12{
    padding-top: 3rem;
  }

  .sm\:tw-pr-12{
    padding-right: 3rem;
  }

  .sm\:tw-pb-12{
    padding-bottom: 3rem;
  }

  .sm\:tw-pl-12{
    padding-left: 3rem;
  }

  .sm\:tw-pt-16{
    padding-top: 4rem;
  }

  .sm\:tw-pr-16{
    padding-right: 4rem;
  }

  .sm\:tw-pb-16{
    padding-bottom: 4rem;
  }

  .sm\:tw-pl-16{
    padding-left: 4rem;
  }

  .sm\:tw-pt-20{
    padding-top: 5rem;
  }

  .sm\:tw-pr-20{
    padding-right: 5rem;
  }

  .sm\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .sm\:tw-pl-20{
    padding-left: 5rem;
  }

  .sm\:tw-pt-24{
    padding-top: 6rem;
  }

  .sm\:tw-pr-24{
    padding-right: 6rem;
  }

  .sm\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .sm\:tw-pl-24{
    padding-left: 6rem;
  }

  .sm\:tw-pt-32{
    padding-top: 8rem;
  }

  .sm\:tw-pr-32{
    padding-right: 8rem;
  }

  .sm\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .sm\:tw-pl-32{
    padding-left: 8rem;
  }

  .sm\:tw-pt-40{
    padding-top: 10rem;
  }

  .sm\:tw-pr-40{
    padding-right: 10rem;
  }

  .sm\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .sm\:tw-pl-40{
    padding-left: 10rem;
  }

  .sm\:tw-pt-48{
    padding-top: 12rem;
  }

  .sm\:tw-pr-48{
    padding-right: 12rem;
  }

  .sm\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .sm\:tw-pl-48{
    padding-left: 12rem;
  }

  .sm\:tw-pt-56{
    padding-top: 14rem;
  }

  .sm\:tw-pr-56{
    padding-right: 14rem;
  }

  .sm\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .sm\:tw-pl-56{
    padding-left: 14rem;
  }

  .sm\:tw-pt-64{
    padding-top: 16rem;
  }

  .sm\:tw-pr-64{
    padding-right: 16rem;
  }

  .sm\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .sm\:tw-pl-64{
    padding-left: 16rem;
  }

  .sm\:tw-pt-px{
    padding-top: 1px;
  }

  .sm\:tw-pr-px{
    padding-right: 1px;
  }

  .sm\:tw-pb-px{
    padding-bottom: 1px;
  }

  .sm\:tw-pl-px{
    padding-left: 1px;
  }

  .sm\:\!tw-p-0{
    padding: 0 !important;
  }

  .sm\:\!tw-p-1{
    padding: 0.25rem !important;
  }

  .sm\:\!tw-p-2{
    padding: 0.5rem !important;
  }

  .sm\:\!tw-p-3{
    padding: 0.75rem !important;
  }

  .sm\:\!tw-p-4{
    padding: 1rem !important;
  }

  .sm\:\!tw-p-5{
    padding: 1.25rem !important;
  }

  .sm\:\!tw-p-6{
    padding: 1.5rem !important;
  }

  .sm\:\!tw-p-8{
    padding: 2rem !important;
  }

  .sm\:\!tw-p-10{
    padding: 2.5rem !important;
  }

  .sm\:\!tw-p-12{
    padding: 3rem !important;
  }

  .sm\:\!tw-p-16{
    padding: 4rem !important;
  }

  .sm\:\!tw-p-20{
    padding: 5rem !important;
  }

  .sm\:\!tw-p-24{
    padding: 6rem !important;
  }

  .sm\:\!tw-p-32{
    padding: 8rem !important;
  }

  .sm\:\!tw-p-40{
    padding: 10rem !important;
  }

  .sm\:\!tw-p-48{
    padding: 12rem !important;
  }

  .sm\:\!tw-p-56{
    padding: 14rem !important;
  }

  .sm\:\!tw-p-64{
    padding: 16rem !important;
  }

  .sm\:\!tw-p-px{
    padding: 1px !important;
  }

  .sm\:\!tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:\!tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:\!tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:\!tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:\!tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:\!tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:\!tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:\!tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:\!tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:\!tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:\!tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:\!tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:\!tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:\!tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:\!tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:\!tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:\!tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:\!tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:\!tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:\!tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:\!tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:\!tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:\!tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:\!tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:\!tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:\!tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:\!tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:\!tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:\!tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:\!tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:\!tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:\!tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:\!tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:\!tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:\!tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:\!tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:\!tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:\!tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:\!tw-pt-0{
    padding-top: 0 !important;
  }

  .sm\:\!tw-pr-0{
    padding-right: 0 !important;
  }

  .sm\:\!tw-pb-0{
    padding-bottom: 0 !important;
  }

  .sm\:\!tw-pl-0{
    padding-left: 0 !important;
  }

  .sm\:\!tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:\!tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:\!tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:\!tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:\!tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:\!tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:\!tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:\!tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:\!tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:\!tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:\!tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:\!tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:\!tw-pt-4{
    padding-top: 1rem !important;
  }

  .sm\:\!tw-pr-4{
    padding-right: 1rem !important;
  }

  .sm\:\!tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:\!tw-pl-4{
    padding-left: 1rem !important;
  }

  .sm\:\!tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:\!tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:\!tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:\!tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:\!tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:\!tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:\!tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:\!tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:\!tw-pt-8{
    padding-top: 2rem !important;
  }

  .sm\:\!tw-pr-8{
    padding-right: 2rem !important;
  }

  .sm\:\!tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:\!tw-pl-8{
    padding-left: 2rem !important;
  }

  .sm\:\!tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:\!tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:\!tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:\!tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:\!tw-pt-12{
    padding-top: 3rem !important;
  }

  .sm\:\!tw-pr-12{
    padding-right: 3rem !important;
  }

  .sm\:\!tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:\!tw-pl-12{
    padding-left: 3rem !important;
  }

  .sm\:\!tw-pt-16{
    padding-top: 4rem !important;
  }

  .sm\:\!tw-pr-16{
    padding-right: 4rem !important;
  }

  .sm\:\!tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:\!tw-pl-16{
    padding-left: 4rem !important;
  }

  .sm\:\!tw-pt-20{
    padding-top: 5rem !important;
  }

  .sm\:\!tw-pr-20{
    padding-right: 5rem !important;
  }

  .sm\:\!tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:\!tw-pl-20{
    padding-left: 5rem !important;
  }

  .sm\:\!tw-pt-24{
    padding-top: 6rem !important;
  }

  .sm\:\!tw-pr-24{
    padding-right: 6rem !important;
  }

  .sm\:\!tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:\!tw-pl-24{
    padding-left: 6rem !important;
  }

  .sm\:\!tw-pt-32{
    padding-top: 8rem !important;
  }

  .sm\:\!tw-pr-32{
    padding-right: 8rem !important;
  }

  .sm\:\!tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:\!tw-pl-32{
    padding-left: 8rem !important;
  }

  .sm\:\!tw-pt-40{
    padding-top: 10rem !important;
  }

  .sm\:\!tw-pr-40{
    padding-right: 10rem !important;
  }

  .sm\:\!tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:\!tw-pl-40{
    padding-left: 10rem !important;
  }

  .sm\:\!tw-pt-48{
    padding-top: 12rem !important;
  }

  .sm\:\!tw-pr-48{
    padding-right: 12rem !important;
  }

  .sm\:\!tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:\!tw-pl-48{
    padding-left: 12rem !important;
  }

  .sm\:\!tw-pt-56{
    padding-top: 14rem !important;
  }

  .sm\:\!tw-pr-56{
    padding-right: 14rem !important;
  }

  .sm\:\!tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:\!tw-pl-56{
    padding-left: 14rem !important;
  }

  .sm\:\!tw-pt-64{
    padding-top: 16rem !important;
  }

  .sm\:\!tw-pr-64{
    padding-right: 16rem !important;
  }

  .sm\:\!tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:\!tw-pl-64{
    padding-left: 16rem !important;
  }

  .sm\:\!tw-pt-px{
    padding-top: 1px !important;
  }

  .sm\:\!tw-pr-px{
    padding-right: 1px !important;
  }

  .sm\:\!tw-pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:\!tw-pl-px{
    padding-left: 1px !important;
  }

  .sm\:tw-placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sm\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:tw-placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .sm\:tw-placeholder-current::-webkit-input-placeholder{
    color: currentColor;
  }

  .sm\:tw-placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .sm\:tw-placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:tw-placeholder-current::-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:tw-placeholder-current::placeholder{
    color: currentColor;
  }

  .sm\:tw-placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-shadow-100::-webkit-input-placeholder{
    color: #00000026;
  }

  .sm\:tw-placeholder-shadow-100::-moz-placeholder{
    color: #00000026;
  }

  .sm\:tw-placeholder-shadow-100:-ms-input-placeholder{
    color: #00000026;
  }

  .sm\:tw-placeholder-shadow-100::-ms-input-placeholder{
    color: #00000026;
  }

  .sm\:tw-placeholder-shadow-100::placeholder{
    color: #00000026;
  }

  .sm\:tw-placeholder-shadow-200::-webkit-input-placeholder{
    color: #0000001A;
  }

  .sm\:tw-placeholder-shadow-200::-moz-placeholder{
    color: #0000001A;
  }

  .sm\:tw-placeholder-shadow-200:-ms-input-placeholder{
    color: #0000001A;
  }

  .sm\:tw-placeholder-shadow-200::-ms-input-placeholder{
    color: #0000001A;
  }

  .sm\:tw-placeholder-shadow-200::placeholder{
    color: #0000001A;
  }

  .sm\:tw-placeholder-grey-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-100::placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-200::placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-300::placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-400::placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-500::placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-grey-600::placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-100::placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmblue-200::placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-100::placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-200::placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmgreen-300::placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmorange::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmorange::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmorange:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmorange::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmorange::placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmyellow::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmyellow::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmyellow:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmyellow::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmyellow::placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmred::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmred::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmred:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmred::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-zzmred::placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sm\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .sm\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sm\:focus\:tw-placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor;
  }

  .sm\:focus\:tw-placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .sm\:focus\:tw-placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:focus\:tw-placeholder-current:focus::-ms-input-placeholder{
    color: currentColor;
  }

  .sm\:focus\:tw-placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .sm\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-shadow-100:focus::-webkit-input-placeholder{
    color: #00000026;
  }

  .sm\:focus\:tw-placeholder-shadow-100:focus::-moz-placeholder{
    color: #00000026;
  }

  .sm\:focus\:tw-placeholder-shadow-100:focus:-ms-input-placeholder{
    color: #00000026;
  }

  .sm\:focus\:tw-placeholder-shadow-100:focus::-ms-input-placeholder{
    color: #00000026;
  }

  .sm\:focus\:tw-placeholder-shadow-100:focus::placeholder{
    color: #00000026;
  }

  .sm\:focus\:tw-placeholder-shadow-200:focus::-webkit-input-placeholder{
    color: #0000001A;
  }

  .sm\:focus\:tw-placeholder-shadow-200:focus::-moz-placeholder{
    color: #0000001A;
  }

  .sm\:focus\:tw-placeholder-shadow-200:focus:-ms-input-placeholder{
    color: #0000001A;
  }

  .sm\:focus\:tw-placeholder-shadow-200:focus::-ms-input-placeholder{
    color: #0000001A;
  }

  .sm\:focus\:tw-placeholder-shadow-200:focus::placeholder{
    color: #0000001A;
  }

  .sm\:focus\:tw-placeholder-grey-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-grey-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmblue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmgreen-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmorange:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmorange:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmorange:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmorange:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmorange:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmyellow:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmyellow:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmyellow:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmyellow:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmyellow:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmred:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmred:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmred:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmred:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:focus\:tw-placeholder-zzmred:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .sm\:tw-placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:tw-placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:tw-placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:tw-placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:tw-placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:tw-placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:tw-placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:tw-placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:tw-placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:tw-placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:tw-placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:tw-placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:tw-placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:tw-placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:tw-placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:tw-placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:tw-placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:tw-placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:tw-placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:tw-placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .sm\:tw-pointer-events-none{
    pointer-events: none;
  }

  .sm\:tw-pointer-events-auto{
    pointer-events: auto;
  }

  .sm\:tw-static{
    position: static;
  }

  .sm\:tw-fixed{
    position: fixed;
  }

  .sm\:tw-absolute{
    position: absolute;
  }

  .sm\:tw-relative{
    position: relative;
  }

  .sm\:tw-sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:tw-inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:tw-inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sm\:tw-inset-x-0{
    right: 0;
    left: 0;
  }

  .sm\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sm\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .sm\:tw-top-0{
    top: 0;
  }

  .sm\:tw-right-0{
    right: 0;
  }

  .sm\:tw-bottom-0{
    bottom: 0;
  }

  .sm\:tw-left-0{
    left: 0;
  }

  .sm\:tw-top-auto{
    top: auto;
  }

  .sm\:tw-right-auto{
    right: auto;
  }

  .sm\:tw-bottom-auto{
    bottom: auto;
  }

  .sm\:tw-left-auto{
    left: auto;
  }

  .sm\:tw-resize-none{
    resize: none;
  }

  .sm\:tw-resize-y{
    resize: vertical;
  }

  .sm\:tw-resize-x{
    resize: horizontal;
  }

  .sm\:tw-resize{
    resize: both;
  }

  .sm\:tw-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:tw-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:tw-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:tw-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:tw-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:tw-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:tw-shadow-none{
    box-shadow: none;
  }

  .sm\:hover\:tw-shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:tw-shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:tw-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:tw-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:tw-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:hover\:tw-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:hover\:tw-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:hover\:tw-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:hover\:tw-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:tw-shadow-none:hover{
    box-shadow: none;
  }

  .sm\:focus\:tw-shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:tw-shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:tw-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:tw-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:tw-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .sm\:focus\:tw-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .sm\:focus\:tw-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:focus\:tw-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:focus\:tw-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:tw-shadow-none:focus{
    box-shadow: none;
  }

  .sm\:tw-fill-current{
    fill: currentColor;
  }

  .sm\:tw-stroke-current{
    stroke: currentColor;
  }

  .sm\:tw-stroke-0{
    stroke-width: 0;
  }

  .sm\:tw-stroke-1{
    stroke-width: 1;
  }

  .sm\:tw-stroke-2{
    stroke-width: 2;
  }

  .sm\:tw-table-auto{
    table-layout: auto;
  }

  .sm\:tw-table-fixed{
    table-layout: fixed;
  }

  .sm\:tw-text-left{
    text-align: left;
  }

  .sm\:tw-text-center{
    text-align: center;
  }

  .sm\:tw-text-right{
    text-align: right;
  }

  .sm\:tw-text-justify{
    text-align: justify;
  }

  .sm\:tw-text-transparent{
    color: transparent;
  }

  .sm\:tw-text-current{
    color: currentColor;
  }

  .sm\:tw-text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:tw-text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:tw-text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:tw-text-gray-200{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:tw-text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:tw-text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:tw-text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:tw-text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:tw-text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:tw-text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:tw-text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:tw-text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:tw-text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:tw-text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:tw-text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:tw-text-red-500{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:tw-text-red-600{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:tw-text-red-700{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:tw-text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:tw-text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:tw-text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:tw-text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:tw-text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:tw-text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:tw-text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:tw-text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:tw-text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:tw-text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:tw-text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:tw-text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:tw-text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:tw-text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:tw-text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:tw-text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:tw-text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:tw-text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:tw-text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:tw-text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:tw-text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:tw-text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:tw-text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:tw-text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:tw-text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:tw-text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:tw-text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:tw-text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:tw-text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:tw-text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:tw-text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:tw-text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:tw-text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:tw-text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:tw-text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:tw-text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:tw-text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:tw-text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:tw-text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:tw-text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:tw-text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:tw-text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:tw-text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:tw-text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:tw-text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:tw-text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:tw-text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:tw-text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:tw-text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:tw-text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:tw-text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:tw-text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:tw-text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:tw-text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:tw-text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:tw-text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:tw-text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:tw-text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:tw-text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:tw-text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:tw-text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:tw-text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:tw-text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:tw-text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:tw-text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:tw-text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:tw-text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:tw-text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:tw-text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:tw-text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:tw-text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:tw-text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:tw-text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:tw-text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:tw-text-shadow-100{
    color: #00000026;
  }

  .sm\:tw-text-shadow-200{
    color: #0000001A;
  }

  .sm\:tw-text-grey-100{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .sm\:tw-text-grey-200{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .sm\:tw-text-grey-300{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .sm\:tw-text-grey-400{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .sm\:tw-text-grey-500{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .sm\:tw-text-grey-600{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:tw-text-zzmblue-100{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .sm\:tw-text-zzmblue-200{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .sm\:tw-text-zzmgreen-100{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .sm\:tw-text-zzmgreen-200{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .sm\:tw-text-zzmgreen-300{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .sm\:tw-text-zzmorange{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .sm\:tw-text-zzmyellow{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .sm\:tw-text-zzmred{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .sm\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .sm\:hover\:tw-text-current:hover{
    color: currentColor;
  }

  .sm\:hover\:tw-text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:hover\:tw-text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-200:hover{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:hover\:tw-text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-500:hover{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-600:hover{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-700:hover{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:hover\:tw-text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:hover\:tw-text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:hover\:tw-text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:hover\:tw-text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:hover\:tw-text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:hover\:tw-text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:hover\:tw-text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:hover\:tw-text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:hover\:tw-text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:hover\:tw-text-shadow-100:hover{
    color: #00000026;
  }

  .sm\:hover\:tw-text-shadow-200:hover{
    color: #0000001A;
  }

  .sm\:hover\:tw-text-grey-100:hover{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .sm\:hover\:tw-text-grey-200:hover{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .sm\:hover\:tw-text-grey-300:hover{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .sm\:hover\:tw-text-grey-400:hover{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .sm\:hover\:tw-text-grey-500:hover{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .sm\:hover\:tw-text-grey-600:hover{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:hover\:tw-text-zzmblue-100:hover{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .sm\:hover\:tw-text-zzmblue-200:hover{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .sm\:hover\:tw-text-zzmgreen-100:hover{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .sm\:hover\:tw-text-zzmgreen-200:hover{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .sm\:hover\:tw-text-zzmgreen-300:hover{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .sm\:hover\:tw-text-zzmorange:hover{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .sm\:hover\:tw-text-zzmyellow:hover{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .sm\:hover\:tw-text-zzmred:hover{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .sm\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .sm\:focus\:tw-text-current:focus{
    color: currentColor;
  }

  .sm\:focus\:tw-text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:focus\:tw-text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-200:focus{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:focus\:tw-text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-500:focus{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-600:focus{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-700:focus{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:focus\:tw-text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:focus\:tw-text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:focus\:tw-text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:focus\:tw-text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:focus\:tw-text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:focus\:tw-text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:focus\:tw-text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:focus\:tw-text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:focus\:tw-text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:focus\:tw-text-shadow-100:focus{
    color: #00000026;
  }

  .sm\:focus\:tw-text-shadow-200:focus{
    color: #0000001A;
  }

  .sm\:focus\:tw-text-grey-100:focus{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .sm\:focus\:tw-text-grey-200:focus{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .sm\:focus\:tw-text-grey-300:focus{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .sm\:focus\:tw-text-grey-400:focus{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .sm\:focus\:tw-text-grey-500:focus{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .sm\:focus\:tw-text-grey-600:focus{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:focus\:tw-text-zzmblue-100:focus{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .sm\:focus\:tw-text-zzmblue-200:focus{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .sm\:focus\:tw-text-zzmgreen-100:focus{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .sm\:focus\:tw-text-zzmgreen-200:focus{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .sm\:focus\:tw-text-zzmgreen-300:focus{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .sm\:focus\:tw-text-zzmorange:focus{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .sm\:focus\:tw-text-zzmyellow:focus{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .sm\:focus\:tw-text-zzmred:focus{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .sm\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .sm\:active\:tw-text-current:active{
    color: currentColor;
  }

  .sm\:active\:tw-text-black:active{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .sm\:active\:tw-text-white:active{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-100:active{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-200:active{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-300:active{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-400:active{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-500:active{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-600:active{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-700:active{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-800:active{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .sm\:active\:tw-text-gray-900:active{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-100:active{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-200:active{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-300:active{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-400:active{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-500:active{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-600:active{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-700:active{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-800:active{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .sm\:active\:tw-text-red-900:active{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-100:active{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-200:active{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-300:active{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-400:active{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-500:active{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-600:active{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-700:active{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-800:active{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .sm\:active\:tw-text-orange-900:active{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-100:active{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-200:active{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-300:active{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-400:active{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-500:active{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-600:active{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-700:active{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-800:active{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .sm\:active\:tw-text-yellow-900:active{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-100:active{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-200:active{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-300:active{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-400:active{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-500:active{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-600:active{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-700:active{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-800:active{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .sm\:active\:tw-text-green-900:active{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-100:active{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-200:active{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-300:active{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-400:active{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-500:active{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-600:active{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-700:active{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-800:active{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .sm\:active\:tw-text-teal-900:active{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-100:active{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-200:active{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-300:active{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-400:active{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-500:active{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-600:active{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-700:active{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-800:active{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .sm\:active\:tw-text-blue-900:active{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-100:active{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-200:active{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-300:active{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-400:active{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-500:active{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-600:active{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-700:active{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-800:active{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .sm\:active\:tw-text-indigo-900:active{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-100:active{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-200:active{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-300:active{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-400:active{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-500:active{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-600:active{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-700:active{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-800:active{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .sm\:active\:tw-text-purple-900:active{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-100:active{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-200:active{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-300:active{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-400:active{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-500:active{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-600:active{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-700:active{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-800:active{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .sm\:active\:tw-text-pink-900:active{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .sm\:active\:tw-text-shadow-100:active{
    color: #00000026;
  }

  .sm\:active\:tw-text-shadow-200:active{
    color: #0000001A;
  }

  .sm\:active\:tw-text-grey-100:active{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .sm\:active\:tw-text-grey-200:active{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .sm\:active\:tw-text-grey-300:active{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .sm\:active\:tw-text-grey-400:active{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .sm\:active\:tw-text-grey-500:active{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .sm\:active\:tw-text-grey-600:active{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .sm\:active\:tw-text-zzmblue-100:active{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .sm\:active\:tw-text-zzmblue-200:active{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .sm\:active\:tw-text-zzmgreen-100:active{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .sm\:active\:tw-text-zzmgreen-200:active{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .sm\:active\:tw-text-zzmgreen-300:active{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .sm\:active\:tw-text-zzmorange:active{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .sm\:active\:tw-text-zzmyellow:active{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .sm\:active\:tw-text-zzmred:active{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .sm\:\!tw-text-transparent{
    color: transparent !important;
  }

  .sm\:\!tw-text-current{
    color: currentColor !important;
  }

  .sm\:\!tw-text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-shadow-100{
    color: #00000026 !important;
  }

  .sm\:\!tw-text-shadow-200{
    color: #0000001A !important;
  }

  .sm\:\!tw-text-grey-100{
    --text-opacity: 1 !important;
    color: #FBFBFB !important;
    color: rgba(251, 251, 251, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-grey-200{
    --text-opacity: 1 !important;
    color: #F1F1F1 !important;
    color: rgba(241, 241, 241, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-grey-300{
    --text-opacity: 1 !important;
    color: #E4E4E4 !important;
    color: rgba(228, 228, 228, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-grey-400{
    --text-opacity: 1 !important;
    color: #C4C4C4 !important;
    color: rgba(196, 196, 196, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-grey-500{
    --text-opacity: 1 !important;
    color: #999999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-grey-600{
    --text-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-zzmblue-100{
    --text-opacity: 1 !important;
    color: #34ADFD !important;
    color: rgba(52, 173, 253, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-zzmblue-200{
    --text-opacity: 1 !important;
    color: #0096DB !important;
    color: rgba(0, 150, 219, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-zzmgreen-100{
    --text-opacity: 1 !important;
    color: #A6CD4A !important;
    color: rgba(166, 205, 74, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-zzmgreen-200{
    --text-opacity: 1 !important;
    color: #8DBB20 !important;
    color: rgba(141, 187, 32, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-zzmgreen-300{
    --text-opacity: 1 !important;
    color: #39B54A !important;
    color: rgba(57, 181, 74, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-zzmorange{
    --text-opacity: 1 !important;
    color: #FFA200 !important;
    color: rgba(255, 162, 0, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-zzmyellow{
    --text-opacity: 1 !important;
    color: #FFDD00 !important;
    color: rgba(255, 221, 0, var(--text-opacity)) !important;
  }

  .sm\:\!tw-text-zzmred{
    --text-opacity: 1 !important;
    color: #EC5840 !important;
    color: rgba(236, 88, 64, var(--text-opacity)) !important;
  }

  .sm\:tw-text-opacity-0{
    --text-opacity: 0;
  }

  .sm\:tw-text-opacity-25{
    --text-opacity: 0.25;
  }

  .sm\:tw-text-opacity-50{
    --text-opacity: 0.5;
  }

  .sm\:tw-text-opacity-75{
    --text-opacity: 0.75;
  }

  .sm\:tw-text-opacity-100{
    --text-opacity: 1;
  }

  .sm\:hover\:tw-text-opacity-0:hover{
    --text-opacity: 0;
  }

  .sm\:hover\:tw-text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .sm\:hover\:tw-text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .sm\:hover\:tw-text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .sm\:hover\:tw-text-opacity-100:hover{
    --text-opacity: 1;
  }

  .sm\:focus\:tw-text-opacity-0:focus{
    --text-opacity: 0;
  }

  .sm\:focus\:tw-text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .sm\:focus\:tw-text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .sm\:focus\:tw-text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .sm\:focus\:tw-text-opacity-100:focus{
    --text-opacity: 1;
  }

  .sm\:tw-italic{
    font-style: italic;
  }

  .sm\:tw-not-italic{
    font-style: normal;
  }

  .sm\:tw-uppercase{
    text-transform: uppercase;
  }

  .sm\:tw-lowercase{
    text-transform: lowercase;
  }

  .sm\:tw-capitalize{
    text-transform: capitalize;
  }

  .sm\:tw-normal-case{
    text-transform: none;
  }

  .sm\:tw-underline{
    text-decoration: underline;
  }

  .sm\:tw-line-through{
    text-decoration: line-through;
  }

  .sm\:tw-no-underline{
    text-decoration: none;
  }

  .sm\:hover\:tw-underline:hover{
    text-decoration: underline;
  }

  .sm\:hover\:tw-line-through:hover{
    text-decoration: line-through;
  }

  .sm\:hover\:tw-no-underline:hover{
    text-decoration: none;
  }

  .sm\:focus\:tw-underline:focus{
    text-decoration: underline;
  }

  .sm\:focus\:tw-line-through:focus{
    text-decoration: line-through;
  }

  .sm\:focus\:tw-no-underline:focus{
    text-decoration: none;
  }

  .sm\:tw-antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .sm\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .sm\:tw-tracking-normal{
    letter-spacing: 0;
  }

  .sm\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .sm\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .sm\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .sm\:tw-select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sm\:tw-select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sm\:tw-select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .sm\:tw-select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sm\:tw-align-baseline{
    vertical-align: baseline;
  }

  .sm\:tw-align-top{
    vertical-align: top;
  }

  .sm\:tw-align-middle{
    vertical-align: middle;
  }

  .sm\:tw-align-bottom{
    vertical-align: bottom;
  }

  .sm\:tw-align-text-top{
    vertical-align: text-top;
  }

  .sm\:tw-align-text-bottom{
    vertical-align: text-bottom;
  }

  .sm\:tw-visible{
    visibility: visible;
  }

  .sm\:tw-invisible{
    visibility: hidden;
  }

  .sm\:tw-whitespace-normal{
    white-space: normal;
  }

  .sm\:tw-whitespace-no-wrap{
    white-space: nowrap;
  }

  .sm\:tw-whitespace-pre{
    white-space: pre;
  }

  .sm\:tw-whitespace-pre-line{
    white-space: pre-line;
  }

  .sm\:tw-whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sm\:tw-break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:tw-break-words{
    overflow-wrap: break-word;
  }

  .sm\:tw-break-all{
    word-break: break-all;
  }

  .sm\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sm\:tw-w-0{
    width: 0;
  }

  .sm\:tw-w-1{
    width: 0.25rem;
  }

  .sm\:tw-w-2{
    width: 0.5rem;
  }

  .sm\:tw-w-3{
    width: 0.75rem;
  }

  .sm\:tw-w-4{
    width: 1rem;
  }

  .sm\:tw-w-5{
    width: 1.25rem;
  }

  .sm\:tw-w-6{
    width: 1.5rem;
  }

  .sm\:tw-w-7{
    width: 28px;
  }

  .sm\:tw-w-8{
    width: 2rem;
  }

  .sm\:tw-w-10{
    width: 2.5rem;
  }

  .sm\:tw-w-12{
    width: 3rem;
  }

  .sm\:tw-w-16{
    width: 4rem;
  }

  .sm\:tw-w-20{
    width: 5rem;
  }

  .sm\:tw-w-24{
    width: 6rem;
  }

  .sm\:tw-w-32{
    width: 8rem;
  }

  .sm\:tw-w-40{
    width: 10rem;
  }

  .sm\:tw-w-48{
    width: 12rem;
  }

  .sm\:tw-w-56{
    width: 14rem;
  }

  .sm\:tw-w-64{
    width: 16rem;
  }

  .sm\:tw-w-auto{
    width: auto;
  }

  .sm\:tw-w-px{
    width: 1px;
  }

  .sm\:tw-w-1\/2{
    width: 50%;
  }

  .sm\:tw-w-1\/3{
    width: 33.333333%;
  }

  .sm\:tw-w-2\/3{
    width: 66.666667%;
  }

  .sm\:tw-w-1\/4{
    width: 25%;
  }

  .sm\:tw-w-2\/4{
    width: 50%;
  }

  .sm\:tw-w-3\/4{
    width: 75%;
  }

  .sm\:tw-w-1\/5{
    width: 20%;
  }

  .sm\:tw-w-2\/5{
    width: 40%;
  }

  .sm\:tw-w-3\/5{
    width: 60%;
  }

  .sm\:tw-w-4\/5{
    width: 80%;
  }

  .sm\:tw-w-1\/6{
    width: 16.666667%;
  }

  .sm\:tw-w-2\/6{
    width: 33.333333%;
  }

  .sm\:tw-w-3\/6{
    width: 50%;
  }

  .sm\:tw-w-4\/6{
    width: 66.666667%;
  }

  .sm\:tw-w-5\/6{
    width: 83.333333%;
  }

  .sm\:tw-w-1\/12{
    width: 8.333333%;
  }

  .sm\:tw-w-2\/12{
    width: 16.666667%;
  }

  .sm\:tw-w-3\/12{
    width: 25%;
  }

  .sm\:tw-w-4\/12{
    width: 33.333333%;
  }

  .sm\:tw-w-5\/12{
    width: 41.666667%;
  }

  .sm\:tw-w-6\/12{
    width: 50%;
  }

  .sm\:tw-w-7\/12{
    width: 58.333333%;
  }

  .sm\:tw-w-8\/12{
    width: 66.666667%;
  }

  .sm\:tw-w-9\/12{
    width: 75%;
  }

  .sm\:tw-w-10\/12{
    width: 83.333333%;
  }

  .sm\:tw-w-11\/12{
    width: 91.666667%;
  }

  .sm\:tw-w-full{
    width: 100%;
  }

  .sm\:tw-w-screen{
    width: 100vw;
  }

  .sm\:tw-z-0{
    z-index: 0;
  }

  .sm\:tw-z-10{
    z-index: 10;
  }

  .sm\:tw-z-20{
    z-index: 20;
  }

  .sm\:tw-z-30{
    z-index: 30;
  }

  .sm\:tw-z-40{
    z-index: 40;
  }

  .sm\:tw-z-50{
    z-index: 50;
  }

  .sm\:tw-z-100{
    z-index: 100;
  }

  .sm\:tw-z-auto{
    z-index: auto;
  }

  .sm\:tw-gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .sm\:tw-gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .sm\:tw-gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .sm\:tw-gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .sm\:tw-gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .sm\:tw-gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .sm\:tw-gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .sm\:tw-gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .sm\:tw-gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .sm\:tw-gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .sm\:tw-gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .sm\:tw-gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .sm\:tw-gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .sm\:tw-gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .sm\:tw-gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .sm\:tw-gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .sm\:tw-gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .sm\:tw-gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .sm\:tw-gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .sm\:tw-col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .sm\:tw-col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sm\:tw-col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sm\:tw-col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:tw-col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sm\:tw-col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:tw-col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:tw-col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:tw-col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sm\:tw-col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:tw-col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:tw-col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .sm\:tw-col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:tw-col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .sm\:tw-col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .sm\:tw-col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .sm\:tw-col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .sm\:tw-col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .sm\:tw-col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .sm\:tw-row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .sm\:tw-row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .sm\:tw-row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .sm\:tw-row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .sm\:tw-row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .sm\:tw-row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .sm\:tw-row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .sm\:tw-row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .sm\:tw-row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .sm\:tw-row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .sm\:tw-row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .sm\:tw-row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .sm\:tw-row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .sm\:tw-row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .sm\:tw-row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .sm\:tw-row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .sm\:tw-row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .sm\:tw-row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .sm\:tw-row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .sm\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .sm\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .sm\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sm\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sm\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .sm\:tw-grid-cols-playlistgames{
    grid-template-columns: repeat(auto-fill, 230px);
  }

  .sm\:tw-col-auto{
    grid-column: auto;
  }

  .sm\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .sm\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .sm\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .sm\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .sm\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .sm\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .sm\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .sm\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .sm\:tw-col-start-1{
    grid-column-start: 1;
  }

  .sm\:tw-col-start-2{
    grid-column-start: 2;
  }

  .sm\:tw-col-start-3{
    grid-column-start: 3;
  }

  .sm\:tw-col-start-4{
    grid-column-start: 4;
  }

  .sm\:tw-col-start-5{
    grid-column-start: 5;
  }

  .sm\:tw-col-start-6{
    grid-column-start: 6;
  }

  .sm\:tw-col-start-7{
    grid-column-start: 7;
  }

  .sm\:tw-col-start-8{
    grid-column-start: 8;
  }

  .sm\:tw-col-start-9{
    grid-column-start: 9;
  }

  .sm\:tw-col-start-10{
    grid-column-start: 10;
  }

  .sm\:tw-col-start-11{
    grid-column-start: 11;
  }

  .sm\:tw-col-start-12{
    grid-column-start: 12;
  }

  .sm\:tw-col-start-13{
    grid-column-start: 13;
  }

  .sm\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .sm\:tw-col-end-1{
    grid-column-end: 1;
  }

  .sm\:tw-col-end-2{
    grid-column-end: 2;
  }

  .sm\:tw-col-end-3{
    grid-column-end: 3;
  }

  .sm\:tw-col-end-4{
    grid-column-end: 4;
  }

  .sm\:tw-col-end-5{
    grid-column-end: 5;
  }

  .sm\:tw-col-end-6{
    grid-column-end: 6;
  }

  .sm\:tw-col-end-7{
    grid-column-end: 7;
  }

  .sm\:tw-col-end-8{
    grid-column-end: 8;
  }

  .sm\:tw-col-end-9{
    grid-column-end: 9;
  }

  .sm\:tw-col-end-10{
    grid-column-end: 10;
  }

  .sm\:tw-col-end-11{
    grid-column-end: 11;
  }

  .sm\:tw-col-end-12{
    grid-column-end: 12;
  }

  .sm\:tw-col-end-13{
    grid-column-end: 13;
  }

  .sm\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .sm\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .sm\:tw-row-auto{
    grid-row: auto;
  }

  .sm\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .sm\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .sm\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .sm\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .sm\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .sm\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .sm\:tw-row-start-1{
    grid-row-start: 1;
  }

  .sm\:tw-row-start-2{
    grid-row-start: 2;
  }

  .sm\:tw-row-start-3{
    grid-row-start: 3;
  }

  .sm\:tw-row-start-4{
    grid-row-start: 4;
  }

  .sm\:tw-row-start-5{
    grid-row-start: 5;
  }

  .sm\:tw-row-start-6{
    grid-row-start: 6;
  }

  .sm\:tw-row-start-7{
    grid-row-start: 7;
  }

  .sm\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .sm\:tw-row-end-1{
    grid-row-end: 1;
  }

  .sm\:tw-row-end-2{
    grid-row-end: 2;
  }

  .sm\:tw-row-end-3{
    grid-row-end: 3;
  }

  .sm\:tw-row-end-4{
    grid-row-end: 4;
  }

  .sm\:tw-row-end-5{
    grid-row-end: 5;
  }

  .sm\:tw-row-end-6{
    grid-row-end: 6;
  }

  .sm\:tw-row-end-7{
    grid-row-end: 7;
  }

  .sm\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .sm\:tw-transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .sm\:tw-transform-none{
    transform: none;
  }

  .sm\:tw-origin-center{
    transform-origin: center;
  }

  .sm\:tw-origin-top{
    transform-origin: top;
  }

  .sm\:tw-origin-top-right{
    transform-origin: top right;
  }

  .sm\:tw-origin-right{
    transform-origin: right;
  }

  .sm\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .sm\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .sm\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .sm\:tw-origin-left{
    transform-origin: left;
  }

  .sm\:tw-origin-top-left{
    transform-origin: top left;
  }

  .sm\:tw-scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:tw-scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:tw-scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:tw-scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:tw-scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:tw-scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:tw-scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:tw-scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:tw-scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:tw-scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:tw-scale-x-0{
    --transform-scale-x: 0;
  }

  .sm\:tw-scale-x-50{
    --transform-scale-x: .5;
  }

  .sm\:tw-scale-x-75{
    --transform-scale-x: .75;
  }

  .sm\:tw-scale-x-90{
    --transform-scale-x: .9;
  }

  .sm\:tw-scale-x-95{
    --transform-scale-x: .95;
  }

  .sm\:tw-scale-x-100{
    --transform-scale-x: 1;
  }

  .sm\:tw-scale-x-105{
    --transform-scale-x: 1.05;
  }

  .sm\:tw-scale-x-110{
    --transform-scale-x: 1.1;
  }

  .sm\:tw-scale-x-125{
    --transform-scale-x: 1.25;
  }

  .sm\:tw-scale-x-150{
    --transform-scale-x: 1.5;
  }

  .sm\:tw-scale-y-0{
    --transform-scale-y: 0;
  }

  .sm\:tw-scale-y-50{
    --transform-scale-y: .5;
  }

  .sm\:tw-scale-y-75{
    --transform-scale-y: .75;
  }

  .sm\:tw-scale-y-90{
    --transform-scale-y: .9;
  }

  .sm\:tw-scale-y-95{
    --transform-scale-y: .95;
  }

  .sm\:tw-scale-y-100{
    --transform-scale-y: 1;
  }

  .sm\:tw-scale-y-105{
    --transform-scale-y: 1.05;
  }

  .sm\:tw-scale-y-110{
    --transform-scale-y: 1.1;
  }

  .sm\:tw-scale-y-125{
    --transform-scale-y: 1.25;
  }

  .sm\:tw-scale-y-150{
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:tw-scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:hover\:tw-scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:hover\:tw-scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:hover\:tw-scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:hover\:tw-scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:hover\:tw-scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:hover\:tw-scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:tw-scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:tw-scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:tw-scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:hover\:tw-scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .sm\:hover\:tw-scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .sm\:hover\:tw-scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .sm\:hover\:tw-scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .sm\:hover\:tw-scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .sm\:hover\:tw-scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .sm\:hover\:tw-scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .sm\:hover\:tw-scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .sm\:hover\:tw-scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .sm\:hover\:tw-scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .sm\:hover\:tw-scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .sm\:hover\:tw-scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .sm\:hover\:tw-scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .sm\:hover\:tw-scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .sm\:hover\:tw-scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .sm\:hover\:tw-scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .sm\:hover\:tw-scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .sm\:hover\:tw-scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .sm\:hover\:tw-scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .sm\:hover\:tw-scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:tw-scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .sm\:focus\:tw-scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .sm\:focus\:tw-scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .sm\:focus\:tw-scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .sm\:focus\:tw-scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .sm\:focus\:tw-scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .sm\:focus\:tw-scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:tw-scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:tw-scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:tw-scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .sm\:focus\:tw-scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .sm\:focus\:tw-scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .sm\:focus\:tw-scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .sm\:focus\:tw-scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .sm\:focus\:tw-scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .sm\:focus\:tw-scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .sm\:focus\:tw-scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .sm\:focus\:tw-scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .sm\:focus\:tw-scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .sm\:focus\:tw-scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .sm\:focus\:tw-scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .sm\:focus\:tw-scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .sm\:focus\:tw-scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .sm\:focus\:tw-scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .sm\:focus\:tw-scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .sm\:focus\:tw-scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .sm\:focus\:tw-scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .sm\:focus\:tw-scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .sm\:focus\:tw-scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .sm\:focus\:tw-scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .sm\:tw-rotate-0{
    --transform-rotate: 0;
  }

  .sm\:tw-rotate-45{
    --transform-rotate: 45deg;
  }

  .sm\:tw-rotate-90{
    --transform-rotate: 90deg;
  }

  .sm\:tw-rotate-180{
    --transform-rotate: 180deg;
  }

  .sm\:tw--rotate-180{
    --transform-rotate: -180deg;
  }

  .sm\:tw--rotate-90{
    --transform-rotate: -90deg;
  }

  .sm\:tw--rotate-45{
    --transform-rotate: -45deg;
  }

  .sm\:hover\:tw-rotate-0:hover{
    --transform-rotate: 0;
  }

  .sm\:hover\:tw-rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .sm\:hover\:tw-rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .sm\:hover\:tw-rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .sm\:hover\:tw--rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .sm\:hover\:tw--rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .sm\:hover\:tw--rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .sm\:focus\:tw-rotate-0:focus{
    --transform-rotate: 0;
  }

  .sm\:focus\:tw-rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .sm\:focus\:tw-rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .sm\:focus\:tw-rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .sm\:focus\:tw--rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .sm\:focus\:tw--rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .sm\:focus\:tw--rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .sm\:tw-translate-x-0{
    --transform-translate-x: 0;
  }

  .sm\:tw-translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .sm\:tw-translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .sm\:tw-translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .sm\:tw-translate-x-4{
    --transform-translate-x: 1rem;
  }

  .sm\:tw-translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .sm\:tw-translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .sm\:tw-translate-x-8{
    --transform-translate-x: 2rem;
  }

  .sm\:tw-translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .sm\:tw-translate-x-12{
    --transform-translate-x: 3rem;
  }

  .sm\:tw-translate-x-16{
    --transform-translate-x: 4rem;
  }

  .sm\:tw-translate-x-20{
    --transform-translate-x: 5rem;
  }

  .sm\:tw-translate-x-24{
    --transform-translate-x: 6rem;
  }

  .sm\:tw-translate-x-32{
    --transform-translate-x: 8rem;
  }

  .sm\:tw-translate-x-40{
    --transform-translate-x: 10rem;
  }

  .sm\:tw-translate-x-48{
    --transform-translate-x: 12rem;
  }

  .sm\:tw-translate-x-56{
    --transform-translate-x: 14rem;
  }

  .sm\:tw-translate-x-64{
    --transform-translate-x: 16rem;
  }

  .sm\:tw-translate-x-px{
    --transform-translate-x: 1px;
  }

  .sm\:tw--translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .sm\:tw--translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .sm\:tw--translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .sm\:tw--translate-x-4{
    --transform-translate-x: -1rem;
  }

  .sm\:tw--translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .sm\:tw--translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .sm\:tw--translate-x-8{
    --transform-translate-x: -2rem;
  }

  .sm\:tw--translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .sm\:tw--translate-x-12{
    --transform-translate-x: -3rem;
  }

  .sm\:tw--translate-x-16{
    --transform-translate-x: -4rem;
  }

  .sm\:tw--translate-x-20{
    --transform-translate-x: -5rem;
  }

  .sm\:tw--translate-x-24{
    --transform-translate-x: -6rem;
  }

  .sm\:tw--translate-x-32{
    --transform-translate-x: -8rem;
  }

  .sm\:tw--translate-x-40{
    --transform-translate-x: -10rem;
  }

  .sm\:tw--translate-x-48{
    --transform-translate-x: -12rem;
  }

  .sm\:tw--translate-x-56{
    --transform-translate-x: -14rem;
  }

  .sm\:tw--translate-x-64{
    --transform-translate-x: -16rem;
  }

  .sm\:tw--translate-x-px{
    --transform-translate-x: -1px;
  }

  .sm\:tw--translate-x-full{
    --transform-translate-x: -100%;
  }

  .sm\:tw--translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .sm\:tw-translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .sm\:tw-translate-x-full{
    --transform-translate-x: 100%;
  }

  .sm\:tw-translate-y-0{
    --transform-translate-y: 0;
  }

  .sm\:tw-translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .sm\:tw-translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .sm\:tw-translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .sm\:tw-translate-y-4{
    --transform-translate-y: 1rem;
  }

  .sm\:tw-translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .sm\:tw-translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .sm\:tw-translate-y-8{
    --transform-translate-y: 2rem;
  }

  .sm\:tw-translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .sm\:tw-translate-y-12{
    --transform-translate-y: 3rem;
  }

  .sm\:tw-translate-y-16{
    --transform-translate-y: 4rem;
  }

  .sm\:tw-translate-y-20{
    --transform-translate-y: 5rem;
  }

  .sm\:tw-translate-y-24{
    --transform-translate-y: 6rem;
  }

  .sm\:tw-translate-y-32{
    --transform-translate-y: 8rem;
  }

  .sm\:tw-translate-y-40{
    --transform-translate-y: 10rem;
  }

  .sm\:tw-translate-y-48{
    --transform-translate-y: 12rem;
  }

  .sm\:tw-translate-y-56{
    --transform-translate-y: 14rem;
  }

  .sm\:tw-translate-y-64{
    --transform-translate-y: 16rem;
  }

  .sm\:tw-translate-y-px{
    --transform-translate-y: 1px;
  }

  .sm\:tw--translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .sm\:tw--translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .sm\:tw--translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .sm\:tw--translate-y-4{
    --transform-translate-y: -1rem;
  }

  .sm\:tw--translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .sm\:tw--translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .sm\:tw--translate-y-8{
    --transform-translate-y: -2rem;
  }

  .sm\:tw--translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .sm\:tw--translate-y-12{
    --transform-translate-y: -3rem;
  }

  .sm\:tw--translate-y-16{
    --transform-translate-y: -4rem;
  }

  .sm\:tw--translate-y-20{
    --transform-translate-y: -5rem;
  }

  .sm\:tw--translate-y-24{
    --transform-translate-y: -6rem;
  }

  .sm\:tw--translate-y-32{
    --transform-translate-y: -8rem;
  }

  .sm\:tw--translate-y-40{
    --transform-translate-y: -10rem;
  }

  .sm\:tw--translate-y-48{
    --transform-translate-y: -12rem;
  }

  .sm\:tw--translate-y-56{
    --transform-translate-y: -14rem;
  }

  .sm\:tw--translate-y-64{
    --transform-translate-y: -16rem;
  }

  .sm\:tw--translate-y-px{
    --transform-translate-y: -1px;
  }

  .sm\:tw--translate-y-full{
    --transform-translate-y: -100%;
  }

  .sm\:tw--translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .sm\:tw-translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .sm\:tw-translate-y-full{
    --transform-translate-y: 100%;
  }

  .sm\:hover\:tw-translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .sm\:hover\:tw-translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .sm\:hover\:tw-translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .sm\:hover\:tw-translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .sm\:hover\:tw-translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .sm\:hover\:tw-translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .sm\:hover\:tw-translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .sm\:hover\:tw-translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .sm\:hover\:tw-translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .sm\:hover\:tw-translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .sm\:hover\:tw-translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .sm\:hover\:tw-translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .sm\:hover\:tw-translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .sm\:hover\:tw-translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .sm\:hover\:tw-translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .sm\:hover\:tw-translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .sm\:hover\:tw-translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .sm\:hover\:tw-translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .sm\:hover\:tw-translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .sm\:hover\:tw--translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .sm\:hover\:tw--translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .sm\:hover\:tw--translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .sm\:hover\:tw--translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .sm\:hover\:tw--translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .sm\:hover\:tw--translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .sm\:hover\:tw--translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .sm\:hover\:tw--translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .sm\:hover\:tw--translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .sm\:hover\:tw--translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .sm\:hover\:tw--translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .sm\:hover\:tw--translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .sm\:hover\:tw--translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .sm\:hover\:tw--translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .sm\:hover\:tw--translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .sm\:hover\:tw--translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .sm\:hover\:tw--translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .sm\:hover\:tw--translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .sm\:hover\:tw--translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .sm\:hover\:tw--translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .sm\:hover\:tw-translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .sm\:hover\:tw-translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .sm\:hover\:tw-translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .sm\:hover\:tw-translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .sm\:hover\:tw-translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .sm\:hover\:tw-translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .sm\:hover\:tw-translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .sm\:hover\:tw-translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .sm\:hover\:tw-translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .sm\:hover\:tw-translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .sm\:hover\:tw-translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .sm\:hover\:tw-translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .sm\:hover\:tw-translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .sm\:hover\:tw-translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .sm\:hover\:tw-translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .sm\:hover\:tw-translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .sm\:hover\:tw-translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .sm\:hover\:tw-translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .sm\:hover\:tw-translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .sm\:hover\:tw-translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .sm\:hover\:tw-translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .sm\:hover\:tw--translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .sm\:hover\:tw--translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .sm\:hover\:tw--translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .sm\:hover\:tw--translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .sm\:hover\:tw--translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .sm\:hover\:tw--translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .sm\:hover\:tw--translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .sm\:hover\:tw--translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .sm\:hover\:tw--translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .sm\:hover\:tw--translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .sm\:hover\:tw--translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .sm\:hover\:tw--translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .sm\:hover\:tw--translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .sm\:hover\:tw--translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .sm\:hover\:tw--translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .sm\:hover\:tw--translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .sm\:hover\:tw--translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .sm\:hover\:tw--translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .sm\:hover\:tw--translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .sm\:hover\:tw--translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .sm\:hover\:tw-translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .sm\:hover\:tw-translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .sm\:focus\:tw-translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .sm\:focus\:tw-translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .sm\:focus\:tw-translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .sm\:focus\:tw-translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .sm\:focus\:tw-translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .sm\:focus\:tw-translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .sm\:focus\:tw-translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .sm\:focus\:tw-translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .sm\:focus\:tw-translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .sm\:focus\:tw-translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .sm\:focus\:tw-translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .sm\:focus\:tw-translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .sm\:focus\:tw-translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .sm\:focus\:tw-translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .sm\:focus\:tw-translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .sm\:focus\:tw-translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .sm\:focus\:tw-translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .sm\:focus\:tw-translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .sm\:focus\:tw-translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .sm\:focus\:tw--translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .sm\:focus\:tw--translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .sm\:focus\:tw--translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .sm\:focus\:tw--translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .sm\:focus\:tw--translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .sm\:focus\:tw--translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .sm\:focus\:tw--translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .sm\:focus\:tw--translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .sm\:focus\:tw--translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .sm\:focus\:tw--translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .sm\:focus\:tw--translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .sm\:focus\:tw--translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .sm\:focus\:tw--translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .sm\:focus\:tw--translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .sm\:focus\:tw--translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .sm\:focus\:tw--translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .sm\:focus\:tw--translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .sm\:focus\:tw--translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .sm\:focus\:tw--translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .sm\:focus\:tw--translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .sm\:focus\:tw-translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .sm\:focus\:tw-translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .sm\:focus\:tw-translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .sm\:focus\:tw-translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .sm\:focus\:tw-translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .sm\:focus\:tw-translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .sm\:focus\:tw-translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .sm\:focus\:tw-translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .sm\:focus\:tw-translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .sm\:focus\:tw-translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .sm\:focus\:tw-translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .sm\:focus\:tw-translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .sm\:focus\:tw-translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .sm\:focus\:tw-translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .sm\:focus\:tw-translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .sm\:focus\:tw-translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .sm\:focus\:tw-translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .sm\:focus\:tw-translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .sm\:focus\:tw-translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .sm\:focus\:tw-translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .sm\:focus\:tw-translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .sm\:focus\:tw--translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .sm\:focus\:tw--translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .sm\:focus\:tw--translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .sm\:focus\:tw--translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .sm\:focus\:tw--translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .sm\:focus\:tw--translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .sm\:focus\:tw--translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .sm\:focus\:tw--translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .sm\:focus\:tw--translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .sm\:focus\:tw--translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .sm\:focus\:tw--translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .sm\:focus\:tw--translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .sm\:focus\:tw--translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .sm\:focus\:tw--translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .sm\:focus\:tw--translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .sm\:focus\:tw--translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .sm\:focus\:tw--translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .sm\:focus\:tw--translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .sm\:focus\:tw--translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .sm\:focus\:tw--translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .sm\:focus\:tw-translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .sm\:focus\:tw-translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .sm\:tw-skew-x-0{
    --transform-skew-x: 0;
  }

  .sm\:tw-skew-x-3{
    --transform-skew-x: 3deg;
  }

  .sm\:tw-skew-x-6{
    --transform-skew-x: 6deg;
  }

  .sm\:tw-skew-x-12{
    --transform-skew-x: 12deg;
  }

  .sm\:tw--skew-x-12{
    --transform-skew-x: -12deg;
  }

  .sm\:tw--skew-x-6{
    --transform-skew-x: -6deg;
  }

  .sm\:tw--skew-x-3{
    --transform-skew-x: -3deg;
  }

  .sm\:tw-skew-y-0{
    --transform-skew-y: 0;
  }

  .sm\:tw-skew-y-3{
    --transform-skew-y: 3deg;
  }

  .sm\:tw-skew-y-6{
    --transform-skew-y: 6deg;
  }

  .sm\:tw-skew-y-12{
    --transform-skew-y: 12deg;
  }

  .sm\:tw--skew-y-12{
    --transform-skew-y: -12deg;
  }

  .sm\:tw--skew-y-6{
    --transform-skew-y: -6deg;
  }

  .sm\:tw--skew-y-3{
    --transform-skew-y: -3deg;
  }

  .sm\:hover\:tw-skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .sm\:hover\:tw-skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .sm\:hover\:tw-skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .sm\:hover\:tw-skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .sm\:hover\:tw--skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .sm\:hover\:tw--skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .sm\:hover\:tw--skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .sm\:hover\:tw-skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .sm\:hover\:tw-skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .sm\:hover\:tw-skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .sm\:hover\:tw-skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .sm\:hover\:tw--skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .sm\:hover\:tw--skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .sm\:hover\:tw--skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .sm\:focus\:tw-skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .sm\:focus\:tw-skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .sm\:focus\:tw-skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .sm\:focus\:tw-skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .sm\:focus\:tw--skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .sm\:focus\:tw--skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .sm\:focus\:tw--skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .sm\:focus\:tw-skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .sm\:focus\:tw-skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .sm\:focus\:tw-skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .sm\:focus\:tw-skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .sm\:focus\:tw--skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .sm\:focus\:tw--skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .sm\:focus\:tw--skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .sm\:tw-transition-none{
    transition-property: none;
  }

  .sm\:tw-transition-all{
    transition-property: all;
  }

  .sm\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:tw-transition-opacity{
    transition-property: opacity;
  }

  .sm\:tw-transition-shadow{
    transition-property: box-shadow;
  }

  .sm\:tw-transition-transform{
    transition-property: transform;
  }

  .sm\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .sm\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:tw-duration-75{
    transition-duration: 75ms;
  }

  .sm\:tw-duration-100{
    transition-duration: 100ms;
  }

  .sm\:tw-duration-150{
    transition-duration: 150ms;
  }

  .sm\:tw-duration-200{
    transition-duration: 200ms;
  }

  .sm\:tw-duration-300{
    transition-duration: 300ms;
  }

  .sm\:tw-duration-500{
    transition-duration: 500ms;
  }

  .sm\:tw-duration-700{
    transition-duration: 700ms;
  }

  .sm\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .sm\:tw-delay-75{
    transition-delay: 75ms;
  }

  .sm\:tw-delay-100{
    transition-delay: 100ms;
  }

  .sm\:tw-delay-150{
    transition-delay: 150ms;
  }

  .sm\:tw-delay-200{
    transition-delay: 200ms;
  }

  .sm\:tw-delay-300{
    transition-delay: 300ms;
  }

  .sm\:tw-delay-500{
    transition-delay: 500ms;
  }

  .sm\:tw-delay-700{
    transition-delay: 700ms;
  }

  .sm\:tw-delay-1000{
    transition-delay: 1000ms;
  }
}

@media (min-width: 768px){
  .md\:tw-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .md\:tw-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .md\:tw-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .md\:tw-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .md\:tw--space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw--space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .md\:tw--space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .md\:tw-space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .md\:tw-space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .md\:tw-divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .md\:tw-divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:tw-divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .md\:tw-divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:tw-divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .md\:tw-divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:tw-divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .md\:tw-divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:tw-divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .md\:tw-divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .md\:tw-divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .md\:tw-divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .md\:tw-divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .md\:tw-divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .md\:tw-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .md\:tw-divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .md\:tw-divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .md\:tw-divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .md\:tw-divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .md\:tw-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .md\:tw-divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .md\:tw-divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .md\:tw-divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .md\:tw-divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .md\:tw-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .md\:tw-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .md\:tw-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .md\:tw-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .md\:tw-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .md\:tw-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .md\:tw-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .md\:tw-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .md\:tw-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .md\:tw-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .md\:tw-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .md\:tw-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .md\:tw-divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .md\:tw-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .md\:tw-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .md\:tw-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .md\:tw-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .md\:tw-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .md\:tw-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .md\:tw-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .md\:tw-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .md\:tw-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .md\:tw-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .md\:tw-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .md\:tw-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .md\:tw-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .md\:tw-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .md\:tw-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .md\:tw-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .md\:tw-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .md\:tw-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .md\:tw-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .md\:tw-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .md\:tw-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .md\:tw-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .md\:tw-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .md\:tw-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .md\:tw-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .md\:tw-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .md\:tw-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .md\:tw-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .md\:tw-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .md\:tw-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .md\:tw-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .md\:tw-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .md\:tw-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .md\:tw-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .md\:tw-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .md\:tw-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .md\:tw-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .md\:tw-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .md\:tw-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .md\:tw-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .md\:tw-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .md\:tw-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .md\:tw-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .md\:tw-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .md\:tw-divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .md\:tw-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .md\:tw-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .md\:tw-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .md\:tw-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .md\:tw-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .md\:tw-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .md\:tw-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .md\:tw-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .md\:tw-divide-shadow-100 > :not(template) ~ :not(template){
    border-color: #00000026;
  }

  .md\:tw-divide-shadow-200 > :not(template) ~ :not(template){
    border-color: #0000001A;
  }

  .md\:tw-divide-grey-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--divide-opacity));
  }

  .md\:tw-divide-grey-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--divide-opacity));
  }

  .md\:tw-divide-grey-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--divide-opacity));
  }

  .md\:tw-divide-grey-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--divide-opacity));
  }

  .md\:tw-divide-grey-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--divide-opacity));
  }

  .md\:tw-divide-grey-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .md\:tw-divide-zzmblue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--divide-opacity));
  }

  .md\:tw-divide-zzmblue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--divide-opacity));
  }

  .md\:tw-divide-zzmgreen-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--divide-opacity));
  }

  .md\:tw-divide-zzmgreen-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--divide-opacity));
  }

  .md\:tw-divide-zzmgreen-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--divide-opacity));
  }

  .md\:tw-divide-zzmorange > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--divide-opacity));
  }

  .md\:tw-divide-zzmyellow > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--divide-opacity));
  }

  .md\:tw-divide-zzmred > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--divide-opacity));
  }

  .md\:tw-divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .md\:tw-divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .md\:tw-divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .md\:tw-divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .md\:tw-divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .md\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:tw-appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .md\:tw-bg-fixed{
    background-attachment: fixed;
  }

  .md\:tw-bg-local{
    background-attachment: local;
  }

  .md\:tw-bg-scroll{
    background-attachment: scroll;
  }

  .md\:tw-bg-transparent{
    background-color: transparent;
  }

  .md\:tw-bg-current{
    background-color: currentColor;
  }

  .md\:tw-bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:tw-bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:tw-bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:tw-bg-gray-200{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:tw-bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:tw-bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:tw-bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:tw-bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:tw-bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:tw-bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:tw-bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:tw-bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:tw-bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:tw-bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:tw-bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:tw-bg-red-500{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:tw-bg-red-600{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:tw-bg-red-700{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:tw-bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:tw-bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:tw-bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:tw-bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:tw-bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:tw-bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:tw-bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:tw-bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:tw-bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:tw-bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:tw-bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:tw-bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:tw-bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:tw-bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:tw-bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:tw-bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:tw-bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:tw-bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:tw-bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:tw-bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:tw-bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:tw-bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:tw-bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:tw-bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:tw-bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:tw-bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:tw-bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:tw-bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:tw-bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:tw-bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:tw-bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:tw-bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:tw-bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:tw-bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:tw-bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:tw-bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:tw-bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:tw-bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:tw-bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:tw-bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:tw-bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:tw-bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:tw-bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:tw-bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:tw-bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:tw-bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:tw-bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:tw-bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:tw-bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:tw-bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:tw-bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:tw-bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:tw-bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:tw-bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:tw-bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:tw-bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:tw-bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:tw-bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:tw-bg-shadow-100{
    background-color: #00000026;
  }

  .md\:tw-bg-shadow-200{
    background-color: #0000001A;
  }

  .md\:tw-bg-grey-100{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .md\:tw-bg-grey-200{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .md\:tw-bg-grey-300{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .md\:tw-bg-grey-400{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .md\:tw-bg-grey-500{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .md\:tw-bg-grey-600{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:tw-bg-zzmblue-100{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .md\:tw-bg-zzmblue-200{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .md\:tw-bg-zzmgreen-100{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .md\:tw-bg-zzmgreen-200{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .md\:tw-bg-zzmgreen-300{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .md\:tw-bg-zzmorange{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .md\:tw-bg-zzmyellow{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .md\:tw-bg-zzmred{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .md\:hover\:tw-bg-current:hover{
    background-color: currentColor;
  }

  .md\:hover\:tw-bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-shadow-100:hover{
    background-color: #00000026;
  }

  .md\:hover\:tw-bg-shadow-200:hover{
    background-color: #0000001A;
  }

  .md\:hover\:tw-bg-grey-100:hover{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-grey-200:hover{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-grey-300:hover{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-grey-400:hover{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-grey-500:hover{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-grey-600:hover{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-zzmblue-100:hover{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-zzmblue-200:hover{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-zzmgreen-100:hover{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-zzmgreen-200:hover{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-zzmgreen-300:hover{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-zzmorange:hover{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-zzmyellow:hover{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .md\:hover\:tw-bg-zzmred:hover{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .md\:focus\:tw-bg-current:focus{
    background-color: currentColor;
  }

  .md\:focus\:tw-bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-shadow-100:focus{
    background-color: #00000026;
  }

  .md\:focus\:tw-bg-shadow-200:focus{
    background-color: #0000001A;
  }

  .md\:focus\:tw-bg-grey-100:focus{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-grey-200:focus{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-grey-300:focus{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-grey-400:focus{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-grey-500:focus{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-grey-600:focus{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-zzmblue-100:focus{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-zzmblue-200:focus{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-zzmgreen-100:focus{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-zzmgreen-200:focus{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-zzmgreen-300:focus{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-zzmorange:focus{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-zzmyellow:focus{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .md\:focus\:tw-bg-zzmred:focus{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .md\:tw-bg-opacity-0{
    --bg-opacity: 0;
  }

  .md\:tw-bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .md\:tw-bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .md\:tw-bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .md\:tw-bg-opacity-100{
    --bg-opacity: 1;
  }

  .md\:hover\:tw-bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .md\:hover\:tw-bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .md\:hover\:tw-bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .md\:hover\:tw-bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .md\:hover\:tw-bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .md\:focus\:tw-bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .md\:focus\:tw-bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .md\:focus\:tw-bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .md\:focus\:tw-bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .md\:focus\:tw-bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .md\:tw-bg-bottom{
    background-position: bottom;
  }

  .md\:tw-bg-center{
    background-position: center;
  }

  .md\:tw-bg-left{
    background-position: left;
  }

  .md\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .md\:tw-bg-left-top{
    background-position: left top;
  }

  .md\:tw-bg-right{
    background-position: right;
  }

  .md\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .md\:tw-bg-right-top{
    background-position: right top;
  }

  .md\:tw-bg-top{
    background-position: top;
  }

  .md\:tw-bg-repeat{
    background-repeat: repeat;
  }

  .md\:tw-bg-no-repeat{
    background-repeat: no-repeat;
  }

  .md\:tw-bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:tw-bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:tw-bg-repeat-round{
    background-repeat: round;
  }

  .md\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .md\:tw-bg-auto{
    background-size: auto;
  }

  .md\:tw-bg-cover{
    background-size: cover;
  }

  .md\:tw-bg-contain{
    background-size: contain;
  }

  .md\:tw-border-collapse{
    border-collapse: collapse;
  }

  .md\:tw-border-separate{
    border-collapse: separate;
  }

  .md\:tw-border-transparent{
    border-color: transparent;
  }

  .md\:tw-border-current{
    border-color: currentColor;
  }

  .md\:tw-border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:tw-border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:tw-border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:tw-border-gray-200{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:tw-border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:tw-border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:tw-border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:tw-border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:tw-border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:tw-border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:tw-border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:tw-border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:tw-border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:tw-border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:tw-border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:tw-border-red-500{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:tw-border-red-600{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:tw-border-red-700{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:tw-border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:tw-border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:tw-border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:tw-border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:tw-border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:tw-border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:tw-border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:tw-border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:tw-border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:tw-border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:tw-border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:tw-border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:tw-border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:tw-border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:tw-border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:tw-border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:tw-border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:tw-border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:tw-border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:tw-border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:tw-border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:tw-border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:tw-border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:tw-border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:tw-border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:tw-border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:tw-border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:tw-border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:tw-border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:tw-border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:tw-border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:tw-border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:tw-border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:tw-border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:tw-border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:tw-border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:tw-border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:tw-border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:tw-border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:tw-border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:tw-border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:tw-border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:tw-border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:tw-border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:tw-border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:tw-border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:tw-border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:tw-border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:tw-border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:tw-border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:tw-border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:tw-border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:tw-border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:tw-border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:tw-border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:tw-border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:tw-border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:tw-border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:tw-border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:tw-border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:tw-border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:tw-border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:tw-border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:tw-border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:tw-border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:tw-border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:tw-border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:tw-border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:tw-border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:tw-border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:tw-border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:tw-border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:tw-border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:tw-border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:tw-border-shadow-100{
    border-color: #00000026;
  }

  .md\:tw-border-shadow-200{
    border-color: #0000001A;
  }

  .md\:tw-border-grey-100{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .md\:tw-border-grey-200{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .md\:tw-border-grey-300{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .md\:tw-border-grey-400{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .md\:tw-border-grey-500{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .md\:tw-border-grey-600{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:tw-border-zzmblue-100{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .md\:tw-border-zzmblue-200{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .md\:tw-border-zzmgreen-100{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .md\:tw-border-zzmgreen-200{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .md\:tw-border-zzmgreen-300{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .md\:tw-border-zzmorange{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .md\:tw-border-zzmyellow{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .md\:tw-border-zzmred{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .md\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:tw-border-current:hover{
    border-color: currentColor;
  }

  .md\:hover\:tw-border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:hover\:tw-border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-200:hover{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:hover\:tw-border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-500:hover{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-600:hover{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-700:hover{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:hover\:tw-border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:hover\:tw-border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:hover\:tw-border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:hover\:tw-border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:hover\:tw-border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:hover\:tw-border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:hover\:tw-border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:hover\:tw-border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:hover\:tw-border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:hover\:tw-border-shadow-100:hover{
    border-color: #00000026;
  }

  .md\:hover\:tw-border-shadow-200:hover{
    border-color: #0000001A;
  }

  .md\:hover\:tw-border-grey-100:hover{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .md\:hover\:tw-border-grey-200:hover{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .md\:hover\:tw-border-grey-300:hover{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .md\:hover\:tw-border-grey-400:hover{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .md\:hover\:tw-border-grey-500:hover{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .md\:hover\:tw-border-grey-600:hover{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:hover\:tw-border-zzmblue-100:hover{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .md\:hover\:tw-border-zzmblue-200:hover{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .md\:hover\:tw-border-zzmgreen-100:hover{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .md\:hover\:tw-border-zzmgreen-200:hover{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .md\:hover\:tw-border-zzmgreen-300:hover{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .md\:hover\:tw-border-zzmorange:hover{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .md\:hover\:tw-border-zzmyellow:hover{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .md\:hover\:tw-border-zzmred:hover{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .md\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:tw-border-current:focus{
    border-color: currentColor;
  }

  .md\:focus\:tw-border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .md\:focus\:tw-border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-200:focus{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .md\:focus\:tw-border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-500:focus{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-600:focus{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-700:focus{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .md\:focus\:tw-border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .md\:focus\:tw-border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .md\:focus\:tw-border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .md\:focus\:tw-border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .md\:focus\:tw-border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .md\:focus\:tw-border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .md\:focus\:tw-border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .md\:focus\:tw-border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .md\:focus\:tw-border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .md\:focus\:tw-border-shadow-100:focus{
    border-color: #00000026;
  }

  .md\:focus\:tw-border-shadow-200:focus{
    border-color: #0000001A;
  }

  .md\:focus\:tw-border-grey-100:focus{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .md\:focus\:tw-border-grey-200:focus{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .md\:focus\:tw-border-grey-300:focus{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .md\:focus\:tw-border-grey-400:focus{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .md\:focus\:tw-border-grey-500:focus{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .md\:focus\:tw-border-grey-600:focus{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .md\:focus\:tw-border-zzmblue-100:focus{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .md\:focus\:tw-border-zzmblue-200:focus{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .md\:focus\:tw-border-zzmgreen-100:focus{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .md\:focus\:tw-border-zzmgreen-200:focus{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .md\:focus\:tw-border-zzmgreen-300:focus{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .md\:focus\:tw-border-zzmorange:focus{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .md\:focus\:tw-border-zzmyellow:focus{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .md\:focus\:tw-border-zzmred:focus{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .md\:tw-border-opacity-0{
    --border-opacity: 0;
  }

  .md\:tw-border-opacity-25{
    --border-opacity: 0.25;
  }

  .md\:tw-border-opacity-50{
    --border-opacity: 0.5;
  }

  .md\:tw-border-opacity-75{
    --border-opacity: 0.75;
  }

  .md\:tw-border-opacity-100{
    --border-opacity: 1;
  }

  .md\:hover\:tw-border-opacity-0:hover{
    --border-opacity: 0;
  }

  .md\:hover\:tw-border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .md\:hover\:tw-border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .md\:hover\:tw-border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .md\:hover\:tw-border-opacity-100:hover{
    --border-opacity: 1;
  }

  .md\:focus\:tw-border-opacity-0:focus{
    --border-opacity: 0;
  }

  .md\:focus\:tw-border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .md\:focus\:tw-border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .md\:focus\:tw-border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .md\:focus\:tw-border-opacity-100:focus{
    --border-opacity: 1;
  }

  .md\:tw-rounded-none{
    border-radius: 0;
  }

  .md\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .md\:tw-rounded{
    border-radius: 0.25rem;
  }

  .md\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .md\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:tw-rounded-full{
    border-radius: 9999px;
  }

  .md\:tw-rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:tw-rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:tw-rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:tw-rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:tw-rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-rounded-tl-none{
    border-top-left-radius: 0;
  }

  .md\:tw-rounded-tr-none{
    border-top-right-radius: 0;
  }

  .md\:tw-rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .md\:tw-rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .md\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .md\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .md\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .md\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .md\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .md\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .md\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .md\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .md\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .md\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .md\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .md\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .md\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .md\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .md\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .md\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .md\:tw-rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:tw-rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:tw-border-solid{
    border-style: solid;
  }

  .md\:tw-border-dashed{
    border-style: dashed;
  }

  .md\:tw-border-dotted{
    border-style: dotted;
  }

  .md\:tw-border-double{
    border-style: double;
  }

  .md\:tw-border-none{
    border-style: none;
  }

  .md\:tw-border-0{
    border-width: 0;
  }

  .md\:tw-border-2{
    border-width: 2px;
  }

  .md\:tw-border-4{
    border-width: 4px;
  }

  .md\:tw-border-8{
    border-width: 8px;
  }

  .md\:tw-border{
    border-width: 1px;
  }

  .md\:tw-border-t-0{
    border-top-width: 0;
  }

  .md\:tw-border-r-0{
    border-right-width: 0;
  }

  .md\:tw-border-b-0{
    border-bottom-width: 0;
  }

  .md\:tw-border-l-0{
    border-left-width: 0;
  }

  .md\:tw-border-t-2{
    border-top-width: 2px;
  }

  .md\:tw-border-r-2{
    border-right-width: 2px;
  }

  .md\:tw-border-b-2{
    border-bottom-width: 2px;
  }

  .md\:tw-border-l-2{
    border-left-width: 2px;
  }

  .md\:tw-border-t-4{
    border-top-width: 4px;
  }

  .md\:tw-border-r-4{
    border-right-width: 4px;
  }

  .md\:tw-border-b-4{
    border-bottom-width: 4px;
  }

  .md\:tw-border-l-4{
    border-left-width: 4px;
  }

  .md\:tw-border-t-8{
    border-top-width: 8px;
  }

  .md\:tw-border-r-8{
    border-right-width: 8px;
  }

  .md\:tw-border-b-8{
    border-bottom-width: 8px;
  }

  .md\:tw-border-l-8{
    border-left-width: 8px;
  }

  .md\:tw-border-t{
    border-top-width: 1px;
  }

  .md\:tw-border-r{
    border-right-width: 1px;
  }

  .md\:tw-border-b{
    border-bottom-width: 1px;
  }

  .md\:tw-border-l{
    border-left-width: 1px;
  }

  .md\:tw-box-border{
    box-sizing: border-box;
  }

  .md\:tw-box-content{
    box-sizing: content-box;
  }

  .md\:tw-cursor-auto{
    cursor: auto;
  }

  .md\:tw-cursor-default{
    cursor: default;
  }

  .md\:tw-cursor-pointer{
    cursor: pointer;
  }

  .md\:tw-cursor-wait{
    cursor: wait;
  }

  .md\:tw-cursor-text{
    cursor: text;
  }

  .md\:tw-cursor-move{
    cursor: move;
  }

  .md\:tw-cursor-not-allowed{
    cursor: not-allowed;
  }

  .md\:tw-block{
    display: block;
  }

  .md\:tw-inline-block{
    display: inline-block;
  }

  .md\:tw-inline{
    display: inline;
  }

  .md\:tw-flex{
    display: flex;
  }

  .md\:tw-inline-flex{
    display: inline-flex;
  }

  .md\:tw-table{
    display: table;
  }

  .md\:tw-table-caption{
    display: table-caption;
  }

  .md\:tw-table-cell{
    display: table-cell;
  }

  .md\:tw-table-column{
    display: table-column;
  }

  .md\:tw-table-column-group{
    display: table-column-group;
  }

  .md\:tw-table-footer-group{
    display: table-footer-group;
  }

  .md\:tw-table-header-group{
    display: table-header-group;
  }

  .md\:tw-table-row-group{
    display: table-row-group;
  }

  .md\:tw-table-row{
    display: table-row;
  }

  .md\:tw-flow-root{
    display: flow-root;
  }

  .md\:tw-grid{
    display: grid;
  }

  .md\:tw-inline-grid{
    display: inline-grid;
  }

  .md\:tw-hidden{
    display: none;
  }

  .md\:\!tw-block{
    display: block !important;
  }

  .md\:\!tw-inline-block{
    display: inline-block !important;
  }

  .md\:\!tw-inline{
    display: inline !important;
  }

  .md\:\!tw-flex{
    display: flex !important;
  }

  .md\:\!tw-inline-flex{
    display: inline-flex !important;
  }

  .md\:\!tw-table{
    display: table !important;
  }

  .md\:\!tw-table-caption{
    display: table-caption !important;
  }

  .md\:\!tw-table-cell{
    display: table-cell !important;
  }

  .md\:\!tw-table-column{
    display: table-column !important;
  }

  .md\:\!tw-table-column-group{
    display: table-column-group !important;
  }

  .md\:\!tw-table-footer-group{
    display: table-footer-group !important;
  }

  .md\:\!tw-table-header-group{
    display: table-header-group !important;
  }

  .md\:\!tw-table-row-group{
    display: table-row-group !important;
  }

  .md\:\!tw-table-row{
    display: table-row !important;
  }

  .md\:\!tw-flow-root{
    display: flow-root !important;
  }

  .md\:\!tw-grid{
    display: grid !important;
  }

  .md\:\!tw-inline-grid{
    display: inline-grid !important;
  }

  .md\:\!tw-hidden{
    display: none !important;
  }

  .md\:tw-flex-row{
    flex-direction: row;
  }

  .md\:tw-flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:tw-flex-col{
    flex-direction: column;
  }

  .md\:tw-flex-col-reverse{
    flex-direction: column-reverse;
  }

  .md\:tw-flex-wrap{
    flex-wrap: wrap;
  }

  .md\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:tw-flex-no-wrap{
    flex-wrap: nowrap;
  }

  .md\:tw-items-start{
    align-items: flex-start;
  }

  .md\:tw-items-end{
    align-items: flex-end;
  }

  .md\:tw-items-center{
    align-items: center;
  }

  .md\:tw-items-baseline{
    align-items: baseline;
  }

  .md\:tw-items-stretch{
    align-items: stretch;
  }

  .md\:tw-self-auto{
    align-self: auto;
  }

  .md\:tw-self-start{
    align-self: flex-start;
  }

  .md\:tw-self-end{
    align-self: flex-end;
  }

  .md\:tw-self-center{
    align-self: center;
  }

  .md\:tw-self-stretch{
    align-self: stretch;
  }

  .md\:tw-justify-start{
    justify-content: flex-start;
  }

  .md\:tw-justify-end{
    justify-content: flex-end;
  }

  .md\:tw-justify-center{
    justify-content: center;
  }

  .md\:tw-justify-between{
    justify-content: space-between;
  }

  .md\:tw-justify-around{
    justify-content: space-around;
  }

  .md\:tw-justify-evenly{
    justify-content: space-evenly;
  }

  .md\:tw-content-center{
    align-content: center;
  }

  .md\:tw-content-start{
    align-content: flex-start;
  }

  .md\:tw-content-end{
    align-content: flex-end;
  }

  .md\:tw-content-between{
    align-content: space-between;
  }

  .md\:tw-content-around{
    align-content: space-around;
  }

  .md\:tw-flex-1{
    flex: 1 1 0%;
  }

  .md\:tw-flex-2{
    flex: 2 2 0%;
  }

  .md\:tw-flex-auto{
    flex: 1 1 auto;
  }

  .md\:tw-flex-initial{
    flex: 0 1 auto;
  }

  .md\:tw-flex-none{
    flex: none;
  }

  .md\:tw-flex-grow-0{
    flex-grow: 0;
  }

  .md\:tw-flex-grow{
    flex-grow: 1;
  }

  .md\:tw-flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:tw-flex-shrink{
    flex-shrink: 1;
  }

  .md\:tw-order-1{
    order: 1;
  }

  .md\:tw-order-2{
    order: 2;
  }

  .md\:tw-order-3{
    order: 3;
  }

  .md\:tw-order-4{
    order: 4;
  }

  .md\:tw-order-5{
    order: 5;
  }

  .md\:tw-order-6{
    order: 6;
  }

  .md\:tw-order-7{
    order: 7;
  }

  .md\:tw-order-8{
    order: 8;
  }

  .md\:tw-order-9{
    order: 9;
  }

  .md\:tw-order-10{
    order: 10;
  }

  .md\:tw-order-11{
    order: 11;
  }

  .md\:tw-order-12{
    order: 12;
  }

  .md\:tw-order-first{
    order: -9999;
  }

  .md\:tw-order-last{
    order: 9999;
  }

  .md\:tw-order-none{
    order: 0;
  }

  .md\:tw-float-right{
    float: right;
  }

  .md\:tw-float-left{
    float: left;
  }

  .md\:tw-float-none{
    float: none;
  }

  .md\:tw-clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .md\:tw-clear-left{
    clear: left;
  }

  .md\:tw-clear-right{
    clear: right;
  }

  .md\:tw-clear-both{
    clear: both;
  }

  .md\:tw-clear-none{
    clear: none;
  }

  .md\:tw-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .md\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .md\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .md\:tw-font-hairline{
    font-weight: 100;
  }

  .md\:tw-font-thin{
    font-weight: 200;
  }

  .md\:tw-font-light{
    font-weight: 300;
  }

  .md\:tw-font-normal{
    font-weight: 400;
  }

  .md\:tw-font-medium{
    font-weight: 500;
  }

  .md\:tw-font-semibold{
    font-weight: 600;
  }

  .md\:tw-font-bold{
    font-weight: 700;
  }

  .md\:tw-font-extrabold{
    font-weight: 800;
  }

  .md\:tw-font-black{
    font-weight: 900;
  }

  .md\:hover\:tw-font-hairline:hover{
    font-weight: 100;
  }

  .md\:hover\:tw-font-thin:hover{
    font-weight: 200;
  }

  .md\:hover\:tw-font-light:hover{
    font-weight: 300;
  }

  .md\:hover\:tw-font-normal:hover{
    font-weight: 400;
  }

  .md\:hover\:tw-font-medium:hover{
    font-weight: 500;
  }

  .md\:hover\:tw-font-semibold:hover{
    font-weight: 600;
  }

  .md\:hover\:tw-font-bold:hover{
    font-weight: 700;
  }

  .md\:hover\:tw-font-extrabold:hover{
    font-weight: 800;
  }

  .md\:hover\:tw-font-black:hover{
    font-weight: 900;
  }

  .md\:focus\:tw-font-hairline:focus{
    font-weight: 100;
  }

  .md\:focus\:tw-font-thin:focus{
    font-weight: 200;
  }

  .md\:focus\:tw-font-light:focus{
    font-weight: 300;
  }

  .md\:focus\:tw-font-normal:focus{
    font-weight: 400;
  }

  .md\:focus\:tw-font-medium:focus{
    font-weight: 500;
  }

  .md\:focus\:tw-font-semibold:focus{
    font-weight: 600;
  }

  .md\:focus\:tw-font-bold:focus{
    font-weight: 700;
  }

  .md\:focus\:tw-font-extrabold:focus{
    font-weight: 800;
  }

  .md\:focus\:tw-font-black:focus{
    font-weight: 900;
  }

  .md\:tw-h-0{
    height: 0;
  }

  .md\:tw-h-1{
    height: 0.25rem;
  }

  .md\:tw-h-2{
    height: 0.5rem;
  }

  .md\:tw-h-3{
    height: 0.75rem;
  }

  .md\:tw-h-4{
    height: 1rem;
  }

  .md\:tw-h-5{
    height: 1.25rem;
  }

  .md\:tw-h-6{
    height: 1.5rem;
  }

  .md\:tw-h-7{
    height: 28px;
  }

  .md\:tw-h-8{
    height: 2rem;
  }

  .md\:tw-h-10{
    height: 2.5rem;
  }

  .md\:tw-h-12{
    height: 3rem;
  }

  .md\:tw-h-16{
    height: 4rem;
  }

  .md\:tw-h-20{
    height: 5rem;
  }

  .md\:tw-h-24{
    height: 6rem;
  }

  .md\:tw-h-32{
    height: 8rem;
  }

  .md\:tw-h-40{
    height: 10rem;
  }

  .md\:tw-h-48{
    height: 12rem;
  }

  .md\:tw-h-56{
    height: 14rem;
  }

  .md\:tw-h-64{
    height: 16rem;
  }

  .md\:tw-h-74{
    height: 296px;
  }

  .md\:tw-h-86{
    height: 344px;
  }

  .md\:tw-h-auto{
    height: auto;
  }

  .md\:tw-h-px{
    height: 1px;
  }

  .md\:tw-h-full{
    height: 100%;
  }

  .md\:tw-h-screen{
    height: 100vh;
  }

  .md\:tw-text-xs{
    font-size: 0.75rem;
  }

  .md\:tw-text-sm{
    font-size: 0.875rem;
  }

  .md\:tw-text-base{
    font-size: 1rem;
  }

  .md\:tw-text-lg{
    font-size: 1.125rem;
  }

  .md\:tw-text-xl{
    font-size: 1.25rem;
  }

  .md\:tw-text-2xl{
    font-size: 1.5rem;
  }

  .md\:tw-text-3xl{
    font-size: 1.875rem;
  }

  .md\:tw-text-4xl{
    font-size: 2.25rem;
  }

  .md\:tw-text-5xl{
    font-size: 3rem;
  }

  .md\:tw-text-6xl{
    font-size: 4rem;
  }

  .md\:\!tw-text-xs{
    font-size: 0.75rem !important;
  }

  .md\:\!tw-text-sm{
    font-size: 0.875rem !important;
  }

  .md\:\!tw-text-base{
    font-size: 1rem !important;
  }

  .md\:\!tw-text-lg{
    font-size: 1.125rem !important;
  }

  .md\:\!tw-text-xl{
    font-size: 1.25rem !important;
  }

  .md\:\!tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .md\:\!tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .md\:\!tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:\!tw-text-5xl{
    font-size: 3rem !important;
  }

  .md\:\!tw-text-6xl{
    font-size: 4rem !important;
  }

  .md\:tw-leading-3{
    line-height: .75rem;
  }

  .md\:tw-leading-4{
    line-height: 1rem;
  }

  .md\:tw-leading-5{
    line-height: 1.25rem;
  }

  .md\:tw-leading-6{
    line-height: 1.5rem;
  }

  .md\:tw-leading-7{
    line-height: 1.75rem;
  }

  .md\:tw-leading-8{
    line-height: 2rem;
  }

  .md\:tw-leading-9{
    line-height: 2.25rem;
  }

  .md\:tw-leading-10{
    line-height: 2.5rem;
  }

  .md\:tw-leading-none{
    line-height: 1;
  }

  .md\:tw-leading-tight{
    line-height: 1.25;
  }

  .md\:tw-leading-snug{
    line-height: 1.375;
  }

  .md\:tw-leading-normal{
    line-height: 1.5;
  }

  .md\:tw-leading-relaxed{
    line-height: 1.625;
  }

  .md\:tw-leading-loose{
    line-height: 2;
  }

  .md\:tw-list-inside{
    list-style-position: inside;
  }

  .md\:tw-list-outside{
    list-style-position: outside;
  }

  .md\:tw-list-none{
    list-style-type: none;
  }

  .md\:tw-list-disc{
    list-style-type: disc;
  }

  .md\:tw-list-decimal{
    list-style-type: decimal;
  }

  .md\:tw-m-0{
    margin: 0;
  }

  .md\:tw-m-1{
    margin: 0.25rem;
  }

  .md\:tw-m-2{
    margin: 0.5rem;
  }

  .md\:tw-m-3{
    margin: 0.75rem;
  }

  .md\:tw-m-4{
    margin: 1rem;
  }

  .md\:tw-m-5{
    margin: 1.25rem;
  }

  .md\:tw-m-6{
    margin: 1.5rem;
  }

  .md\:tw-m-8{
    margin: 2rem;
  }

  .md\:tw-m-10{
    margin: 2.5rem;
  }

  .md\:tw-m-12{
    margin: 3rem;
  }

  .md\:tw-m-16{
    margin: 4rem;
  }

  .md\:tw-m-20{
    margin: 5rem;
  }

  .md\:tw-m-24{
    margin: 6rem;
  }

  .md\:tw-m-32{
    margin: 8rem;
  }

  .md\:tw-m-40{
    margin: 10rem;
  }

  .md\:tw-m-48{
    margin: 12rem;
  }

  .md\:tw-m-56{
    margin: 14rem;
  }

  .md\:tw-m-64{
    margin: 16rem;
  }

  .md\:tw-m-auto{
    margin: auto;
  }

  .md\:tw-m-px{
    margin: 1px;
  }

  .md\:tw--m-1{
    margin: -0.25rem;
  }

  .md\:tw--m-2{
    margin: -0.5rem;
  }

  .md\:tw--m-3{
    margin: -0.75rem;
  }

  .md\:tw--m-4{
    margin: -1rem;
  }

  .md\:tw--m-5{
    margin: -1.25rem;
  }

  .md\:tw--m-6{
    margin: -1.5rem;
  }

  .md\:tw--m-8{
    margin: -2rem;
  }

  .md\:tw--m-10{
    margin: -2.5rem;
  }

  .md\:tw--m-12{
    margin: -3rem;
  }

  .md\:tw--m-16{
    margin: -4rem;
  }

  .md\:tw--m-20{
    margin: -5rem;
  }

  .md\:tw--m-24{
    margin: -6rem;
  }

  .md\:tw--m-32{
    margin: -8rem;
  }

  .md\:tw--m-40{
    margin: -10rem;
  }

  .md\:tw--m-48{
    margin: -12rem;
  }

  .md\:tw--m-56{
    margin: -14rem;
  }

  .md\:tw--m-64{
    margin: -16rem;
  }

  .md\:tw--m-px{
    margin: -1px;
  }

  .md\:tw-my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:tw-mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .md\:tw-my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:tw-mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:tw-my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:tw-mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:tw-my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:tw-my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:tw-mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .md\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .md\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .md\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .md\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .md\:tw-my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:tw-my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:tw-mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .md\:tw--my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:tw--mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:tw--my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:tw--mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:tw--my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:tw--my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:tw--mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .md\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .md\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .md\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .md\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .md\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .md\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .md\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .md\:tw-mt-0{
    margin-top: 0;
  }

  .md\:tw-mr-0{
    margin-right: 0;
  }

  .md\:tw-mb-0{
    margin-bottom: 0;
  }

  .md\:tw-ml-0{
    margin-left: 0;
  }

  .md\:tw-mt-1{
    margin-top: 0.25rem;
  }

  .md\:tw-mr-1{
    margin-right: 0.25rem;
  }

  .md\:tw-mb-1{
    margin-bottom: 0.25rem;
  }

  .md\:tw-ml-1{
    margin-left: 0.25rem;
  }

  .md\:tw-mt-2{
    margin-top: 0.5rem;
  }

  .md\:tw-mr-2{
    margin-right: 0.5rem;
  }

  .md\:tw-mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:tw-ml-2{
    margin-left: 0.5rem;
  }

  .md\:tw-mt-3{
    margin-top: 0.75rem;
  }

  .md\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .md\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .md\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .md\:tw-mt-4{
    margin-top: 1rem;
  }

  .md\:tw-mr-4{
    margin-right: 1rem;
  }

  .md\:tw-mb-4{
    margin-bottom: 1rem;
  }

  .md\:tw-ml-4{
    margin-left: 1rem;
  }

  .md\:tw-mt-5{
    margin-top: 1.25rem;
  }

  .md\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .md\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .md\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .md\:tw-mt-6{
    margin-top: 1.5rem;
  }

  .md\:tw-mr-6{
    margin-right: 1.5rem;
  }

  .md\:tw-mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:tw-ml-6{
    margin-left: 1.5rem;
  }

  .md\:tw-mt-8{
    margin-top: 2rem;
  }

  .md\:tw-mr-8{
    margin-right: 2rem;
  }

  .md\:tw-mb-8{
    margin-bottom: 2rem;
  }

  .md\:tw-ml-8{
    margin-left: 2rem;
  }

  .md\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .md\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .md\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .md\:tw-mt-12{
    margin-top: 3rem;
  }

  .md\:tw-mr-12{
    margin-right: 3rem;
  }

  .md\:tw-mb-12{
    margin-bottom: 3rem;
  }

  .md\:tw-ml-12{
    margin-left: 3rem;
  }

  .md\:tw-mt-16{
    margin-top: 4rem;
  }

  .md\:tw-mr-16{
    margin-right: 4rem;
  }

  .md\:tw-mb-16{
    margin-bottom: 4rem;
  }

  .md\:tw-ml-16{
    margin-left: 4rem;
  }

  .md\:tw-mt-20{
    margin-top: 5rem;
  }

  .md\:tw-mr-20{
    margin-right: 5rem;
  }

  .md\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .md\:tw-ml-20{
    margin-left: 5rem;
  }

  .md\:tw-mt-24{
    margin-top: 6rem;
  }

  .md\:tw-mr-24{
    margin-right: 6rem;
  }

  .md\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .md\:tw-ml-24{
    margin-left: 6rem;
  }

  .md\:tw-mt-32{
    margin-top: 8rem;
  }

  .md\:tw-mr-32{
    margin-right: 8rem;
  }

  .md\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .md\:tw-ml-32{
    margin-left: 8rem;
  }

  .md\:tw-mt-40{
    margin-top: 10rem;
  }

  .md\:tw-mr-40{
    margin-right: 10rem;
  }

  .md\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .md\:tw-ml-40{
    margin-left: 10rem;
  }

  .md\:tw-mt-48{
    margin-top: 12rem;
  }

  .md\:tw-mr-48{
    margin-right: 12rem;
  }

  .md\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .md\:tw-ml-48{
    margin-left: 12rem;
  }

  .md\:tw-mt-56{
    margin-top: 14rem;
  }

  .md\:tw-mr-56{
    margin-right: 14rem;
  }

  .md\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .md\:tw-ml-56{
    margin-left: 14rem;
  }

  .md\:tw-mt-64{
    margin-top: 16rem;
  }

  .md\:tw-mr-64{
    margin-right: 16rem;
  }

  .md\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .md\:tw-ml-64{
    margin-left: 16rem;
  }

  .md\:tw-mt-auto{
    margin-top: auto;
  }

  .md\:tw-mr-auto{
    margin-right: auto;
  }

  .md\:tw-mb-auto{
    margin-bottom: auto;
  }

  .md\:tw-ml-auto{
    margin-left: auto;
  }

  .md\:tw-mt-px{
    margin-top: 1px;
  }

  .md\:tw-mr-px{
    margin-right: 1px;
  }

  .md\:tw-mb-px{
    margin-bottom: 1px;
  }

  .md\:tw-ml-px{
    margin-left: 1px;
  }

  .md\:tw--mt-1{
    margin-top: -0.25rem;
  }

  .md\:tw--mr-1{
    margin-right: -0.25rem;
  }

  .md\:tw--mb-1{
    margin-bottom: -0.25rem;
  }

  .md\:tw--ml-1{
    margin-left: -0.25rem;
  }

  .md\:tw--mt-2{
    margin-top: -0.5rem;
  }

  .md\:tw--mr-2{
    margin-right: -0.5rem;
  }

  .md\:tw--mb-2{
    margin-bottom: -0.5rem;
  }

  .md\:tw--ml-2{
    margin-left: -0.5rem;
  }

  .md\:tw--mt-3{
    margin-top: -0.75rem;
  }

  .md\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .md\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .md\:tw--mt-4{
    margin-top: -1rem;
  }

  .md\:tw--mr-4{
    margin-right: -1rem;
  }

  .md\:tw--mb-4{
    margin-bottom: -1rem;
  }

  .md\:tw--ml-4{
    margin-left: -1rem;
  }

  .md\:tw--mt-5{
    margin-top: -1.25rem;
  }

  .md\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .md\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .md\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .md\:tw--mt-6{
    margin-top: -1.5rem;
  }

  .md\:tw--mr-6{
    margin-right: -1.5rem;
  }

  .md\:tw--mb-6{
    margin-bottom: -1.5rem;
  }

  .md\:tw--ml-6{
    margin-left: -1.5rem;
  }

  .md\:tw--mt-8{
    margin-top: -2rem;
  }

  .md\:tw--mr-8{
    margin-right: -2rem;
  }

  .md\:tw--mb-8{
    margin-bottom: -2rem;
  }

  .md\:tw--ml-8{
    margin-left: -2rem;
  }

  .md\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .md\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .md\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .md\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .md\:tw--mt-12{
    margin-top: -3rem;
  }

  .md\:tw--mr-12{
    margin-right: -3rem;
  }

  .md\:tw--mb-12{
    margin-bottom: -3rem;
  }

  .md\:tw--ml-12{
    margin-left: -3rem;
  }

  .md\:tw--mt-16{
    margin-top: -4rem;
  }

  .md\:tw--mr-16{
    margin-right: -4rem;
  }

  .md\:tw--mb-16{
    margin-bottom: -4rem;
  }

  .md\:tw--ml-16{
    margin-left: -4rem;
  }

  .md\:tw--mt-20{
    margin-top: -5rem;
  }

  .md\:tw--mr-20{
    margin-right: -5rem;
  }

  .md\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .md\:tw--ml-20{
    margin-left: -5rem;
  }

  .md\:tw--mt-24{
    margin-top: -6rem;
  }

  .md\:tw--mr-24{
    margin-right: -6rem;
  }

  .md\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .md\:tw--ml-24{
    margin-left: -6rem;
  }

  .md\:tw--mt-32{
    margin-top: -8rem;
  }

  .md\:tw--mr-32{
    margin-right: -8rem;
  }

  .md\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .md\:tw--ml-32{
    margin-left: -8rem;
  }

  .md\:tw--mt-40{
    margin-top: -10rem;
  }

  .md\:tw--mr-40{
    margin-right: -10rem;
  }

  .md\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .md\:tw--ml-40{
    margin-left: -10rem;
  }

  .md\:tw--mt-48{
    margin-top: -12rem;
  }

  .md\:tw--mr-48{
    margin-right: -12rem;
  }

  .md\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .md\:tw--ml-48{
    margin-left: -12rem;
  }

  .md\:tw--mt-56{
    margin-top: -14rem;
  }

  .md\:tw--mr-56{
    margin-right: -14rem;
  }

  .md\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .md\:tw--ml-56{
    margin-left: -14rem;
  }

  .md\:tw--mt-64{
    margin-top: -16rem;
  }

  .md\:tw--mr-64{
    margin-right: -16rem;
  }

  .md\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .md\:tw--ml-64{
    margin-left: -16rem;
  }

  .md\:tw--mt-px{
    margin-top: -1px;
  }

  .md\:tw--mr-px{
    margin-right: -1px;
  }

  .md\:tw--mb-px{
    margin-bottom: -1px;
  }

  .md\:tw--ml-px{
    margin-left: -1px;
  }

  .md\:\!tw-m-0{
    margin: 0 !important;
  }

  .md\:\!tw-m-1{
    margin: 0.25rem !important;
  }

  .md\:\!tw-m-2{
    margin: 0.5rem !important;
  }

  .md\:\!tw-m-3{
    margin: 0.75rem !important;
  }

  .md\:\!tw-m-4{
    margin: 1rem !important;
  }

  .md\:\!tw-m-5{
    margin: 1.25rem !important;
  }

  .md\:\!tw-m-6{
    margin: 1.5rem !important;
  }

  .md\:\!tw-m-8{
    margin: 2rem !important;
  }

  .md\:\!tw-m-10{
    margin: 2.5rem !important;
  }

  .md\:\!tw-m-12{
    margin: 3rem !important;
  }

  .md\:\!tw-m-16{
    margin: 4rem !important;
  }

  .md\:\!tw-m-20{
    margin: 5rem !important;
  }

  .md\:\!tw-m-24{
    margin: 6rem !important;
  }

  .md\:\!tw-m-32{
    margin: 8rem !important;
  }

  .md\:\!tw-m-40{
    margin: 10rem !important;
  }

  .md\:\!tw-m-48{
    margin: 12rem !important;
  }

  .md\:\!tw-m-56{
    margin: 14rem !important;
  }

  .md\:\!tw-m-64{
    margin: 16rem !important;
  }

  .md\:\!tw-m-auto{
    margin: auto !important;
  }

  .md\:\!tw-m-px{
    margin: 1px !important;
  }

  .md\:\!tw--m-1{
    margin: -0.25rem !important;
  }

  .md\:\!tw--m-2{
    margin: -0.5rem !important;
  }

  .md\:\!tw--m-3{
    margin: -0.75rem !important;
  }

  .md\:\!tw--m-4{
    margin: -1rem !important;
  }

  .md\:\!tw--m-5{
    margin: -1.25rem !important;
  }

  .md\:\!tw--m-6{
    margin: -1.5rem !important;
  }

  .md\:\!tw--m-8{
    margin: -2rem !important;
  }

  .md\:\!tw--m-10{
    margin: -2.5rem !important;
  }

  .md\:\!tw--m-12{
    margin: -3rem !important;
  }

  .md\:\!tw--m-16{
    margin: -4rem !important;
  }

  .md\:\!tw--m-20{
    margin: -5rem !important;
  }

  .md\:\!tw--m-24{
    margin: -6rem !important;
  }

  .md\:\!tw--m-32{
    margin: -8rem !important;
  }

  .md\:\!tw--m-40{
    margin: -10rem !important;
  }

  .md\:\!tw--m-48{
    margin: -12rem !important;
  }

  .md\:\!tw--m-56{
    margin: -14rem !important;
  }

  .md\:\!tw--m-64{
    margin: -16rem !important;
  }

  .md\:\!tw--m-px{
    margin: -1px !important;
  }

  .md\:\!tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:\!tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:\!tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:\!tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:\!tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:\!tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:\!tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:\!tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:\!tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:\!tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:\!tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:\!tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:\!tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:\!tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:\!tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:\!tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:\!tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:\!tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:\!tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:\!tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:\!tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:\!tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:\!tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:\!tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:\!tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:\!tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:\!tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:\!tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:\!tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:\!tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:\!tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:\!tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:\!tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:\!tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:\!tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:\!tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:\!tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:\!tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:\!tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:\!tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:\!tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:\!tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:\!tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:\!tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:\!tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:\!tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:\!tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:\!tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:\!tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:\!tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:\!tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:\!tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:\!tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:\!tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:\!tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:\!tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:\!tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:\!tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:\!tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:\!tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:\!tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:\!tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:\!tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:\!tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:\!tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:\!tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:\!tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:\!tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:\!tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:\!tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:\!tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:\!tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:\!tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:\!tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:\!tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:\!tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:\!tw-mt-0{
    margin-top: 0 !important;
  }

  .md\:\!tw-mr-0{
    margin-right: 0 !important;
  }

  .md\:\!tw-mb-0{
    margin-bottom: 0 !important;
  }

  .md\:\!tw-ml-0{
    margin-left: 0 !important;
  }

  .md\:\!tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:\!tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:\!tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:\!tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:\!tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:\!tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:\!tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:\!tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:\!tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:\!tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:\!tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:\!tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:\!tw-mt-4{
    margin-top: 1rem !important;
  }

  .md\:\!tw-mr-4{
    margin-right: 1rem !important;
  }

  .md\:\!tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:\!tw-ml-4{
    margin-left: 1rem !important;
  }

  .md\:\!tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:\!tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:\!tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:\!tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:\!tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:\!tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:\!tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:\!tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:\!tw-mt-8{
    margin-top: 2rem !important;
  }

  .md\:\!tw-mr-8{
    margin-right: 2rem !important;
  }

  .md\:\!tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:\!tw-ml-8{
    margin-left: 2rem !important;
  }

  .md\:\!tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:\!tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:\!tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:\!tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:\!tw-mt-12{
    margin-top: 3rem !important;
  }

  .md\:\!tw-mr-12{
    margin-right: 3rem !important;
  }

  .md\:\!tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:\!tw-ml-12{
    margin-left: 3rem !important;
  }

  .md\:\!tw-mt-16{
    margin-top: 4rem !important;
  }

  .md\:\!tw-mr-16{
    margin-right: 4rem !important;
  }

  .md\:\!tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:\!tw-ml-16{
    margin-left: 4rem !important;
  }

  .md\:\!tw-mt-20{
    margin-top: 5rem !important;
  }

  .md\:\!tw-mr-20{
    margin-right: 5rem !important;
  }

  .md\:\!tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:\!tw-ml-20{
    margin-left: 5rem !important;
  }

  .md\:\!tw-mt-24{
    margin-top: 6rem !important;
  }

  .md\:\!tw-mr-24{
    margin-right: 6rem !important;
  }

  .md\:\!tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:\!tw-ml-24{
    margin-left: 6rem !important;
  }

  .md\:\!tw-mt-32{
    margin-top: 8rem !important;
  }

  .md\:\!tw-mr-32{
    margin-right: 8rem !important;
  }

  .md\:\!tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:\!tw-ml-32{
    margin-left: 8rem !important;
  }

  .md\:\!tw-mt-40{
    margin-top: 10rem !important;
  }

  .md\:\!tw-mr-40{
    margin-right: 10rem !important;
  }

  .md\:\!tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:\!tw-ml-40{
    margin-left: 10rem !important;
  }

  .md\:\!tw-mt-48{
    margin-top: 12rem !important;
  }

  .md\:\!tw-mr-48{
    margin-right: 12rem !important;
  }

  .md\:\!tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:\!tw-ml-48{
    margin-left: 12rem !important;
  }

  .md\:\!tw-mt-56{
    margin-top: 14rem !important;
  }

  .md\:\!tw-mr-56{
    margin-right: 14rem !important;
  }

  .md\:\!tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:\!tw-ml-56{
    margin-left: 14rem !important;
  }

  .md\:\!tw-mt-64{
    margin-top: 16rem !important;
  }

  .md\:\!tw-mr-64{
    margin-right: 16rem !important;
  }

  .md\:\!tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:\!tw-ml-64{
    margin-left: 16rem !important;
  }

  .md\:\!tw-mt-auto{
    margin-top: auto !important;
  }

  .md\:\!tw-mr-auto{
    margin-right: auto !important;
  }

  .md\:\!tw-mb-auto{
    margin-bottom: auto !important;
  }

  .md\:\!tw-ml-auto{
    margin-left: auto !important;
  }

  .md\:\!tw-mt-px{
    margin-top: 1px !important;
  }

  .md\:\!tw-mr-px{
    margin-right: 1px !important;
  }

  .md\:\!tw-mb-px{
    margin-bottom: 1px !important;
  }

  .md\:\!tw-ml-px{
    margin-left: 1px !important;
  }

  .md\:\!tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:\!tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:\!tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:\!tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:\!tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:\!tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:\!tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:\!tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:\!tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:\!tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:\!tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:\!tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:\!tw--mt-4{
    margin-top: -1rem !important;
  }

  .md\:\!tw--mr-4{
    margin-right: -1rem !important;
  }

  .md\:\!tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:\!tw--ml-4{
    margin-left: -1rem !important;
  }

  .md\:\!tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:\!tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:\!tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:\!tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:\!tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:\!tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:\!tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:\!tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:\!tw--mt-8{
    margin-top: -2rem !important;
  }

  .md\:\!tw--mr-8{
    margin-right: -2rem !important;
  }

  .md\:\!tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:\!tw--ml-8{
    margin-left: -2rem !important;
  }

  .md\:\!tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:\!tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:\!tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:\!tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:\!tw--mt-12{
    margin-top: -3rem !important;
  }

  .md\:\!tw--mr-12{
    margin-right: -3rem !important;
  }

  .md\:\!tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:\!tw--ml-12{
    margin-left: -3rem !important;
  }

  .md\:\!tw--mt-16{
    margin-top: -4rem !important;
  }

  .md\:\!tw--mr-16{
    margin-right: -4rem !important;
  }

  .md\:\!tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:\!tw--ml-16{
    margin-left: -4rem !important;
  }

  .md\:\!tw--mt-20{
    margin-top: -5rem !important;
  }

  .md\:\!tw--mr-20{
    margin-right: -5rem !important;
  }

  .md\:\!tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:\!tw--ml-20{
    margin-left: -5rem !important;
  }

  .md\:\!tw--mt-24{
    margin-top: -6rem !important;
  }

  .md\:\!tw--mr-24{
    margin-right: -6rem !important;
  }

  .md\:\!tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:\!tw--ml-24{
    margin-left: -6rem !important;
  }

  .md\:\!tw--mt-32{
    margin-top: -8rem !important;
  }

  .md\:\!tw--mr-32{
    margin-right: -8rem !important;
  }

  .md\:\!tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:\!tw--ml-32{
    margin-left: -8rem !important;
  }

  .md\:\!tw--mt-40{
    margin-top: -10rem !important;
  }

  .md\:\!tw--mr-40{
    margin-right: -10rem !important;
  }

  .md\:\!tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:\!tw--ml-40{
    margin-left: -10rem !important;
  }

  .md\:\!tw--mt-48{
    margin-top: -12rem !important;
  }

  .md\:\!tw--mr-48{
    margin-right: -12rem !important;
  }

  .md\:\!tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:\!tw--ml-48{
    margin-left: -12rem !important;
  }

  .md\:\!tw--mt-56{
    margin-top: -14rem !important;
  }

  .md\:\!tw--mr-56{
    margin-right: -14rem !important;
  }

  .md\:\!tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:\!tw--ml-56{
    margin-left: -14rem !important;
  }

  .md\:\!tw--mt-64{
    margin-top: -16rem !important;
  }

  .md\:\!tw--mr-64{
    margin-right: -16rem !important;
  }

  .md\:\!tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:\!tw--ml-64{
    margin-left: -16rem !important;
  }

  .md\:\!tw--mt-px{
    margin-top: -1px !important;
  }

  .md\:\!tw--mr-px{
    margin-right: -1px !important;
  }

  .md\:\!tw--mb-px{
    margin-bottom: -1px !important;
  }

  .md\:\!tw--ml-px{
    margin-left: -1px !important;
  }

  .md\:tw-max-h-full{
    max-height: 100%;
  }

  .md\:tw-max-h-screen{
    max-height: 100vh;
  }

  .md\:tw-max-w-none{
    max-width: none;
  }

  .md\:tw-max-w-xs{
    max-width: 20rem;
  }

  .md\:tw-max-w-sm{
    max-width: 24rem;
  }

  .md\:tw-max-w-md{
    max-width: 28rem;
  }

  .md\:tw-max-w-lg{
    max-width: 32rem;
  }

  .md\:tw-max-w-xl{
    max-width: 36rem;
  }

  .md\:tw-max-w-2xl{
    max-width: 42rem;
  }

  .md\:tw-max-w-3xl{
    max-width: 48rem;
  }

  .md\:tw-max-w-4xl{
    max-width: 56rem;
  }

  .md\:tw-max-w-5xl{
    max-width: 64rem;
  }

  .md\:tw-max-w-6xl{
    max-width: 72rem;
  }

  .md\:tw-max-w-full{
    max-width: 100%;
  }

  .md\:tw-max-w-screen-sm{
    max-width: 640px;
  }

  .md\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .md\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .md\:tw-max-w-screen-xl{
    max-width: 1280px;
  }

  .md\:tw-min-h-0{
    min-height: 0;
  }

  .md\:tw-min-h-full{
    min-height: 100%;
  }

  .md\:tw-min-h-screen{
    min-height: 100vh;
  }

  .md\:tw-min-w-0{
    min-width: 0;
  }

  .md\:tw-min-w-full{
    min-width: 100%;
  }

  .md\:tw-object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:tw-object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:tw-object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:tw-object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:tw-object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .md\:tw-object-center{
    -o-object-position: center;
       object-position: center;
  }

  .md\:tw-object-left{
    -o-object-position: left;
       object-position: left;
  }

  .md\:tw-object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .md\:tw-object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .md\:tw-object-right{
    -o-object-position: right;
       object-position: right;
  }

  .md\:tw-object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .md\:tw-object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:tw-object-top{
    -o-object-position: top;
       object-position: top;
  }

  .md\:tw-opacity-0{
    opacity: 0;
  }

  .md\:tw-opacity-25{
    opacity: 0.25;
  }

  .md\:tw-opacity-50{
    opacity: 0.5;
  }

  .md\:tw-opacity-75{
    opacity: 0.75;
  }

  .md\:tw-opacity-100{
    opacity: 1;
  }

  .md\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .md\:tw-outline-none{
    outline: 0;
  }

  .md\:focus\:tw-outline-none:focus{
    outline: 0;
  }

  .md\:tw-overflow-auto{
    overflow: auto;
  }

  .md\:tw-overflow-hidden{
    overflow: hidden;
  }

  .md\:tw-overflow-visible{
    overflow: visible;
  }

  .md\:tw-overflow-scroll{
    overflow: scroll;
  }

  .md\:tw-overflow-x-auto{
    overflow-x: auto;
  }

  .md\:tw-overflow-y-auto{
    overflow-y: auto;
  }

  .md\:tw-overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:tw-overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:tw-overflow-x-visible{
    overflow-x: visible;
  }

  .md\:tw-overflow-y-visible{
    overflow-y: visible;
  }

  .md\:tw-overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:tw-overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:tw-scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .md\:tw-scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .md\:tw-p-0{
    padding: 0;
  }

  .md\:tw-p-1{
    padding: 0.25rem;
  }

  .md\:tw-p-2{
    padding: 0.5rem;
  }

  .md\:tw-p-3{
    padding: 0.75rem;
  }

  .md\:tw-p-4{
    padding: 1rem;
  }

  .md\:tw-p-5{
    padding: 1.25rem;
  }

  .md\:tw-p-6{
    padding: 1.5rem;
  }

  .md\:tw-p-8{
    padding: 2rem;
  }

  .md\:tw-p-10{
    padding: 2.5rem;
  }

  .md\:tw-p-12{
    padding: 3rem;
  }

  .md\:tw-p-16{
    padding: 4rem;
  }

  .md\:tw-p-20{
    padding: 5rem;
  }

  .md\:tw-p-24{
    padding: 6rem;
  }

  .md\:tw-p-32{
    padding: 8rem;
  }

  .md\:tw-p-40{
    padding: 10rem;
  }

  .md\:tw-p-48{
    padding: 12rem;
  }

  .md\:tw-p-56{
    padding: 14rem;
  }

  .md\:tw-p-64{
    padding: 16rem;
  }

  .md\:tw-p-px{
    padding: 1px;
  }

  .md\:tw-py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:tw-px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:tw-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:tw-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .md\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .md\:tw-pt-0{
    padding-top: 0;
  }

  .md\:tw-pr-0{
    padding-right: 0;
  }

  .md\:tw-pb-0{
    padding-bottom: 0;
  }

  .md\:tw-pl-0{
    padding-left: 0;
  }

  .md\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .md\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .md\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .md\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .md\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .md\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .md\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .md\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .md\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .md\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .md\:tw-pt-4{
    padding-top: 1rem;
  }

  .md\:tw-pr-4{
    padding-right: 1rem;
  }

  .md\:tw-pb-4{
    padding-bottom: 1rem;
  }

  .md\:tw-pl-4{
    padding-left: 1rem;
  }

  .md\:tw-pt-5{
    padding-top: 1.25rem;
  }

  .md\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .md\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .md\:tw-pt-6{
    padding-top: 1.5rem;
  }

  .md\:tw-pr-6{
    padding-right: 1.5rem;
  }

  .md\:tw-pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:tw-pl-6{
    padding-left: 1.5rem;
  }

  .md\:tw-pt-8{
    padding-top: 2rem;
  }

  .md\:tw-pr-8{
    padding-right: 2rem;
  }

  .md\:tw-pb-8{
    padding-bottom: 2rem;
  }

  .md\:tw-pl-8{
    padding-left: 2rem;
  }

  .md\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .md\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .md\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .md\:tw-pt-12{
    padding-top: 3rem;
  }

  .md\:tw-pr-12{
    padding-right: 3rem;
  }

  .md\:tw-pb-12{
    padding-bottom: 3rem;
  }

  .md\:tw-pl-12{
    padding-left: 3rem;
  }

  .md\:tw-pt-16{
    padding-top: 4rem;
  }

  .md\:tw-pr-16{
    padding-right: 4rem;
  }

  .md\:tw-pb-16{
    padding-bottom: 4rem;
  }

  .md\:tw-pl-16{
    padding-left: 4rem;
  }

  .md\:tw-pt-20{
    padding-top: 5rem;
  }

  .md\:tw-pr-20{
    padding-right: 5rem;
  }

  .md\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .md\:tw-pl-20{
    padding-left: 5rem;
  }

  .md\:tw-pt-24{
    padding-top: 6rem;
  }

  .md\:tw-pr-24{
    padding-right: 6rem;
  }

  .md\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .md\:tw-pl-24{
    padding-left: 6rem;
  }

  .md\:tw-pt-32{
    padding-top: 8rem;
  }

  .md\:tw-pr-32{
    padding-right: 8rem;
  }

  .md\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .md\:tw-pl-32{
    padding-left: 8rem;
  }

  .md\:tw-pt-40{
    padding-top: 10rem;
  }

  .md\:tw-pr-40{
    padding-right: 10rem;
  }

  .md\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .md\:tw-pl-40{
    padding-left: 10rem;
  }

  .md\:tw-pt-48{
    padding-top: 12rem;
  }

  .md\:tw-pr-48{
    padding-right: 12rem;
  }

  .md\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .md\:tw-pl-48{
    padding-left: 12rem;
  }

  .md\:tw-pt-56{
    padding-top: 14rem;
  }

  .md\:tw-pr-56{
    padding-right: 14rem;
  }

  .md\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .md\:tw-pl-56{
    padding-left: 14rem;
  }

  .md\:tw-pt-64{
    padding-top: 16rem;
  }

  .md\:tw-pr-64{
    padding-right: 16rem;
  }

  .md\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .md\:tw-pl-64{
    padding-left: 16rem;
  }

  .md\:tw-pt-px{
    padding-top: 1px;
  }

  .md\:tw-pr-px{
    padding-right: 1px;
  }

  .md\:tw-pb-px{
    padding-bottom: 1px;
  }

  .md\:tw-pl-px{
    padding-left: 1px;
  }

  .md\:\!tw-p-0{
    padding: 0 !important;
  }

  .md\:\!tw-p-1{
    padding: 0.25rem !important;
  }

  .md\:\!tw-p-2{
    padding: 0.5rem !important;
  }

  .md\:\!tw-p-3{
    padding: 0.75rem !important;
  }

  .md\:\!tw-p-4{
    padding: 1rem !important;
  }

  .md\:\!tw-p-5{
    padding: 1.25rem !important;
  }

  .md\:\!tw-p-6{
    padding: 1.5rem !important;
  }

  .md\:\!tw-p-8{
    padding: 2rem !important;
  }

  .md\:\!tw-p-10{
    padding: 2.5rem !important;
  }

  .md\:\!tw-p-12{
    padding: 3rem !important;
  }

  .md\:\!tw-p-16{
    padding: 4rem !important;
  }

  .md\:\!tw-p-20{
    padding: 5rem !important;
  }

  .md\:\!tw-p-24{
    padding: 6rem !important;
  }

  .md\:\!tw-p-32{
    padding: 8rem !important;
  }

  .md\:\!tw-p-40{
    padding: 10rem !important;
  }

  .md\:\!tw-p-48{
    padding: 12rem !important;
  }

  .md\:\!tw-p-56{
    padding: 14rem !important;
  }

  .md\:\!tw-p-64{
    padding: 16rem !important;
  }

  .md\:\!tw-p-px{
    padding: 1px !important;
  }

  .md\:\!tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:\!tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:\!tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:\!tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:\!tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:\!tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:\!tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:\!tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:\!tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:\!tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:\!tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:\!tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:\!tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:\!tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:\!tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:\!tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:\!tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:\!tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:\!tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:\!tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:\!tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:\!tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:\!tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:\!tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:\!tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:\!tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:\!tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:\!tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:\!tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:\!tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:\!tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:\!tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:\!tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:\!tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:\!tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:\!tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:\!tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:\!tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:\!tw-pt-0{
    padding-top: 0 !important;
  }

  .md\:\!tw-pr-0{
    padding-right: 0 !important;
  }

  .md\:\!tw-pb-0{
    padding-bottom: 0 !important;
  }

  .md\:\!tw-pl-0{
    padding-left: 0 !important;
  }

  .md\:\!tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:\!tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:\!tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:\!tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:\!tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:\!tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:\!tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:\!tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:\!tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:\!tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:\!tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:\!tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:\!tw-pt-4{
    padding-top: 1rem !important;
  }

  .md\:\!tw-pr-4{
    padding-right: 1rem !important;
  }

  .md\:\!tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:\!tw-pl-4{
    padding-left: 1rem !important;
  }

  .md\:\!tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:\!tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:\!tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:\!tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:\!tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:\!tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:\!tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:\!tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:\!tw-pt-8{
    padding-top: 2rem !important;
  }

  .md\:\!tw-pr-8{
    padding-right: 2rem !important;
  }

  .md\:\!tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:\!tw-pl-8{
    padding-left: 2rem !important;
  }

  .md\:\!tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:\!tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:\!tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:\!tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:\!tw-pt-12{
    padding-top: 3rem !important;
  }

  .md\:\!tw-pr-12{
    padding-right: 3rem !important;
  }

  .md\:\!tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:\!tw-pl-12{
    padding-left: 3rem !important;
  }

  .md\:\!tw-pt-16{
    padding-top: 4rem !important;
  }

  .md\:\!tw-pr-16{
    padding-right: 4rem !important;
  }

  .md\:\!tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:\!tw-pl-16{
    padding-left: 4rem !important;
  }

  .md\:\!tw-pt-20{
    padding-top: 5rem !important;
  }

  .md\:\!tw-pr-20{
    padding-right: 5rem !important;
  }

  .md\:\!tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:\!tw-pl-20{
    padding-left: 5rem !important;
  }

  .md\:\!tw-pt-24{
    padding-top: 6rem !important;
  }

  .md\:\!tw-pr-24{
    padding-right: 6rem !important;
  }

  .md\:\!tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:\!tw-pl-24{
    padding-left: 6rem !important;
  }

  .md\:\!tw-pt-32{
    padding-top: 8rem !important;
  }

  .md\:\!tw-pr-32{
    padding-right: 8rem !important;
  }

  .md\:\!tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:\!tw-pl-32{
    padding-left: 8rem !important;
  }

  .md\:\!tw-pt-40{
    padding-top: 10rem !important;
  }

  .md\:\!tw-pr-40{
    padding-right: 10rem !important;
  }

  .md\:\!tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:\!tw-pl-40{
    padding-left: 10rem !important;
  }

  .md\:\!tw-pt-48{
    padding-top: 12rem !important;
  }

  .md\:\!tw-pr-48{
    padding-right: 12rem !important;
  }

  .md\:\!tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:\!tw-pl-48{
    padding-left: 12rem !important;
  }

  .md\:\!tw-pt-56{
    padding-top: 14rem !important;
  }

  .md\:\!tw-pr-56{
    padding-right: 14rem !important;
  }

  .md\:\!tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:\!tw-pl-56{
    padding-left: 14rem !important;
  }

  .md\:\!tw-pt-64{
    padding-top: 16rem !important;
  }

  .md\:\!tw-pr-64{
    padding-right: 16rem !important;
  }

  .md\:\!tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:\!tw-pl-64{
    padding-left: 16rem !important;
  }

  .md\:\!tw-pt-px{
    padding-top: 1px !important;
  }

  .md\:\!tw-pr-px{
    padding-right: 1px !important;
  }

  .md\:\!tw-pb-px{
    padding-bottom: 1px !important;
  }

  .md\:\!tw-pl-px{
    padding-left: 1px !important;
  }

  .md\:tw-placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:tw-placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .md\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:tw-placeholder-current::-webkit-input-placeholder{
    color: currentColor;
  }

  .md\:tw-placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .md\:tw-placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:tw-placeholder-current::-ms-input-placeholder{
    color: currentColor;
  }

  .md\:tw-placeholder-current::placeholder{
    color: currentColor;
  }

  .md\:tw-placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-shadow-100::-webkit-input-placeholder{
    color: #00000026;
  }

  .md\:tw-placeholder-shadow-100::-moz-placeholder{
    color: #00000026;
  }

  .md\:tw-placeholder-shadow-100:-ms-input-placeholder{
    color: #00000026;
  }

  .md\:tw-placeholder-shadow-100::-ms-input-placeholder{
    color: #00000026;
  }

  .md\:tw-placeholder-shadow-100::placeholder{
    color: #00000026;
  }

  .md\:tw-placeholder-shadow-200::-webkit-input-placeholder{
    color: #0000001A;
  }

  .md\:tw-placeholder-shadow-200::-moz-placeholder{
    color: #0000001A;
  }

  .md\:tw-placeholder-shadow-200:-ms-input-placeholder{
    color: #0000001A;
  }

  .md\:tw-placeholder-shadow-200::-ms-input-placeholder{
    color: #0000001A;
  }

  .md\:tw-placeholder-shadow-200::placeholder{
    color: #0000001A;
  }

  .md\:tw-placeholder-grey-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-100::placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-200::placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-300::placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-400::placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-500::placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-grey-600::placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-100::placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmblue-200::placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-100::placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-200::placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmgreen-300::placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmorange::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmorange::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmorange:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmorange::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmorange::placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmyellow::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmyellow::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmyellow:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmyellow::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmyellow::placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmred::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmred::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmred:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmred::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-zzmred::placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:tw-placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor;
  }

  .md\:focus\:tw-placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .md\:focus\:tw-placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .md\:focus\:tw-placeholder-current:focus::-ms-input-placeholder{
    color: currentColor;
  }

  .md\:focus\:tw-placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .md\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-shadow-100:focus::-webkit-input-placeholder{
    color: #00000026;
  }

  .md\:focus\:tw-placeholder-shadow-100:focus::-moz-placeholder{
    color: #00000026;
  }

  .md\:focus\:tw-placeholder-shadow-100:focus:-ms-input-placeholder{
    color: #00000026;
  }

  .md\:focus\:tw-placeholder-shadow-100:focus::-ms-input-placeholder{
    color: #00000026;
  }

  .md\:focus\:tw-placeholder-shadow-100:focus::placeholder{
    color: #00000026;
  }

  .md\:focus\:tw-placeholder-shadow-200:focus::-webkit-input-placeholder{
    color: #0000001A;
  }

  .md\:focus\:tw-placeholder-shadow-200:focus::-moz-placeholder{
    color: #0000001A;
  }

  .md\:focus\:tw-placeholder-shadow-200:focus:-ms-input-placeholder{
    color: #0000001A;
  }

  .md\:focus\:tw-placeholder-shadow-200:focus::-ms-input-placeholder{
    color: #0000001A;
  }

  .md\:focus\:tw-placeholder-shadow-200:focus::placeholder{
    color: #0000001A;
  }

  .md\:focus\:tw-placeholder-grey-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-grey-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmblue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmgreen-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmorange:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmorange:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmorange:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmorange:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmorange:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmyellow:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmyellow:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmyellow:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmyellow:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmyellow:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmred:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmred:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmred:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmred:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:focus\:tw-placeholder-zzmred:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .md\:tw-placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:tw-placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:tw-placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:tw-placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .md\:tw-placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:tw-placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:tw-placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:tw-placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:tw-placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:tw-placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:tw-placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:tw-placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:tw-placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:tw-placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:tw-placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:tw-placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:tw-placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:tw-placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:tw-placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:tw-placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .md\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .md\:tw-pointer-events-none{
    pointer-events: none;
  }

  .md\:tw-pointer-events-auto{
    pointer-events: auto;
  }

  .md\:tw-static{
    position: static;
  }

  .md\:tw-fixed{
    position: fixed;
  }

  .md\:tw-absolute{
    position: absolute;
  }

  .md\:tw-relative{
    position: relative;
  }

  .md\:tw-sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:tw-inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:tw-inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:tw-inset-x-0{
    right: 0;
    left: 0;
  }

  .md\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .md\:tw-top-0{
    top: 0;
  }

  .md\:tw-right-0{
    right: 0;
  }

  .md\:tw-bottom-0{
    bottom: 0;
  }

  .md\:tw-left-0{
    left: 0;
  }

  .md\:tw-top-auto{
    top: auto;
  }

  .md\:tw-right-auto{
    right: auto;
  }

  .md\:tw-bottom-auto{
    bottom: auto;
  }

  .md\:tw-left-auto{
    left: auto;
  }

  .md\:tw-resize-none{
    resize: none;
  }

  .md\:tw-resize-y{
    resize: vertical;
  }

  .md\:tw-resize-x{
    resize: horizontal;
  }

  .md\:tw-resize{
    resize: both;
  }

  .md\:tw-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:tw-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:tw-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:tw-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:tw-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:tw-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:tw-shadow-none{
    box-shadow: none;
  }

  .md\:hover\:tw-shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:tw-shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:tw-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:tw-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:tw-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:hover\:tw-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:hover\:tw-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:hover\:tw-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:hover\:tw-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:tw-shadow-none:hover{
    box-shadow: none;
  }

  .md\:focus\:tw-shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:tw-shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:tw-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:tw-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:tw-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .md\:focus\:tw-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .md\:focus\:tw-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:focus\:tw-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:focus\:tw-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:tw-shadow-none:focus{
    box-shadow: none;
  }

  .md\:tw-fill-current{
    fill: currentColor;
  }

  .md\:tw-stroke-current{
    stroke: currentColor;
  }

  .md\:tw-stroke-0{
    stroke-width: 0;
  }

  .md\:tw-stroke-1{
    stroke-width: 1;
  }

  .md\:tw-stroke-2{
    stroke-width: 2;
  }

  .md\:tw-table-auto{
    table-layout: auto;
  }

  .md\:tw-table-fixed{
    table-layout: fixed;
  }

  .md\:tw-text-left{
    text-align: left;
  }

  .md\:tw-text-center{
    text-align: center;
  }

  .md\:tw-text-right{
    text-align: right;
  }

  .md\:tw-text-justify{
    text-align: justify;
  }

  .md\:tw-text-transparent{
    color: transparent;
  }

  .md\:tw-text-current{
    color: currentColor;
  }

  .md\:tw-text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:tw-text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:tw-text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:tw-text-gray-200{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:tw-text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:tw-text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:tw-text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:tw-text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:tw-text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:tw-text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:tw-text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:tw-text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:tw-text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:tw-text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:tw-text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:tw-text-red-500{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:tw-text-red-600{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:tw-text-red-700{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:tw-text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:tw-text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:tw-text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:tw-text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:tw-text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:tw-text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:tw-text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:tw-text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:tw-text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:tw-text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:tw-text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:tw-text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:tw-text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:tw-text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:tw-text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:tw-text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:tw-text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:tw-text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:tw-text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:tw-text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:tw-text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:tw-text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:tw-text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:tw-text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:tw-text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:tw-text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:tw-text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:tw-text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:tw-text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:tw-text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:tw-text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:tw-text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:tw-text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:tw-text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:tw-text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:tw-text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:tw-text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:tw-text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:tw-text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:tw-text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:tw-text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:tw-text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:tw-text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:tw-text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:tw-text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:tw-text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:tw-text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:tw-text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:tw-text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:tw-text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:tw-text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:tw-text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:tw-text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:tw-text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:tw-text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:tw-text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:tw-text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:tw-text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:tw-text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:tw-text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:tw-text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:tw-text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:tw-text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:tw-text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:tw-text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:tw-text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:tw-text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:tw-text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:tw-text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:tw-text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:tw-text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:tw-text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:tw-text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:tw-text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:tw-text-shadow-100{
    color: #00000026;
  }

  .md\:tw-text-shadow-200{
    color: #0000001A;
  }

  .md\:tw-text-grey-100{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .md\:tw-text-grey-200{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .md\:tw-text-grey-300{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .md\:tw-text-grey-400{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .md\:tw-text-grey-500{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .md\:tw-text-grey-600{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:tw-text-zzmblue-100{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .md\:tw-text-zzmblue-200{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .md\:tw-text-zzmgreen-100{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .md\:tw-text-zzmgreen-200{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .md\:tw-text-zzmgreen-300{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .md\:tw-text-zzmorange{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .md\:tw-text-zzmyellow{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .md\:tw-text-zzmred{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .md\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:tw-text-current:hover{
    color: currentColor;
  }

  .md\:hover\:tw-text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:hover\:tw-text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-200:hover{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:hover\:tw-text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-500:hover{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-600:hover{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-700:hover{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:hover\:tw-text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:hover\:tw-text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:hover\:tw-text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:hover\:tw-text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:hover\:tw-text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:hover\:tw-text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:hover\:tw-text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:hover\:tw-text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:hover\:tw-text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:hover\:tw-text-shadow-100:hover{
    color: #00000026;
  }

  .md\:hover\:tw-text-shadow-200:hover{
    color: #0000001A;
  }

  .md\:hover\:tw-text-grey-100:hover{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .md\:hover\:tw-text-grey-200:hover{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .md\:hover\:tw-text-grey-300:hover{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .md\:hover\:tw-text-grey-400:hover{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .md\:hover\:tw-text-grey-500:hover{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .md\:hover\:tw-text-grey-600:hover{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:hover\:tw-text-zzmblue-100:hover{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .md\:hover\:tw-text-zzmblue-200:hover{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .md\:hover\:tw-text-zzmgreen-100:hover{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .md\:hover\:tw-text-zzmgreen-200:hover{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .md\:hover\:tw-text-zzmgreen-300:hover{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .md\:hover\:tw-text-zzmorange:hover{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .md\:hover\:tw-text-zzmyellow:hover{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .md\:hover\:tw-text-zzmred:hover{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .md\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:tw-text-current:focus{
    color: currentColor;
  }

  .md\:focus\:tw-text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:focus\:tw-text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-200:focus{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:focus\:tw-text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-500:focus{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-600:focus{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-700:focus{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:focus\:tw-text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:focus\:tw-text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:focus\:tw-text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:focus\:tw-text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:focus\:tw-text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:focus\:tw-text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:focus\:tw-text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:focus\:tw-text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:focus\:tw-text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:focus\:tw-text-shadow-100:focus{
    color: #00000026;
  }

  .md\:focus\:tw-text-shadow-200:focus{
    color: #0000001A;
  }

  .md\:focus\:tw-text-grey-100:focus{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .md\:focus\:tw-text-grey-200:focus{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .md\:focus\:tw-text-grey-300:focus{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .md\:focus\:tw-text-grey-400:focus{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .md\:focus\:tw-text-grey-500:focus{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .md\:focus\:tw-text-grey-600:focus{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:focus\:tw-text-zzmblue-100:focus{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .md\:focus\:tw-text-zzmblue-200:focus{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .md\:focus\:tw-text-zzmgreen-100:focus{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .md\:focus\:tw-text-zzmgreen-200:focus{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .md\:focus\:tw-text-zzmgreen-300:focus{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .md\:focus\:tw-text-zzmorange:focus{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .md\:focus\:tw-text-zzmyellow:focus{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .md\:focus\:tw-text-zzmred:focus{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .md\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .md\:active\:tw-text-current:active{
    color: currentColor;
  }

  .md\:active\:tw-text-black:active{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .md\:active\:tw-text-white:active{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-100:active{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-200:active{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-300:active{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-400:active{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-500:active{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-600:active{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-700:active{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-800:active{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .md\:active\:tw-text-gray-900:active{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .md\:active\:tw-text-red-100:active{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .md\:active\:tw-text-red-200:active{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .md\:active\:tw-text-red-300:active{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .md\:active\:tw-text-red-400:active{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .md\:active\:tw-text-red-500:active{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .md\:active\:tw-text-red-600:active{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .md\:active\:tw-text-red-700:active{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .md\:active\:tw-text-red-800:active{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .md\:active\:tw-text-red-900:active{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-100:active{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-200:active{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-300:active{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-400:active{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-500:active{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-600:active{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-700:active{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-800:active{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .md\:active\:tw-text-orange-900:active{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-100:active{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-200:active{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-300:active{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-400:active{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-500:active{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-600:active{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-700:active{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-800:active{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .md\:active\:tw-text-yellow-900:active{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .md\:active\:tw-text-green-100:active{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .md\:active\:tw-text-green-200:active{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .md\:active\:tw-text-green-300:active{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .md\:active\:tw-text-green-400:active{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .md\:active\:tw-text-green-500:active{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .md\:active\:tw-text-green-600:active{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .md\:active\:tw-text-green-700:active{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .md\:active\:tw-text-green-800:active{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .md\:active\:tw-text-green-900:active{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-100:active{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-200:active{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-300:active{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-400:active{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-500:active{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-600:active{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-700:active{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-800:active{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .md\:active\:tw-text-teal-900:active{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-100:active{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-200:active{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-300:active{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-400:active{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-500:active{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-600:active{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-700:active{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-800:active{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .md\:active\:tw-text-blue-900:active{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-100:active{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-200:active{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-300:active{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-400:active{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-500:active{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-600:active{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-700:active{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-800:active{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .md\:active\:tw-text-indigo-900:active{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-100:active{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-200:active{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-300:active{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-400:active{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-500:active{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-600:active{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-700:active{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-800:active{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .md\:active\:tw-text-purple-900:active{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-100:active{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-200:active{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-300:active{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-400:active{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-500:active{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-600:active{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-700:active{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-800:active{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .md\:active\:tw-text-pink-900:active{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .md\:active\:tw-text-shadow-100:active{
    color: #00000026;
  }

  .md\:active\:tw-text-shadow-200:active{
    color: #0000001A;
  }

  .md\:active\:tw-text-grey-100:active{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .md\:active\:tw-text-grey-200:active{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .md\:active\:tw-text-grey-300:active{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .md\:active\:tw-text-grey-400:active{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .md\:active\:tw-text-grey-500:active{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .md\:active\:tw-text-grey-600:active{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .md\:active\:tw-text-zzmblue-100:active{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .md\:active\:tw-text-zzmblue-200:active{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .md\:active\:tw-text-zzmgreen-100:active{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .md\:active\:tw-text-zzmgreen-200:active{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .md\:active\:tw-text-zzmgreen-300:active{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .md\:active\:tw-text-zzmorange:active{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .md\:active\:tw-text-zzmyellow:active{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .md\:active\:tw-text-zzmred:active{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .md\:\!tw-text-transparent{
    color: transparent !important;
  }

  .md\:\!tw-text-current{
    color: currentColor !important;
  }

  .md\:\!tw-text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-shadow-100{
    color: #00000026 !important;
  }

  .md\:\!tw-text-shadow-200{
    color: #0000001A !important;
  }

  .md\:\!tw-text-grey-100{
    --text-opacity: 1 !important;
    color: #FBFBFB !important;
    color: rgba(251, 251, 251, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-grey-200{
    --text-opacity: 1 !important;
    color: #F1F1F1 !important;
    color: rgba(241, 241, 241, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-grey-300{
    --text-opacity: 1 !important;
    color: #E4E4E4 !important;
    color: rgba(228, 228, 228, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-grey-400{
    --text-opacity: 1 !important;
    color: #C4C4C4 !important;
    color: rgba(196, 196, 196, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-grey-500{
    --text-opacity: 1 !important;
    color: #999999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-grey-600{
    --text-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-zzmblue-100{
    --text-opacity: 1 !important;
    color: #34ADFD !important;
    color: rgba(52, 173, 253, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-zzmblue-200{
    --text-opacity: 1 !important;
    color: #0096DB !important;
    color: rgba(0, 150, 219, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-zzmgreen-100{
    --text-opacity: 1 !important;
    color: #A6CD4A !important;
    color: rgba(166, 205, 74, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-zzmgreen-200{
    --text-opacity: 1 !important;
    color: #8DBB20 !important;
    color: rgba(141, 187, 32, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-zzmgreen-300{
    --text-opacity: 1 !important;
    color: #39B54A !important;
    color: rgba(57, 181, 74, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-zzmorange{
    --text-opacity: 1 !important;
    color: #FFA200 !important;
    color: rgba(255, 162, 0, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-zzmyellow{
    --text-opacity: 1 !important;
    color: #FFDD00 !important;
    color: rgba(255, 221, 0, var(--text-opacity)) !important;
  }

  .md\:\!tw-text-zzmred{
    --text-opacity: 1 !important;
    color: #EC5840 !important;
    color: rgba(236, 88, 64, var(--text-opacity)) !important;
  }

  .md\:tw-text-opacity-0{
    --text-opacity: 0;
  }

  .md\:tw-text-opacity-25{
    --text-opacity: 0.25;
  }

  .md\:tw-text-opacity-50{
    --text-opacity: 0.5;
  }

  .md\:tw-text-opacity-75{
    --text-opacity: 0.75;
  }

  .md\:tw-text-opacity-100{
    --text-opacity: 1;
  }

  .md\:hover\:tw-text-opacity-0:hover{
    --text-opacity: 0;
  }

  .md\:hover\:tw-text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .md\:hover\:tw-text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .md\:hover\:tw-text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .md\:hover\:tw-text-opacity-100:hover{
    --text-opacity: 1;
  }

  .md\:focus\:tw-text-opacity-0:focus{
    --text-opacity: 0;
  }

  .md\:focus\:tw-text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .md\:focus\:tw-text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .md\:focus\:tw-text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .md\:focus\:tw-text-opacity-100:focus{
    --text-opacity: 1;
  }

  .md\:tw-italic{
    font-style: italic;
  }

  .md\:tw-not-italic{
    font-style: normal;
  }

  .md\:tw-uppercase{
    text-transform: uppercase;
  }

  .md\:tw-lowercase{
    text-transform: lowercase;
  }

  .md\:tw-capitalize{
    text-transform: capitalize;
  }

  .md\:tw-normal-case{
    text-transform: none;
  }

  .md\:tw-underline{
    text-decoration: underline;
  }

  .md\:tw-line-through{
    text-decoration: line-through;
  }

  .md\:tw-no-underline{
    text-decoration: none;
  }

  .md\:hover\:tw-underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:tw-line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:tw-no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:tw-underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:tw-line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:tw-no-underline:focus{
    text-decoration: none;
  }

  .md\:tw-antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .md\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .md\:tw-tracking-normal{
    letter-spacing: 0;
  }

  .md\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .md\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:tw-select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:tw-select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:tw-select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .md\:tw-select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:tw-align-baseline{
    vertical-align: baseline;
  }

  .md\:tw-align-top{
    vertical-align: top;
  }

  .md\:tw-align-middle{
    vertical-align: middle;
  }

  .md\:tw-align-bottom{
    vertical-align: bottom;
  }

  .md\:tw-align-text-top{
    vertical-align: text-top;
  }

  .md\:tw-align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:tw-visible{
    visibility: visible;
  }

  .md\:tw-invisible{
    visibility: hidden;
  }

  .md\:tw-whitespace-normal{
    white-space: normal;
  }

  .md\:tw-whitespace-no-wrap{
    white-space: nowrap;
  }

  .md\:tw-whitespace-pre{
    white-space: pre;
  }

  .md\:tw-whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:tw-whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:tw-break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:tw-break-words{
    overflow-wrap: break-word;
  }

  .md\:tw-break-all{
    word-break: break-all;
  }

  .md\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:tw-w-0{
    width: 0;
  }

  .md\:tw-w-1{
    width: 0.25rem;
  }

  .md\:tw-w-2{
    width: 0.5rem;
  }

  .md\:tw-w-3{
    width: 0.75rem;
  }

  .md\:tw-w-4{
    width: 1rem;
  }

  .md\:tw-w-5{
    width: 1.25rem;
  }

  .md\:tw-w-6{
    width: 1.5rem;
  }

  .md\:tw-w-7{
    width: 28px;
  }

  .md\:tw-w-8{
    width: 2rem;
  }

  .md\:tw-w-10{
    width: 2.5rem;
  }

  .md\:tw-w-12{
    width: 3rem;
  }

  .md\:tw-w-16{
    width: 4rem;
  }

  .md\:tw-w-20{
    width: 5rem;
  }

  .md\:tw-w-24{
    width: 6rem;
  }

  .md\:tw-w-32{
    width: 8rem;
  }

  .md\:tw-w-40{
    width: 10rem;
  }

  .md\:tw-w-48{
    width: 12rem;
  }

  .md\:tw-w-56{
    width: 14rem;
  }

  .md\:tw-w-64{
    width: 16rem;
  }

  .md\:tw-w-auto{
    width: auto;
  }

  .md\:tw-w-px{
    width: 1px;
  }

  .md\:tw-w-1\/2{
    width: 50%;
  }

  .md\:tw-w-1\/3{
    width: 33.333333%;
  }

  .md\:tw-w-2\/3{
    width: 66.666667%;
  }

  .md\:tw-w-1\/4{
    width: 25%;
  }

  .md\:tw-w-2\/4{
    width: 50%;
  }

  .md\:tw-w-3\/4{
    width: 75%;
  }

  .md\:tw-w-1\/5{
    width: 20%;
  }

  .md\:tw-w-2\/5{
    width: 40%;
  }

  .md\:tw-w-3\/5{
    width: 60%;
  }

  .md\:tw-w-4\/5{
    width: 80%;
  }

  .md\:tw-w-1\/6{
    width: 16.666667%;
  }

  .md\:tw-w-2\/6{
    width: 33.333333%;
  }

  .md\:tw-w-3\/6{
    width: 50%;
  }

  .md\:tw-w-4\/6{
    width: 66.666667%;
  }

  .md\:tw-w-5\/6{
    width: 83.333333%;
  }

  .md\:tw-w-1\/12{
    width: 8.333333%;
  }

  .md\:tw-w-2\/12{
    width: 16.666667%;
  }

  .md\:tw-w-3\/12{
    width: 25%;
  }

  .md\:tw-w-4\/12{
    width: 33.333333%;
  }

  .md\:tw-w-5\/12{
    width: 41.666667%;
  }

  .md\:tw-w-6\/12{
    width: 50%;
  }

  .md\:tw-w-7\/12{
    width: 58.333333%;
  }

  .md\:tw-w-8\/12{
    width: 66.666667%;
  }

  .md\:tw-w-9\/12{
    width: 75%;
  }

  .md\:tw-w-10\/12{
    width: 83.333333%;
  }

  .md\:tw-w-11\/12{
    width: 91.666667%;
  }

  .md\:tw-w-full{
    width: 100%;
  }

  .md\:tw-w-screen{
    width: 100vw;
  }

  .md\:tw-z-0{
    z-index: 0;
  }

  .md\:tw-z-10{
    z-index: 10;
  }

  .md\:tw-z-20{
    z-index: 20;
  }

  .md\:tw-z-30{
    z-index: 30;
  }

  .md\:tw-z-40{
    z-index: 40;
  }

  .md\:tw-z-50{
    z-index: 50;
  }

  .md\:tw-z-100{
    z-index: 100;
  }

  .md\:tw-z-auto{
    z-index: auto;
  }

  .md\:tw-gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .md\:tw-gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .md\:tw-gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .md\:tw-gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .md\:tw-gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:tw-gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:tw-gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:tw-gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .md\:tw-gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .md\:tw-gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .md\:tw-gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .md\:tw-gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .md\:tw-gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .md\:tw-gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .md\:tw-gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .md\:tw-gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .md\:tw-gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .md\:tw-gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .md\:tw-gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .md\:tw-col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .md\:tw-col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:tw-col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:tw-col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:tw-col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:tw-col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:tw-col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:tw-col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:tw-col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:tw-col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:tw-col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:tw-col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .md\:tw-col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:tw-col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .md\:tw-col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .md\:tw-col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .md\:tw-col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .md\:tw-col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .md\:tw-col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .md\:tw-row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .md\:tw-row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .md\:tw-row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .md\:tw-row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .md\:tw-row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .md\:tw-row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .md\:tw-row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .md\:tw-row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .md\:tw-row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .md\:tw-row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:tw-row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .md\:tw-row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .md\:tw-row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .md\:tw-row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .md\:tw-row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .md\:tw-row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .md\:tw-row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .md\:tw-row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .md\:tw-row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .md\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .md\:tw-grid-cols-playlistgames{
    grid-template-columns: repeat(auto-fill, 230px);
  }

  .md\:tw-col-auto{
    grid-column: auto;
  }

  .md\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .md\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .md\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .md\:tw-col-start-1{
    grid-column-start: 1;
  }

  .md\:tw-col-start-2{
    grid-column-start: 2;
  }

  .md\:tw-col-start-3{
    grid-column-start: 3;
  }

  .md\:tw-col-start-4{
    grid-column-start: 4;
  }

  .md\:tw-col-start-5{
    grid-column-start: 5;
  }

  .md\:tw-col-start-6{
    grid-column-start: 6;
  }

  .md\:tw-col-start-7{
    grid-column-start: 7;
  }

  .md\:tw-col-start-8{
    grid-column-start: 8;
  }

  .md\:tw-col-start-9{
    grid-column-start: 9;
  }

  .md\:tw-col-start-10{
    grid-column-start: 10;
  }

  .md\:tw-col-start-11{
    grid-column-start: 11;
  }

  .md\:tw-col-start-12{
    grid-column-start: 12;
  }

  .md\:tw-col-start-13{
    grid-column-start: 13;
  }

  .md\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .md\:tw-col-end-1{
    grid-column-end: 1;
  }

  .md\:tw-col-end-2{
    grid-column-end: 2;
  }

  .md\:tw-col-end-3{
    grid-column-end: 3;
  }

  .md\:tw-col-end-4{
    grid-column-end: 4;
  }

  .md\:tw-col-end-5{
    grid-column-end: 5;
  }

  .md\:tw-col-end-6{
    grid-column-end: 6;
  }

  .md\:tw-col-end-7{
    grid-column-end: 7;
  }

  .md\:tw-col-end-8{
    grid-column-end: 8;
  }

  .md\:tw-col-end-9{
    grid-column-end: 9;
  }

  .md\:tw-col-end-10{
    grid-column-end: 10;
  }

  .md\:tw-col-end-11{
    grid-column-end: 11;
  }

  .md\:tw-col-end-12{
    grid-column-end: 12;
  }

  .md\:tw-col-end-13{
    grid-column-end: 13;
  }

  .md\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .md\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .md\:tw-row-auto{
    grid-row: auto;
  }

  .md\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .md\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .md\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .md\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .md\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .md\:tw-row-start-1{
    grid-row-start: 1;
  }

  .md\:tw-row-start-2{
    grid-row-start: 2;
  }

  .md\:tw-row-start-3{
    grid-row-start: 3;
  }

  .md\:tw-row-start-4{
    grid-row-start: 4;
  }

  .md\:tw-row-start-5{
    grid-row-start: 5;
  }

  .md\:tw-row-start-6{
    grid-row-start: 6;
  }

  .md\:tw-row-start-7{
    grid-row-start: 7;
  }

  .md\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .md\:tw-row-end-1{
    grid-row-end: 1;
  }

  .md\:tw-row-end-2{
    grid-row-end: 2;
  }

  .md\:tw-row-end-3{
    grid-row-end: 3;
  }

  .md\:tw-row-end-4{
    grid-row-end: 4;
  }

  .md\:tw-row-end-5{
    grid-row-end: 5;
  }

  .md\:tw-row-end-6{
    grid-row-end: 6;
  }

  .md\:tw-row-end-7{
    grid-row-end: 7;
  }

  .md\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .md\:tw-transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .md\:tw-transform-none{
    transform: none;
  }

  .md\:tw-origin-center{
    transform-origin: center;
  }

  .md\:tw-origin-top{
    transform-origin: top;
  }

  .md\:tw-origin-top-right{
    transform-origin: top right;
  }

  .md\:tw-origin-right{
    transform-origin: right;
  }

  .md\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .md\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .md\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .md\:tw-origin-left{
    transform-origin: left;
  }

  .md\:tw-origin-top-left{
    transform-origin: top left;
  }

  .md\:tw-scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:tw-scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:tw-scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:tw-scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:tw-scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:tw-scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:tw-scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:tw-scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:tw-scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:tw-scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:tw-scale-x-0{
    --transform-scale-x: 0;
  }

  .md\:tw-scale-x-50{
    --transform-scale-x: .5;
  }

  .md\:tw-scale-x-75{
    --transform-scale-x: .75;
  }

  .md\:tw-scale-x-90{
    --transform-scale-x: .9;
  }

  .md\:tw-scale-x-95{
    --transform-scale-x: .95;
  }

  .md\:tw-scale-x-100{
    --transform-scale-x: 1;
  }

  .md\:tw-scale-x-105{
    --transform-scale-x: 1.05;
  }

  .md\:tw-scale-x-110{
    --transform-scale-x: 1.1;
  }

  .md\:tw-scale-x-125{
    --transform-scale-x: 1.25;
  }

  .md\:tw-scale-x-150{
    --transform-scale-x: 1.5;
  }

  .md\:tw-scale-y-0{
    --transform-scale-y: 0;
  }

  .md\:tw-scale-y-50{
    --transform-scale-y: .5;
  }

  .md\:tw-scale-y-75{
    --transform-scale-y: .75;
  }

  .md\:tw-scale-y-90{
    --transform-scale-y: .9;
  }

  .md\:tw-scale-y-95{
    --transform-scale-y: .95;
  }

  .md\:tw-scale-y-100{
    --transform-scale-y: 1;
  }

  .md\:tw-scale-y-105{
    --transform-scale-y: 1.05;
  }

  .md\:tw-scale-y-110{
    --transform-scale-y: 1.1;
  }

  .md\:tw-scale-y-125{
    --transform-scale-y: 1.25;
  }

  .md\:tw-scale-y-150{
    --transform-scale-y: 1.5;
  }

  .md\:hover\:tw-scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:hover\:tw-scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:hover\:tw-scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:hover\:tw-scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:hover\:tw-scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:hover\:tw-scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:hover\:tw-scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:hover\:tw-scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:hover\:tw-scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:hover\:tw-scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:hover\:tw-scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .md\:hover\:tw-scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .md\:hover\:tw-scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .md\:hover\:tw-scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .md\:hover\:tw-scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .md\:hover\:tw-scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .md\:hover\:tw-scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .md\:hover\:tw-scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .md\:hover\:tw-scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .md\:hover\:tw-scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .md\:hover\:tw-scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .md\:hover\:tw-scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .md\:hover\:tw-scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .md\:hover\:tw-scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .md\:hover\:tw-scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .md\:hover\:tw-scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .md\:hover\:tw-scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .md\:hover\:tw-scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .md\:hover\:tw-scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .md\:hover\:tw-scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .md\:focus\:tw-scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .md\:focus\:tw-scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .md\:focus\:tw-scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .md\:focus\:tw-scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .md\:focus\:tw-scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .md\:focus\:tw-scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .md\:focus\:tw-scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .md\:focus\:tw-scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .md\:focus\:tw-scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .md\:focus\:tw-scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .md\:focus\:tw-scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .md\:focus\:tw-scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .md\:focus\:tw-scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .md\:focus\:tw-scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .md\:focus\:tw-scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .md\:focus\:tw-scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .md\:focus\:tw-scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .md\:focus\:tw-scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .md\:focus\:tw-scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .md\:focus\:tw-scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .md\:focus\:tw-scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .md\:focus\:tw-scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .md\:focus\:tw-scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .md\:focus\:tw-scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .md\:focus\:tw-scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .md\:focus\:tw-scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .md\:focus\:tw-scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .md\:focus\:tw-scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .md\:focus\:tw-scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .md\:focus\:tw-scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .md\:tw-rotate-0{
    --transform-rotate: 0;
  }

  .md\:tw-rotate-45{
    --transform-rotate: 45deg;
  }

  .md\:tw-rotate-90{
    --transform-rotate: 90deg;
  }

  .md\:tw-rotate-180{
    --transform-rotate: 180deg;
  }

  .md\:tw--rotate-180{
    --transform-rotate: -180deg;
  }

  .md\:tw--rotate-90{
    --transform-rotate: -90deg;
  }

  .md\:tw--rotate-45{
    --transform-rotate: -45deg;
  }

  .md\:hover\:tw-rotate-0:hover{
    --transform-rotate: 0;
  }

  .md\:hover\:tw-rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .md\:hover\:tw-rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .md\:hover\:tw-rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .md\:hover\:tw--rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .md\:hover\:tw--rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .md\:hover\:tw--rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .md\:focus\:tw-rotate-0:focus{
    --transform-rotate: 0;
  }

  .md\:focus\:tw-rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .md\:focus\:tw-rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .md\:focus\:tw-rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .md\:focus\:tw--rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .md\:focus\:tw--rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .md\:focus\:tw--rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .md\:tw-translate-x-0{
    --transform-translate-x: 0;
  }

  .md\:tw-translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .md\:tw-translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .md\:tw-translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .md\:tw-translate-x-4{
    --transform-translate-x: 1rem;
  }

  .md\:tw-translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .md\:tw-translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .md\:tw-translate-x-8{
    --transform-translate-x: 2rem;
  }

  .md\:tw-translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .md\:tw-translate-x-12{
    --transform-translate-x: 3rem;
  }

  .md\:tw-translate-x-16{
    --transform-translate-x: 4rem;
  }

  .md\:tw-translate-x-20{
    --transform-translate-x: 5rem;
  }

  .md\:tw-translate-x-24{
    --transform-translate-x: 6rem;
  }

  .md\:tw-translate-x-32{
    --transform-translate-x: 8rem;
  }

  .md\:tw-translate-x-40{
    --transform-translate-x: 10rem;
  }

  .md\:tw-translate-x-48{
    --transform-translate-x: 12rem;
  }

  .md\:tw-translate-x-56{
    --transform-translate-x: 14rem;
  }

  .md\:tw-translate-x-64{
    --transform-translate-x: 16rem;
  }

  .md\:tw-translate-x-px{
    --transform-translate-x: 1px;
  }

  .md\:tw--translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .md\:tw--translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .md\:tw--translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .md\:tw--translate-x-4{
    --transform-translate-x: -1rem;
  }

  .md\:tw--translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .md\:tw--translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .md\:tw--translate-x-8{
    --transform-translate-x: -2rem;
  }

  .md\:tw--translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .md\:tw--translate-x-12{
    --transform-translate-x: -3rem;
  }

  .md\:tw--translate-x-16{
    --transform-translate-x: -4rem;
  }

  .md\:tw--translate-x-20{
    --transform-translate-x: -5rem;
  }

  .md\:tw--translate-x-24{
    --transform-translate-x: -6rem;
  }

  .md\:tw--translate-x-32{
    --transform-translate-x: -8rem;
  }

  .md\:tw--translate-x-40{
    --transform-translate-x: -10rem;
  }

  .md\:tw--translate-x-48{
    --transform-translate-x: -12rem;
  }

  .md\:tw--translate-x-56{
    --transform-translate-x: -14rem;
  }

  .md\:tw--translate-x-64{
    --transform-translate-x: -16rem;
  }

  .md\:tw--translate-x-px{
    --transform-translate-x: -1px;
  }

  .md\:tw--translate-x-full{
    --transform-translate-x: -100%;
  }

  .md\:tw--translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .md\:tw-translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .md\:tw-translate-x-full{
    --transform-translate-x: 100%;
  }

  .md\:tw-translate-y-0{
    --transform-translate-y: 0;
  }

  .md\:tw-translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .md\:tw-translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .md\:tw-translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .md\:tw-translate-y-4{
    --transform-translate-y: 1rem;
  }

  .md\:tw-translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .md\:tw-translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .md\:tw-translate-y-8{
    --transform-translate-y: 2rem;
  }

  .md\:tw-translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .md\:tw-translate-y-12{
    --transform-translate-y: 3rem;
  }

  .md\:tw-translate-y-16{
    --transform-translate-y: 4rem;
  }

  .md\:tw-translate-y-20{
    --transform-translate-y: 5rem;
  }

  .md\:tw-translate-y-24{
    --transform-translate-y: 6rem;
  }

  .md\:tw-translate-y-32{
    --transform-translate-y: 8rem;
  }

  .md\:tw-translate-y-40{
    --transform-translate-y: 10rem;
  }

  .md\:tw-translate-y-48{
    --transform-translate-y: 12rem;
  }

  .md\:tw-translate-y-56{
    --transform-translate-y: 14rem;
  }

  .md\:tw-translate-y-64{
    --transform-translate-y: 16rem;
  }

  .md\:tw-translate-y-px{
    --transform-translate-y: 1px;
  }

  .md\:tw--translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .md\:tw--translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .md\:tw--translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .md\:tw--translate-y-4{
    --transform-translate-y: -1rem;
  }

  .md\:tw--translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .md\:tw--translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .md\:tw--translate-y-8{
    --transform-translate-y: -2rem;
  }

  .md\:tw--translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .md\:tw--translate-y-12{
    --transform-translate-y: -3rem;
  }

  .md\:tw--translate-y-16{
    --transform-translate-y: -4rem;
  }

  .md\:tw--translate-y-20{
    --transform-translate-y: -5rem;
  }

  .md\:tw--translate-y-24{
    --transform-translate-y: -6rem;
  }

  .md\:tw--translate-y-32{
    --transform-translate-y: -8rem;
  }

  .md\:tw--translate-y-40{
    --transform-translate-y: -10rem;
  }

  .md\:tw--translate-y-48{
    --transform-translate-y: -12rem;
  }

  .md\:tw--translate-y-56{
    --transform-translate-y: -14rem;
  }

  .md\:tw--translate-y-64{
    --transform-translate-y: -16rem;
  }

  .md\:tw--translate-y-px{
    --transform-translate-y: -1px;
  }

  .md\:tw--translate-y-full{
    --transform-translate-y: -100%;
  }

  .md\:tw--translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .md\:tw-translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .md\:tw-translate-y-full{
    --transform-translate-y: 100%;
  }

  .md\:hover\:tw-translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .md\:hover\:tw-translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .md\:hover\:tw-translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .md\:hover\:tw-translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .md\:hover\:tw-translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .md\:hover\:tw-translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .md\:hover\:tw-translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .md\:hover\:tw-translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .md\:hover\:tw-translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .md\:hover\:tw-translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .md\:hover\:tw-translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .md\:hover\:tw-translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .md\:hover\:tw-translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .md\:hover\:tw-translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .md\:hover\:tw-translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .md\:hover\:tw-translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .md\:hover\:tw-translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .md\:hover\:tw-translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .md\:hover\:tw-translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .md\:hover\:tw--translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .md\:hover\:tw--translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .md\:hover\:tw--translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .md\:hover\:tw--translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .md\:hover\:tw--translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .md\:hover\:tw--translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .md\:hover\:tw--translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .md\:hover\:tw--translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .md\:hover\:tw--translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .md\:hover\:tw--translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .md\:hover\:tw--translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .md\:hover\:tw--translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .md\:hover\:tw--translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .md\:hover\:tw--translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .md\:hover\:tw--translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .md\:hover\:tw--translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .md\:hover\:tw--translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .md\:hover\:tw--translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .md\:hover\:tw--translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .md\:hover\:tw--translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .md\:hover\:tw-translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .md\:hover\:tw-translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .md\:hover\:tw-translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .md\:hover\:tw-translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .md\:hover\:tw-translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .md\:hover\:tw-translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .md\:hover\:tw-translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .md\:hover\:tw-translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .md\:hover\:tw-translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .md\:hover\:tw-translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .md\:hover\:tw-translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .md\:hover\:tw-translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .md\:hover\:tw-translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .md\:hover\:tw-translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .md\:hover\:tw-translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .md\:hover\:tw-translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .md\:hover\:tw-translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .md\:hover\:tw-translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .md\:hover\:tw-translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .md\:hover\:tw-translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .md\:hover\:tw-translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .md\:hover\:tw--translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .md\:hover\:tw--translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .md\:hover\:tw--translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .md\:hover\:tw--translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .md\:hover\:tw--translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .md\:hover\:tw--translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .md\:hover\:tw--translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .md\:hover\:tw--translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .md\:hover\:tw--translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .md\:hover\:tw--translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .md\:hover\:tw--translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .md\:hover\:tw--translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .md\:hover\:tw--translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .md\:hover\:tw--translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .md\:hover\:tw--translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .md\:hover\:tw--translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .md\:hover\:tw--translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .md\:hover\:tw--translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .md\:hover\:tw--translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .md\:hover\:tw--translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .md\:hover\:tw-translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .md\:hover\:tw-translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .md\:focus\:tw-translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .md\:focus\:tw-translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .md\:focus\:tw-translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .md\:focus\:tw-translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .md\:focus\:tw-translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .md\:focus\:tw-translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .md\:focus\:tw-translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .md\:focus\:tw-translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .md\:focus\:tw-translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .md\:focus\:tw-translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .md\:focus\:tw-translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .md\:focus\:tw-translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .md\:focus\:tw-translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .md\:focus\:tw-translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .md\:focus\:tw-translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .md\:focus\:tw-translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .md\:focus\:tw-translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .md\:focus\:tw-translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .md\:focus\:tw-translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .md\:focus\:tw--translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .md\:focus\:tw--translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .md\:focus\:tw--translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .md\:focus\:tw--translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .md\:focus\:tw--translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .md\:focus\:tw--translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .md\:focus\:tw--translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .md\:focus\:tw--translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .md\:focus\:tw--translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .md\:focus\:tw--translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .md\:focus\:tw--translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .md\:focus\:tw--translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .md\:focus\:tw--translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .md\:focus\:tw--translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .md\:focus\:tw--translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .md\:focus\:tw--translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .md\:focus\:tw--translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .md\:focus\:tw--translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .md\:focus\:tw--translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .md\:focus\:tw--translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .md\:focus\:tw-translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .md\:focus\:tw-translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .md\:focus\:tw-translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .md\:focus\:tw-translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .md\:focus\:tw-translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .md\:focus\:tw-translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .md\:focus\:tw-translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .md\:focus\:tw-translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .md\:focus\:tw-translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .md\:focus\:tw-translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .md\:focus\:tw-translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .md\:focus\:tw-translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .md\:focus\:tw-translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .md\:focus\:tw-translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .md\:focus\:tw-translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .md\:focus\:tw-translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .md\:focus\:tw-translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .md\:focus\:tw-translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .md\:focus\:tw-translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .md\:focus\:tw-translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .md\:focus\:tw-translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .md\:focus\:tw--translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .md\:focus\:tw--translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .md\:focus\:tw--translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .md\:focus\:tw--translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .md\:focus\:tw--translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .md\:focus\:tw--translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .md\:focus\:tw--translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .md\:focus\:tw--translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .md\:focus\:tw--translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .md\:focus\:tw--translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .md\:focus\:tw--translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .md\:focus\:tw--translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .md\:focus\:tw--translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .md\:focus\:tw--translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .md\:focus\:tw--translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .md\:focus\:tw--translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .md\:focus\:tw--translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .md\:focus\:tw--translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .md\:focus\:tw--translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .md\:focus\:tw--translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .md\:focus\:tw-translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .md\:focus\:tw-translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .md\:tw-skew-x-0{
    --transform-skew-x: 0;
  }

  .md\:tw-skew-x-3{
    --transform-skew-x: 3deg;
  }

  .md\:tw-skew-x-6{
    --transform-skew-x: 6deg;
  }

  .md\:tw-skew-x-12{
    --transform-skew-x: 12deg;
  }

  .md\:tw--skew-x-12{
    --transform-skew-x: -12deg;
  }

  .md\:tw--skew-x-6{
    --transform-skew-x: -6deg;
  }

  .md\:tw--skew-x-3{
    --transform-skew-x: -3deg;
  }

  .md\:tw-skew-y-0{
    --transform-skew-y: 0;
  }

  .md\:tw-skew-y-3{
    --transform-skew-y: 3deg;
  }

  .md\:tw-skew-y-6{
    --transform-skew-y: 6deg;
  }

  .md\:tw-skew-y-12{
    --transform-skew-y: 12deg;
  }

  .md\:tw--skew-y-12{
    --transform-skew-y: -12deg;
  }

  .md\:tw--skew-y-6{
    --transform-skew-y: -6deg;
  }

  .md\:tw--skew-y-3{
    --transform-skew-y: -3deg;
  }

  .md\:hover\:tw-skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .md\:hover\:tw-skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .md\:hover\:tw-skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .md\:hover\:tw-skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .md\:hover\:tw--skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .md\:hover\:tw--skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .md\:hover\:tw--skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .md\:hover\:tw-skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .md\:hover\:tw-skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .md\:hover\:tw-skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .md\:hover\:tw-skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .md\:hover\:tw--skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .md\:hover\:tw--skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .md\:hover\:tw--skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .md\:focus\:tw-skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .md\:focus\:tw-skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .md\:focus\:tw-skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .md\:focus\:tw-skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .md\:focus\:tw--skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .md\:focus\:tw--skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .md\:focus\:tw--skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .md\:focus\:tw-skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .md\:focus\:tw-skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .md\:focus\:tw-skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .md\:focus\:tw-skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .md\:focus\:tw--skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .md\:focus\:tw--skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .md\:focus\:tw--skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .md\:tw-transition-none{
    transition-property: none;
  }

  .md\:tw-transition-all{
    transition-property: all;
  }

  .md\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:tw-transition-opacity{
    transition-property: opacity;
  }

  .md\:tw-transition-shadow{
    transition-property: box-shadow;
  }

  .md\:tw-transition-transform{
    transition-property: transform;
  }

  .md\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .md\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:tw-duration-75{
    transition-duration: 75ms;
  }

  .md\:tw-duration-100{
    transition-duration: 100ms;
  }

  .md\:tw-duration-150{
    transition-duration: 150ms;
  }

  .md\:tw-duration-200{
    transition-duration: 200ms;
  }

  .md\:tw-duration-300{
    transition-duration: 300ms;
  }

  .md\:tw-duration-500{
    transition-duration: 500ms;
  }

  .md\:tw-duration-700{
    transition-duration: 700ms;
  }

  .md\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .md\:tw-delay-75{
    transition-delay: 75ms;
  }

  .md\:tw-delay-100{
    transition-delay: 100ms;
  }

  .md\:tw-delay-150{
    transition-delay: 150ms;
  }

  .md\:tw-delay-200{
    transition-delay: 200ms;
  }

  .md\:tw-delay-300{
    transition-delay: 300ms;
  }

  .md\:tw-delay-500{
    transition-delay: 500ms;
  }

  .md\:tw-delay-700{
    transition-delay: 700ms;
  }

  .md\:tw-delay-1000{
    transition-delay: 1000ms;
  }
}

@media (min-width: 1024px){
  .lg\:tw-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .lg\:tw-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .lg\:tw-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .lg\:tw-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .lg\:tw--space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw--space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .lg\:tw--space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .lg\:tw-space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .lg\:tw-space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .lg\:tw-divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .lg\:tw-divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:tw-divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .lg\:tw-divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:tw-divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .lg\:tw-divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:tw-divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .lg\:tw-divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:tw-divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .lg\:tw-divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .lg\:tw-divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .lg\:tw-divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .lg\:tw-divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .lg\:tw-divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .lg\:tw-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .lg\:tw-divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .lg\:tw-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .lg\:tw-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .lg\:tw-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .lg\:tw-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .lg\:tw-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .lg\:tw-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .lg\:tw-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .lg\:tw-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .lg\:tw-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .lg\:tw-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .lg\:tw-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .lg\:tw-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .lg\:tw-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .lg\:tw-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .lg\:tw-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .lg\:tw-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .lg\:tw-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .lg\:tw-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .lg\:tw-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .lg\:tw-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .lg\:tw-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .lg\:tw-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .lg\:tw-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .lg\:tw-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .lg\:tw-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .lg\:tw-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .lg\:tw-divide-shadow-100 > :not(template) ~ :not(template){
    border-color: #00000026;
  }

  .lg\:tw-divide-shadow-200 > :not(template) ~ :not(template){
    border-color: #0000001A;
  }

  .lg\:tw-divide-grey-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--divide-opacity));
  }

  .lg\:tw-divide-grey-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--divide-opacity));
  }

  .lg\:tw-divide-grey-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--divide-opacity));
  }

  .lg\:tw-divide-grey-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--divide-opacity));
  }

  .lg\:tw-divide-grey-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--divide-opacity));
  }

  .lg\:tw-divide-grey-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .lg\:tw-divide-zzmblue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--divide-opacity));
  }

  .lg\:tw-divide-zzmblue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--divide-opacity));
  }

  .lg\:tw-divide-zzmgreen-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--divide-opacity));
  }

  .lg\:tw-divide-zzmgreen-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--divide-opacity));
  }

  .lg\:tw-divide-zzmgreen-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--divide-opacity));
  }

  .lg\:tw-divide-zzmorange > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--divide-opacity));
  }

  .lg\:tw-divide-zzmyellow > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--divide-opacity));
  }

  .lg\:tw-divide-zzmred > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--divide-opacity));
  }

  .lg\:tw-divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .lg\:tw-divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .lg\:tw-divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .lg\:tw-divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .lg\:tw-divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .lg\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:tw-appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .lg\:tw-bg-fixed{
    background-attachment: fixed;
  }

  .lg\:tw-bg-local{
    background-attachment: local;
  }

  .lg\:tw-bg-scroll{
    background-attachment: scroll;
  }

  .lg\:tw-bg-transparent{
    background-color: transparent;
  }

  .lg\:tw-bg-current{
    background-color: currentColor;
  }

  .lg\:tw-bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:tw-bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-200{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:tw-bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:tw-bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:tw-bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:tw-bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:tw-bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:tw-bg-red-500{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:tw-bg-red-600{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:tw-bg-red-700{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:tw-bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:tw-bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:tw-bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:tw-bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:tw-bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:tw-bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:tw-bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:tw-bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:tw-bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:tw-bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:tw-bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:tw-bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:tw-bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:tw-bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:tw-bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:tw-bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:tw-bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:tw-bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:tw-bg-shadow-100{
    background-color: #00000026;
  }

  .lg\:tw-bg-shadow-200{
    background-color: #0000001A;
  }

  .lg\:tw-bg-grey-100{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .lg\:tw-bg-grey-200{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .lg\:tw-bg-grey-300{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .lg\:tw-bg-grey-400{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .lg\:tw-bg-grey-500{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .lg\:tw-bg-grey-600{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:tw-bg-zzmblue-100{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .lg\:tw-bg-zzmblue-200{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .lg\:tw-bg-zzmgreen-100{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .lg\:tw-bg-zzmgreen-200{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .lg\:tw-bg-zzmgreen-300{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .lg\:tw-bg-zzmorange{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .lg\:tw-bg-zzmyellow{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .lg\:tw-bg-zzmred{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:tw-bg-current:hover{
    background-color: currentColor;
  }

  .lg\:hover\:tw-bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-shadow-100:hover{
    background-color: #00000026;
  }

  .lg\:hover\:tw-bg-shadow-200:hover{
    background-color: #0000001A;
  }

  .lg\:hover\:tw-bg-grey-100:hover{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-grey-200:hover{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-grey-300:hover{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-grey-400:hover{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-grey-500:hover{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-grey-600:hover{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-zzmblue-100:hover{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-zzmblue-200:hover{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-zzmgreen-100:hover{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-zzmgreen-200:hover{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-zzmgreen-300:hover{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-zzmorange:hover{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-zzmyellow:hover{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .lg\:hover\:tw-bg-zzmred:hover{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:tw-bg-current:focus{
    background-color: currentColor;
  }

  .lg\:focus\:tw-bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-shadow-100:focus{
    background-color: #00000026;
  }

  .lg\:focus\:tw-bg-shadow-200:focus{
    background-color: #0000001A;
  }

  .lg\:focus\:tw-bg-grey-100:focus{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-grey-200:focus{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-grey-300:focus{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-grey-400:focus{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-grey-500:focus{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-grey-600:focus{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-zzmblue-100:focus{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-zzmblue-200:focus{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-zzmgreen-100:focus{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-zzmgreen-200:focus{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-zzmgreen-300:focus{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-zzmorange:focus{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-zzmyellow:focus{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .lg\:focus\:tw-bg-zzmred:focus{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .lg\:tw-bg-opacity-0{
    --bg-opacity: 0;
  }

  .lg\:tw-bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .lg\:tw-bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .lg\:tw-bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .lg\:tw-bg-opacity-100{
    --bg-opacity: 1;
  }

  .lg\:hover\:tw-bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .lg\:hover\:tw-bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .lg\:hover\:tw-bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .lg\:hover\:tw-bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .lg\:hover\:tw-bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .lg\:focus\:tw-bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .lg\:focus\:tw-bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .lg\:focus\:tw-bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .lg\:focus\:tw-bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .lg\:focus\:tw-bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .lg\:tw-bg-bottom{
    background-position: bottom;
  }

  .lg\:tw-bg-center{
    background-position: center;
  }

  .lg\:tw-bg-left{
    background-position: left;
  }

  .lg\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:tw-bg-left-top{
    background-position: left top;
  }

  .lg\:tw-bg-right{
    background-position: right;
  }

  .lg\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .lg\:tw-bg-right-top{
    background-position: right top;
  }

  .lg\:tw-bg-top{
    background-position: top;
  }

  .lg\:tw-bg-repeat{
    background-repeat: repeat;
  }

  .lg\:tw-bg-no-repeat{
    background-repeat: no-repeat;
  }

  .lg\:tw-bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:tw-bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:tw-bg-repeat-round{
    background-repeat: round;
  }

  .lg\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .lg\:tw-bg-auto{
    background-size: auto;
  }

  .lg\:tw-bg-cover{
    background-size: cover;
  }

  .lg\:tw-bg-contain{
    background-size: contain;
  }

  .lg\:tw-border-collapse{
    border-collapse: collapse;
  }

  .lg\:tw-border-separate{
    border-collapse: separate;
  }

  .lg\:tw-border-transparent{
    border-color: transparent;
  }

  .lg\:tw-border-current{
    border-color: currentColor;
  }

  .lg\:tw-border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:tw-border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:tw-border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:tw-border-gray-200{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:tw-border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:tw-border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:tw-border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:tw-border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:tw-border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:tw-border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:tw-border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:tw-border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:tw-border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:tw-border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:tw-border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:tw-border-red-500{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:tw-border-red-600{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:tw-border-red-700{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:tw-border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:tw-border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:tw-border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:tw-border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:tw-border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:tw-border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:tw-border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:tw-border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:tw-border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:tw-border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:tw-border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:tw-border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:tw-border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:tw-border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:tw-border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:tw-border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:tw-border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:tw-border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:tw-border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:tw-border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:tw-border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:tw-border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:tw-border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:tw-border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:tw-border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:tw-border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:tw-border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:tw-border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:tw-border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:tw-border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:tw-border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:tw-border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:tw-border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:tw-border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:tw-border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:tw-border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:tw-border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:tw-border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:tw-border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:tw-border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:tw-border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:tw-border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:tw-border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:tw-border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:tw-border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:tw-border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:tw-border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:tw-border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:tw-border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:tw-border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:tw-border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:tw-border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:tw-border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:tw-border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:tw-border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:tw-border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:tw-border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:tw-border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:tw-border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:tw-border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:tw-border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:tw-border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:tw-border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:tw-border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:tw-border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:tw-border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:tw-border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:tw-border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:tw-border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:tw-border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:tw-border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:tw-border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:tw-border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:tw-border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:tw-border-shadow-100{
    border-color: #00000026;
  }

  .lg\:tw-border-shadow-200{
    border-color: #0000001A;
  }

  .lg\:tw-border-grey-100{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .lg\:tw-border-grey-200{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .lg\:tw-border-grey-300{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .lg\:tw-border-grey-400{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .lg\:tw-border-grey-500{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .lg\:tw-border-grey-600{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:tw-border-zzmblue-100{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .lg\:tw-border-zzmblue-200{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .lg\:tw-border-zzmgreen-100{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .lg\:tw-border-zzmgreen-200{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .lg\:tw-border-zzmgreen-300{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .lg\:tw-border-zzmorange{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .lg\:tw-border-zzmyellow{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .lg\:tw-border-zzmred{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .lg\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:tw-border-current:hover{
    border-color: currentColor;
  }

  .lg\:hover\:tw-border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:hover\:tw-border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-200:hover{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:hover\:tw-border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-500:hover{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-600:hover{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-700:hover{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:hover\:tw-border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:hover\:tw-border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:hover\:tw-border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:hover\:tw-border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:hover\:tw-border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:hover\:tw-border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:hover\:tw-border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:hover\:tw-border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:hover\:tw-border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:hover\:tw-border-shadow-100:hover{
    border-color: #00000026;
  }

  .lg\:hover\:tw-border-shadow-200:hover{
    border-color: #0000001A;
  }

  .lg\:hover\:tw-border-grey-100:hover{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .lg\:hover\:tw-border-grey-200:hover{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .lg\:hover\:tw-border-grey-300:hover{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .lg\:hover\:tw-border-grey-400:hover{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .lg\:hover\:tw-border-grey-500:hover{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .lg\:hover\:tw-border-grey-600:hover{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:hover\:tw-border-zzmblue-100:hover{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .lg\:hover\:tw-border-zzmblue-200:hover{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .lg\:hover\:tw-border-zzmgreen-100:hover{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .lg\:hover\:tw-border-zzmgreen-200:hover{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .lg\:hover\:tw-border-zzmgreen-300:hover{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .lg\:hover\:tw-border-zzmorange:hover{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .lg\:hover\:tw-border-zzmyellow:hover{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .lg\:hover\:tw-border-zzmred:hover{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .lg\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:tw-border-current:focus{
    border-color: currentColor;
  }

  .lg\:focus\:tw-border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .lg\:focus\:tw-border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-200:focus{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .lg\:focus\:tw-border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-500:focus{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-600:focus{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-700:focus{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .lg\:focus\:tw-border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .lg\:focus\:tw-border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .lg\:focus\:tw-border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .lg\:focus\:tw-border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .lg\:focus\:tw-border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .lg\:focus\:tw-border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .lg\:focus\:tw-border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .lg\:focus\:tw-border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .lg\:focus\:tw-border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .lg\:focus\:tw-border-shadow-100:focus{
    border-color: #00000026;
  }

  .lg\:focus\:tw-border-shadow-200:focus{
    border-color: #0000001A;
  }

  .lg\:focus\:tw-border-grey-100:focus{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .lg\:focus\:tw-border-grey-200:focus{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .lg\:focus\:tw-border-grey-300:focus{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .lg\:focus\:tw-border-grey-400:focus{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .lg\:focus\:tw-border-grey-500:focus{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .lg\:focus\:tw-border-grey-600:focus{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .lg\:focus\:tw-border-zzmblue-100:focus{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .lg\:focus\:tw-border-zzmblue-200:focus{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .lg\:focus\:tw-border-zzmgreen-100:focus{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .lg\:focus\:tw-border-zzmgreen-200:focus{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .lg\:focus\:tw-border-zzmgreen-300:focus{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .lg\:focus\:tw-border-zzmorange:focus{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .lg\:focus\:tw-border-zzmyellow:focus{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .lg\:focus\:tw-border-zzmred:focus{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .lg\:tw-border-opacity-0{
    --border-opacity: 0;
  }

  .lg\:tw-border-opacity-25{
    --border-opacity: 0.25;
  }

  .lg\:tw-border-opacity-50{
    --border-opacity: 0.5;
  }

  .lg\:tw-border-opacity-75{
    --border-opacity: 0.75;
  }

  .lg\:tw-border-opacity-100{
    --border-opacity: 1;
  }

  .lg\:hover\:tw-border-opacity-0:hover{
    --border-opacity: 0;
  }

  .lg\:hover\:tw-border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .lg\:hover\:tw-border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .lg\:hover\:tw-border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .lg\:hover\:tw-border-opacity-100:hover{
    --border-opacity: 1;
  }

  .lg\:focus\:tw-border-opacity-0:focus{
    --border-opacity: 0;
  }

  .lg\:focus\:tw-border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .lg\:focus\:tw-border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .lg\:focus\:tw-border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .lg\:focus\:tw-border-opacity-100:focus{
    --border-opacity: 1;
  }

  .lg\:tw-rounded-none{
    border-radius: 0;
  }

  .lg\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .lg\:tw-rounded{
    border-radius: 0.25rem;
  }

  .lg\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .lg\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:tw-rounded-full{
    border-radius: 9999px;
  }

  .lg\:tw-rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:tw-rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:tw-rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:tw-rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:tw-rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-rounded-tl-none{
    border-top-left-radius: 0;
  }

  .lg\:tw-rounded-tr-none{
    border-top-right-radius: 0;
  }

  .lg\:tw-rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .lg\:tw-rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .lg\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .lg\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .lg\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .lg\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .lg\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .lg\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .lg\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .lg\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .lg\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:tw-rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:tw-rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:tw-border-solid{
    border-style: solid;
  }

  .lg\:tw-border-dashed{
    border-style: dashed;
  }

  .lg\:tw-border-dotted{
    border-style: dotted;
  }

  .lg\:tw-border-double{
    border-style: double;
  }

  .lg\:tw-border-none{
    border-style: none;
  }

  .lg\:tw-border-0{
    border-width: 0;
  }

  .lg\:tw-border-2{
    border-width: 2px;
  }

  .lg\:tw-border-4{
    border-width: 4px;
  }

  .lg\:tw-border-8{
    border-width: 8px;
  }

  .lg\:tw-border{
    border-width: 1px;
  }

  .lg\:tw-border-t-0{
    border-top-width: 0;
  }

  .lg\:tw-border-r-0{
    border-right-width: 0;
  }

  .lg\:tw-border-b-0{
    border-bottom-width: 0;
  }

  .lg\:tw-border-l-0{
    border-left-width: 0;
  }

  .lg\:tw-border-t-2{
    border-top-width: 2px;
  }

  .lg\:tw-border-r-2{
    border-right-width: 2px;
  }

  .lg\:tw-border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:tw-border-l-2{
    border-left-width: 2px;
  }

  .lg\:tw-border-t-4{
    border-top-width: 4px;
  }

  .lg\:tw-border-r-4{
    border-right-width: 4px;
  }

  .lg\:tw-border-b-4{
    border-bottom-width: 4px;
  }

  .lg\:tw-border-l-4{
    border-left-width: 4px;
  }

  .lg\:tw-border-t-8{
    border-top-width: 8px;
  }

  .lg\:tw-border-r-8{
    border-right-width: 8px;
  }

  .lg\:tw-border-b-8{
    border-bottom-width: 8px;
  }

  .lg\:tw-border-l-8{
    border-left-width: 8px;
  }

  .lg\:tw-border-t{
    border-top-width: 1px;
  }

  .lg\:tw-border-r{
    border-right-width: 1px;
  }

  .lg\:tw-border-b{
    border-bottom-width: 1px;
  }

  .lg\:tw-border-l{
    border-left-width: 1px;
  }

  .lg\:tw-box-border{
    box-sizing: border-box;
  }

  .lg\:tw-box-content{
    box-sizing: content-box;
  }

  .lg\:tw-cursor-auto{
    cursor: auto;
  }

  .lg\:tw-cursor-default{
    cursor: default;
  }

  .lg\:tw-cursor-pointer{
    cursor: pointer;
  }

  .lg\:tw-cursor-wait{
    cursor: wait;
  }

  .lg\:tw-cursor-text{
    cursor: text;
  }

  .lg\:tw-cursor-move{
    cursor: move;
  }

  .lg\:tw-cursor-not-allowed{
    cursor: not-allowed;
  }

  .lg\:tw-block{
    display: block;
  }

  .lg\:tw-inline-block{
    display: inline-block;
  }

  .lg\:tw-inline{
    display: inline;
  }

  .lg\:tw-flex{
    display: flex;
  }

  .lg\:tw-inline-flex{
    display: inline-flex;
  }

  .lg\:tw-table{
    display: table;
  }

  .lg\:tw-table-caption{
    display: table-caption;
  }

  .lg\:tw-table-cell{
    display: table-cell;
  }

  .lg\:tw-table-column{
    display: table-column;
  }

  .lg\:tw-table-column-group{
    display: table-column-group;
  }

  .lg\:tw-table-footer-group{
    display: table-footer-group;
  }

  .lg\:tw-table-header-group{
    display: table-header-group;
  }

  .lg\:tw-table-row-group{
    display: table-row-group;
  }

  .lg\:tw-table-row{
    display: table-row;
  }

  .lg\:tw-flow-root{
    display: flow-root;
  }

  .lg\:tw-grid{
    display: grid;
  }

  .lg\:tw-inline-grid{
    display: inline-grid;
  }

  .lg\:tw-hidden{
    display: none;
  }

  .lg\:\!tw-block{
    display: block !important;
  }

  .lg\:\!tw-inline-block{
    display: inline-block !important;
  }

  .lg\:\!tw-inline{
    display: inline !important;
  }

  .lg\:\!tw-flex{
    display: flex !important;
  }

  .lg\:\!tw-inline-flex{
    display: inline-flex !important;
  }

  .lg\:\!tw-table{
    display: table !important;
  }

  .lg\:\!tw-table-caption{
    display: table-caption !important;
  }

  .lg\:\!tw-table-cell{
    display: table-cell !important;
  }

  .lg\:\!tw-table-column{
    display: table-column !important;
  }

  .lg\:\!tw-table-column-group{
    display: table-column-group !important;
  }

  .lg\:\!tw-table-footer-group{
    display: table-footer-group !important;
  }

  .lg\:\!tw-table-header-group{
    display: table-header-group !important;
  }

  .lg\:\!tw-table-row-group{
    display: table-row-group !important;
  }

  .lg\:\!tw-table-row{
    display: table-row !important;
  }

  .lg\:\!tw-flow-root{
    display: flow-root !important;
  }

  .lg\:\!tw-grid{
    display: grid !important;
  }

  .lg\:\!tw-inline-grid{
    display: inline-grid !important;
  }

  .lg\:\!tw-hidden{
    display: none !important;
  }

  .lg\:tw-flex-row{
    flex-direction: row;
  }

  .lg\:tw-flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:tw-flex-col{
    flex-direction: column;
  }

  .lg\:tw-flex-col-reverse{
    flex-direction: column-reverse;
  }

  .lg\:tw-flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:tw-flex-no-wrap{
    flex-wrap: nowrap;
  }

  .lg\:tw-items-start{
    align-items: flex-start;
  }

  .lg\:tw-items-end{
    align-items: flex-end;
  }

  .lg\:tw-items-center{
    align-items: center;
  }

  .lg\:tw-items-baseline{
    align-items: baseline;
  }

  .lg\:tw-items-stretch{
    align-items: stretch;
  }

  .lg\:tw-self-auto{
    align-self: auto;
  }

  .lg\:tw-self-start{
    align-self: flex-start;
  }

  .lg\:tw-self-end{
    align-self: flex-end;
  }

  .lg\:tw-self-center{
    align-self: center;
  }

  .lg\:tw-self-stretch{
    align-self: stretch;
  }

  .lg\:tw-justify-start{
    justify-content: flex-start;
  }

  .lg\:tw-justify-end{
    justify-content: flex-end;
  }

  .lg\:tw-justify-center{
    justify-content: center;
  }

  .lg\:tw-justify-between{
    justify-content: space-between;
  }

  .lg\:tw-justify-around{
    justify-content: space-around;
  }

  .lg\:tw-justify-evenly{
    justify-content: space-evenly;
  }

  .lg\:tw-content-center{
    align-content: center;
  }

  .lg\:tw-content-start{
    align-content: flex-start;
  }

  .lg\:tw-content-end{
    align-content: flex-end;
  }

  .lg\:tw-content-between{
    align-content: space-between;
  }

  .lg\:tw-content-around{
    align-content: space-around;
  }

  .lg\:tw-flex-1{
    flex: 1 1 0%;
  }

  .lg\:tw-flex-2{
    flex: 2 2 0%;
  }

  .lg\:tw-flex-auto{
    flex: 1 1 auto;
  }

  .lg\:tw-flex-initial{
    flex: 0 1 auto;
  }

  .lg\:tw-flex-none{
    flex: none;
  }

  .lg\:tw-flex-grow-0{
    flex-grow: 0;
  }

  .lg\:tw-flex-grow{
    flex-grow: 1;
  }

  .lg\:tw-flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:tw-flex-shrink{
    flex-shrink: 1;
  }

  .lg\:tw-order-1{
    order: 1;
  }

  .lg\:tw-order-2{
    order: 2;
  }

  .lg\:tw-order-3{
    order: 3;
  }

  .lg\:tw-order-4{
    order: 4;
  }

  .lg\:tw-order-5{
    order: 5;
  }

  .lg\:tw-order-6{
    order: 6;
  }

  .lg\:tw-order-7{
    order: 7;
  }

  .lg\:tw-order-8{
    order: 8;
  }

  .lg\:tw-order-9{
    order: 9;
  }

  .lg\:tw-order-10{
    order: 10;
  }

  .lg\:tw-order-11{
    order: 11;
  }

  .lg\:tw-order-12{
    order: 12;
  }

  .lg\:tw-order-first{
    order: -9999;
  }

  .lg\:tw-order-last{
    order: 9999;
  }

  .lg\:tw-order-none{
    order: 0;
  }

  .lg\:tw-float-right{
    float: right;
  }

  .lg\:tw-float-left{
    float: left;
  }

  .lg\:tw-float-none{
    float: none;
  }

  .lg\:tw-clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .lg\:tw-clear-left{
    clear: left;
  }

  .lg\:tw-clear-right{
    clear: right;
  }

  .lg\:tw-clear-both{
    clear: both;
  }

  .lg\:tw-clear-none{
    clear: none;
  }

  .lg\:tw-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .lg\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .lg\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .lg\:tw-font-hairline{
    font-weight: 100;
  }

  .lg\:tw-font-thin{
    font-weight: 200;
  }

  .lg\:tw-font-light{
    font-weight: 300;
  }

  .lg\:tw-font-normal{
    font-weight: 400;
  }

  .lg\:tw-font-medium{
    font-weight: 500;
  }

  .lg\:tw-font-semibold{
    font-weight: 600;
  }

  .lg\:tw-font-bold{
    font-weight: 700;
  }

  .lg\:tw-font-extrabold{
    font-weight: 800;
  }

  .lg\:tw-font-black{
    font-weight: 900;
  }

  .lg\:hover\:tw-font-hairline:hover{
    font-weight: 100;
  }

  .lg\:hover\:tw-font-thin:hover{
    font-weight: 200;
  }

  .lg\:hover\:tw-font-light:hover{
    font-weight: 300;
  }

  .lg\:hover\:tw-font-normal:hover{
    font-weight: 400;
  }

  .lg\:hover\:tw-font-medium:hover{
    font-weight: 500;
  }

  .lg\:hover\:tw-font-semibold:hover{
    font-weight: 600;
  }

  .lg\:hover\:tw-font-bold:hover{
    font-weight: 700;
  }

  .lg\:hover\:tw-font-extrabold:hover{
    font-weight: 800;
  }

  .lg\:hover\:tw-font-black:hover{
    font-weight: 900;
  }

  .lg\:focus\:tw-font-hairline:focus{
    font-weight: 100;
  }

  .lg\:focus\:tw-font-thin:focus{
    font-weight: 200;
  }

  .lg\:focus\:tw-font-light:focus{
    font-weight: 300;
  }

  .lg\:focus\:tw-font-normal:focus{
    font-weight: 400;
  }

  .lg\:focus\:tw-font-medium:focus{
    font-weight: 500;
  }

  .lg\:focus\:tw-font-semibold:focus{
    font-weight: 600;
  }

  .lg\:focus\:tw-font-bold:focus{
    font-weight: 700;
  }

  .lg\:focus\:tw-font-extrabold:focus{
    font-weight: 800;
  }

  .lg\:focus\:tw-font-black:focus{
    font-weight: 900;
  }

  .lg\:tw-h-0{
    height: 0;
  }

  .lg\:tw-h-1{
    height: 0.25rem;
  }

  .lg\:tw-h-2{
    height: 0.5rem;
  }

  .lg\:tw-h-3{
    height: 0.75rem;
  }

  .lg\:tw-h-4{
    height: 1rem;
  }

  .lg\:tw-h-5{
    height: 1.25rem;
  }

  .lg\:tw-h-6{
    height: 1.5rem;
  }

  .lg\:tw-h-7{
    height: 28px;
  }

  .lg\:tw-h-8{
    height: 2rem;
  }

  .lg\:tw-h-10{
    height: 2.5rem;
  }

  .lg\:tw-h-12{
    height: 3rem;
  }

  .lg\:tw-h-16{
    height: 4rem;
  }

  .lg\:tw-h-20{
    height: 5rem;
  }

  .lg\:tw-h-24{
    height: 6rem;
  }

  .lg\:tw-h-32{
    height: 8rem;
  }

  .lg\:tw-h-40{
    height: 10rem;
  }

  .lg\:tw-h-48{
    height: 12rem;
  }

  .lg\:tw-h-56{
    height: 14rem;
  }

  .lg\:tw-h-64{
    height: 16rem;
  }

  .lg\:tw-h-74{
    height: 296px;
  }

  .lg\:tw-h-86{
    height: 344px;
  }

  .lg\:tw-h-auto{
    height: auto;
  }

  .lg\:tw-h-px{
    height: 1px;
  }

  .lg\:tw-h-full{
    height: 100%;
  }

  .lg\:tw-h-screen{
    height: 100vh;
  }

  .lg\:tw-text-xs{
    font-size: 0.75rem;
  }

  .lg\:tw-text-sm{
    font-size: 0.875rem;
  }

  .lg\:tw-text-base{
    font-size: 1rem;
  }

  .lg\:tw-text-lg{
    font-size: 1.125rem;
  }

  .lg\:tw-text-xl{
    font-size: 1.25rem;
  }

  .lg\:tw-text-2xl{
    font-size: 1.5rem;
  }

  .lg\:tw-text-3xl{
    font-size: 1.875rem;
  }

  .lg\:tw-text-4xl{
    font-size: 2.25rem;
  }

  .lg\:tw-text-5xl{
    font-size: 3rem;
  }

  .lg\:tw-text-6xl{
    font-size: 4rem;
  }

  .lg\:\!tw-text-xs{
    font-size: 0.75rem !important;
  }

  .lg\:\!tw-text-sm{
    font-size: 0.875rem !important;
  }

  .lg\:\!tw-text-base{
    font-size: 1rem !important;
  }

  .lg\:\!tw-text-lg{
    font-size: 1.125rem !important;
  }

  .lg\:\!tw-text-xl{
    font-size: 1.25rem !important;
  }

  .lg\:\!tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .lg\:\!tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .lg\:\!tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:\!tw-text-5xl{
    font-size: 3rem !important;
  }

  .lg\:\!tw-text-6xl{
    font-size: 4rem !important;
  }

  .lg\:tw-leading-3{
    line-height: .75rem;
  }

  .lg\:tw-leading-4{
    line-height: 1rem;
  }

  .lg\:tw-leading-5{
    line-height: 1.25rem;
  }

  .lg\:tw-leading-6{
    line-height: 1.5rem;
  }

  .lg\:tw-leading-7{
    line-height: 1.75rem;
  }

  .lg\:tw-leading-8{
    line-height: 2rem;
  }

  .lg\:tw-leading-9{
    line-height: 2.25rem;
  }

  .lg\:tw-leading-10{
    line-height: 2.5rem;
  }

  .lg\:tw-leading-none{
    line-height: 1;
  }

  .lg\:tw-leading-tight{
    line-height: 1.25;
  }

  .lg\:tw-leading-snug{
    line-height: 1.375;
  }

  .lg\:tw-leading-normal{
    line-height: 1.5;
  }

  .lg\:tw-leading-relaxed{
    line-height: 1.625;
  }

  .lg\:tw-leading-loose{
    line-height: 2;
  }

  .lg\:tw-list-inside{
    list-style-position: inside;
  }

  .lg\:tw-list-outside{
    list-style-position: outside;
  }

  .lg\:tw-list-none{
    list-style-type: none;
  }

  .lg\:tw-list-disc{
    list-style-type: disc;
  }

  .lg\:tw-list-decimal{
    list-style-type: decimal;
  }

  .lg\:tw-m-0{
    margin: 0;
  }

  .lg\:tw-m-1{
    margin: 0.25rem;
  }

  .lg\:tw-m-2{
    margin: 0.5rem;
  }

  .lg\:tw-m-3{
    margin: 0.75rem;
  }

  .lg\:tw-m-4{
    margin: 1rem;
  }

  .lg\:tw-m-5{
    margin: 1.25rem;
  }

  .lg\:tw-m-6{
    margin: 1.5rem;
  }

  .lg\:tw-m-8{
    margin: 2rem;
  }

  .lg\:tw-m-10{
    margin: 2.5rem;
  }

  .lg\:tw-m-12{
    margin: 3rem;
  }

  .lg\:tw-m-16{
    margin: 4rem;
  }

  .lg\:tw-m-20{
    margin: 5rem;
  }

  .lg\:tw-m-24{
    margin: 6rem;
  }

  .lg\:tw-m-32{
    margin: 8rem;
  }

  .lg\:tw-m-40{
    margin: 10rem;
  }

  .lg\:tw-m-48{
    margin: 12rem;
  }

  .lg\:tw-m-56{
    margin: 14rem;
  }

  .lg\:tw-m-64{
    margin: 16rem;
  }

  .lg\:tw-m-auto{
    margin: auto;
  }

  .lg\:tw-m-px{
    margin: 1px;
  }

  .lg\:tw--m-1{
    margin: -0.25rem;
  }

  .lg\:tw--m-2{
    margin: -0.5rem;
  }

  .lg\:tw--m-3{
    margin: -0.75rem;
  }

  .lg\:tw--m-4{
    margin: -1rem;
  }

  .lg\:tw--m-5{
    margin: -1.25rem;
  }

  .lg\:tw--m-6{
    margin: -1.5rem;
  }

  .lg\:tw--m-8{
    margin: -2rem;
  }

  .lg\:tw--m-10{
    margin: -2.5rem;
  }

  .lg\:tw--m-12{
    margin: -3rem;
  }

  .lg\:tw--m-16{
    margin: -4rem;
  }

  .lg\:tw--m-20{
    margin: -5rem;
  }

  .lg\:tw--m-24{
    margin: -6rem;
  }

  .lg\:tw--m-32{
    margin: -8rem;
  }

  .lg\:tw--m-40{
    margin: -10rem;
  }

  .lg\:tw--m-48{
    margin: -12rem;
  }

  .lg\:tw--m-56{
    margin: -14rem;
  }

  .lg\:tw--m-64{
    margin: -16rem;
  }

  .lg\:tw--m-px{
    margin: -1px;
  }

  .lg\:tw-my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:tw-mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:tw-my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:tw-mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:tw-my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:tw-mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:tw-my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:tw-my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:tw-mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .lg\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .lg\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .lg\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .lg\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .lg\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .lg\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .lg\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .lg\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .lg\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .lg\:tw-my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:tw-my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .lg\:tw-mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .lg\:tw--my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:tw--mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:tw--my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:tw--mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:tw--my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:tw--my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:tw--mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .lg\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .lg\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .lg\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .lg\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .lg\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .lg\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .lg\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .lg\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .lg\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .lg\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .lg\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .lg\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .lg\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .lg\:tw-mt-0{
    margin-top: 0;
  }

  .lg\:tw-mr-0{
    margin-right: 0;
  }

  .lg\:tw-mb-0{
    margin-bottom: 0;
  }

  .lg\:tw-ml-0{
    margin-left: 0;
  }

  .lg\:tw-mt-1{
    margin-top: 0.25rem;
  }

  .lg\:tw-mr-1{
    margin-right: 0.25rem;
  }

  .lg\:tw-mb-1{
    margin-bottom: 0.25rem;
  }

  .lg\:tw-ml-1{
    margin-left: 0.25rem;
  }

  .lg\:tw-mt-2{
    margin-top: 0.5rem;
  }

  .lg\:tw-mr-2{
    margin-right: 0.5rem;
  }

  .lg\:tw-mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:tw-ml-2{
    margin-left: 0.5rem;
  }

  .lg\:tw-mt-3{
    margin-top: 0.75rem;
  }

  .lg\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .lg\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .lg\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .lg\:tw-mt-4{
    margin-top: 1rem;
  }

  .lg\:tw-mr-4{
    margin-right: 1rem;
  }

  .lg\:tw-mb-4{
    margin-bottom: 1rem;
  }

  .lg\:tw-ml-4{
    margin-left: 1rem;
  }

  .lg\:tw-mt-5{
    margin-top: 1.25rem;
  }

  .lg\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .lg\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .lg\:tw-mt-6{
    margin-top: 1.5rem;
  }

  .lg\:tw-mr-6{
    margin-right: 1.5rem;
  }

  .lg\:tw-mb-6{
    margin-bottom: 1.5rem;
  }

  .lg\:tw-ml-6{
    margin-left: 1.5rem;
  }

  .lg\:tw-mt-8{
    margin-top: 2rem;
  }

  .lg\:tw-mr-8{
    margin-right: 2rem;
  }

  .lg\:tw-mb-8{
    margin-bottom: 2rem;
  }

  .lg\:tw-ml-8{
    margin-left: 2rem;
  }

  .lg\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .lg\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .lg\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .lg\:tw-mt-12{
    margin-top: 3rem;
  }

  .lg\:tw-mr-12{
    margin-right: 3rem;
  }

  .lg\:tw-mb-12{
    margin-bottom: 3rem;
  }

  .lg\:tw-ml-12{
    margin-left: 3rem;
  }

  .lg\:tw-mt-16{
    margin-top: 4rem;
  }

  .lg\:tw-mr-16{
    margin-right: 4rem;
  }

  .lg\:tw-mb-16{
    margin-bottom: 4rem;
  }

  .lg\:tw-ml-16{
    margin-left: 4rem;
  }

  .lg\:tw-mt-20{
    margin-top: 5rem;
  }

  .lg\:tw-mr-20{
    margin-right: 5rem;
  }

  .lg\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .lg\:tw-ml-20{
    margin-left: 5rem;
  }

  .lg\:tw-mt-24{
    margin-top: 6rem;
  }

  .lg\:tw-mr-24{
    margin-right: 6rem;
  }

  .lg\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .lg\:tw-ml-24{
    margin-left: 6rem;
  }

  .lg\:tw-mt-32{
    margin-top: 8rem;
  }

  .lg\:tw-mr-32{
    margin-right: 8rem;
  }

  .lg\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .lg\:tw-ml-32{
    margin-left: 8rem;
  }

  .lg\:tw-mt-40{
    margin-top: 10rem;
  }

  .lg\:tw-mr-40{
    margin-right: 10rem;
  }

  .lg\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .lg\:tw-ml-40{
    margin-left: 10rem;
  }

  .lg\:tw-mt-48{
    margin-top: 12rem;
  }

  .lg\:tw-mr-48{
    margin-right: 12rem;
  }

  .lg\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .lg\:tw-ml-48{
    margin-left: 12rem;
  }

  .lg\:tw-mt-56{
    margin-top: 14rem;
  }

  .lg\:tw-mr-56{
    margin-right: 14rem;
  }

  .lg\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .lg\:tw-ml-56{
    margin-left: 14rem;
  }

  .lg\:tw-mt-64{
    margin-top: 16rem;
  }

  .lg\:tw-mr-64{
    margin-right: 16rem;
  }

  .lg\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .lg\:tw-ml-64{
    margin-left: 16rem;
  }

  .lg\:tw-mt-auto{
    margin-top: auto;
  }

  .lg\:tw-mr-auto{
    margin-right: auto;
  }

  .lg\:tw-mb-auto{
    margin-bottom: auto;
  }

  .lg\:tw-ml-auto{
    margin-left: auto;
  }

  .lg\:tw-mt-px{
    margin-top: 1px;
  }

  .lg\:tw-mr-px{
    margin-right: 1px;
  }

  .lg\:tw-mb-px{
    margin-bottom: 1px;
  }

  .lg\:tw-ml-px{
    margin-left: 1px;
  }

  .lg\:tw--mt-1{
    margin-top: -0.25rem;
  }

  .lg\:tw--mr-1{
    margin-right: -0.25rem;
  }

  .lg\:tw--mb-1{
    margin-bottom: -0.25rem;
  }

  .lg\:tw--ml-1{
    margin-left: -0.25rem;
  }

  .lg\:tw--mt-2{
    margin-top: -0.5rem;
  }

  .lg\:tw--mr-2{
    margin-right: -0.5rem;
  }

  .lg\:tw--mb-2{
    margin-bottom: -0.5rem;
  }

  .lg\:tw--ml-2{
    margin-left: -0.5rem;
  }

  .lg\:tw--mt-3{
    margin-top: -0.75rem;
  }

  .lg\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .lg\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .lg\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .lg\:tw--mt-4{
    margin-top: -1rem;
  }

  .lg\:tw--mr-4{
    margin-right: -1rem;
  }

  .lg\:tw--mb-4{
    margin-bottom: -1rem;
  }

  .lg\:tw--ml-4{
    margin-left: -1rem;
  }

  .lg\:tw--mt-5{
    margin-top: -1.25rem;
  }

  .lg\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .lg\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .lg\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .lg\:tw--mt-6{
    margin-top: -1.5rem;
  }

  .lg\:tw--mr-6{
    margin-right: -1.5rem;
  }

  .lg\:tw--mb-6{
    margin-bottom: -1.5rem;
  }

  .lg\:tw--ml-6{
    margin-left: -1.5rem;
  }

  .lg\:tw--mt-8{
    margin-top: -2rem;
  }

  .lg\:tw--mr-8{
    margin-right: -2rem;
  }

  .lg\:tw--mb-8{
    margin-bottom: -2rem;
  }

  .lg\:tw--ml-8{
    margin-left: -2rem;
  }

  .lg\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .lg\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .lg\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .lg\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .lg\:tw--mt-12{
    margin-top: -3rem;
  }

  .lg\:tw--mr-12{
    margin-right: -3rem;
  }

  .lg\:tw--mb-12{
    margin-bottom: -3rem;
  }

  .lg\:tw--ml-12{
    margin-left: -3rem;
  }

  .lg\:tw--mt-16{
    margin-top: -4rem;
  }

  .lg\:tw--mr-16{
    margin-right: -4rem;
  }

  .lg\:tw--mb-16{
    margin-bottom: -4rem;
  }

  .lg\:tw--ml-16{
    margin-left: -4rem;
  }

  .lg\:tw--mt-20{
    margin-top: -5rem;
  }

  .lg\:tw--mr-20{
    margin-right: -5rem;
  }

  .lg\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .lg\:tw--ml-20{
    margin-left: -5rem;
  }

  .lg\:tw--mt-24{
    margin-top: -6rem;
  }

  .lg\:tw--mr-24{
    margin-right: -6rem;
  }

  .lg\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .lg\:tw--ml-24{
    margin-left: -6rem;
  }

  .lg\:tw--mt-32{
    margin-top: -8rem;
  }

  .lg\:tw--mr-32{
    margin-right: -8rem;
  }

  .lg\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .lg\:tw--ml-32{
    margin-left: -8rem;
  }

  .lg\:tw--mt-40{
    margin-top: -10rem;
  }

  .lg\:tw--mr-40{
    margin-right: -10rem;
  }

  .lg\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .lg\:tw--ml-40{
    margin-left: -10rem;
  }

  .lg\:tw--mt-48{
    margin-top: -12rem;
  }

  .lg\:tw--mr-48{
    margin-right: -12rem;
  }

  .lg\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .lg\:tw--ml-48{
    margin-left: -12rem;
  }

  .lg\:tw--mt-56{
    margin-top: -14rem;
  }

  .lg\:tw--mr-56{
    margin-right: -14rem;
  }

  .lg\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .lg\:tw--ml-56{
    margin-left: -14rem;
  }

  .lg\:tw--mt-64{
    margin-top: -16rem;
  }

  .lg\:tw--mr-64{
    margin-right: -16rem;
  }

  .lg\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .lg\:tw--ml-64{
    margin-left: -16rem;
  }

  .lg\:tw--mt-px{
    margin-top: -1px;
  }

  .lg\:tw--mr-px{
    margin-right: -1px;
  }

  .lg\:tw--mb-px{
    margin-bottom: -1px;
  }

  .lg\:tw--ml-px{
    margin-left: -1px;
  }

  .lg\:\!tw-m-0{
    margin: 0 !important;
  }

  .lg\:\!tw-m-1{
    margin: 0.25rem !important;
  }

  .lg\:\!tw-m-2{
    margin: 0.5rem !important;
  }

  .lg\:\!tw-m-3{
    margin: 0.75rem !important;
  }

  .lg\:\!tw-m-4{
    margin: 1rem !important;
  }

  .lg\:\!tw-m-5{
    margin: 1.25rem !important;
  }

  .lg\:\!tw-m-6{
    margin: 1.5rem !important;
  }

  .lg\:\!tw-m-8{
    margin: 2rem !important;
  }

  .lg\:\!tw-m-10{
    margin: 2.5rem !important;
  }

  .lg\:\!tw-m-12{
    margin: 3rem !important;
  }

  .lg\:\!tw-m-16{
    margin: 4rem !important;
  }

  .lg\:\!tw-m-20{
    margin: 5rem !important;
  }

  .lg\:\!tw-m-24{
    margin: 6rem !important;
  }

  .lg\:\!tw-m-32{
    margin: 8rem !important;
  }

  .lg\:\!tw-m-40{
    margin: 10rem !important;
  }

  .lg\:\!tw-m-48{
    margin: 12rem !important;
  }

  .lg\:\!tw-m-56{
    margin: 14rem !important;
  }

  .lg\:\!tw-m-64{
    margin: 16rem !important;
  }

  .lg\:\!tw-m-auto{
    margin: auto !important;
  }

  .lg\:\!tw-m-px{
    margin: 1px !important;
  }

  .lg\:\!tw--m-1{
    margin: -0.25rem !important;
  }

  .lg\:\!tw--m-2{
    margin: -0.5rem !important;
  }

  .lg\:\!tw--m-3{
    margin: -0.75rem !important;
  }

  .lg\:\!tw--m-4{
    margin: -1rem !important;
  }

  .lg\:\!tw--m-5{
    margin: -1.25rem !important;
  }

  .lg\:\!tw--m-6{
    margin: -1.5rem !important;
  }

  .lg\:\!tw--m-8{
    margin: -2rem !important;
  }

  .lg\:\!tw--m-10{
    margin: -2.5rem !important;
  }

  .lg\:\!tw--m-12{
    margin: -3rem !important;
  }

  .lg\:\!tw--m-16{
    margin: -4rem !important;
  }

  .lg\:\!tw--m-20{
    margin: -5rem !important;
  }

  .lg\:\!tw--m-24{
    margin: -6rem !important;
  }

  .lg\:\!tw--m-32{
    margin: -8rem !important;
  }

  .lg\:\!tw--m-40{
    margin: -10rem !important;
  }

  .lg\:\!tw--m-48{
    margin: -12rem !important;
  }

  .lg\:\!tw--m-56{
    margin: -14rem !important;
  }

  .lg\:\!tw--m-64{
    margin: -16rem !important;
  }

  .lg\:\!tw--m-px{
    margin: -1px !important;
  }

  .lg\:\!tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:\!tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:\!tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:\!tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:\!tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:\!tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:\!tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:\!tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:\!tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:\!tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:\!tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:\!tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:\!tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:\!tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:\!tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:\!tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:\!tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:\!tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:\!tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:\!tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:\!tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:\!tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:\!tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:\!tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:\!tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:\!tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:\!tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:\!tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:\!tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:\!tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:\!tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:\!tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:\!tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:\!tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:\!tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:\!tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:\!tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:\!tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:\!tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:\!tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:\!tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:\!tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:\!tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:\!tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:\!tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:\!tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:\!tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:\!tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:\!tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:\!tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:\!tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:\!tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:\!tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:\!tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:\!tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:\!tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:\!tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:\!tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:\!tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:\!tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:\!tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:\!tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:\!tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:\!tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:\!tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:\!tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:\!tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:\!tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:\!tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:\!tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:\!tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:\!tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:\!tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:\!tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:\!tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:\!tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:\!tw-mt-0{
    margin-top: 0 !important;
  }

  .lg\:\!tw-mr-0{
    margin-right: 0 !important;
  }

  .lg\:\!tw-mb-0{
    margin-bottom: 0 !important;
  }

  .lg\:\!tw-ml-0{
    margin-left: 0 !important;
  }

  .lg\:\!tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:\!tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:\!tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:\!tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:\!tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:\!tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:\!tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:\!tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:\!tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:\!tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:\!tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:\!tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:\!tw-mt-4{
    margin-top: 1rem !important;
  }

  .lg\:\!tw-mr-4{
    margin-right: 1rem !important;
  }

  .lg\:\!tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:\!tw-ml-4{
    margin-left: 1rem !important;
  }

  .lg\:\!tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:\!tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:\!tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:\!tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:\!tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:\!tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:\!tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:\!tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:\!tw-mt-8{
    margin-top: 2rem !important;
  }

  .lg\:\!tw-mr-8{
    margin-right: 2rem !important;
  }

  .lg\:\!tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:\!tw-ml-8{
    margin-left: 2rem !important;
  }

  .lg\:\!tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:\!tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:\!tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:\!tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:\!tw-mt-12{
    margin-top: 3rem !important;
  }

  .lg\:\!tw-mr-12{
    margin-right: 3rem !important;
  }

  .lg\:\!tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:\!tw-ml-12{
    margin-left: 3rem !important;
  }

  .lg\:\!tw-mt-16{
    margin-top: 4rem !important;
  }

  .lg\:\!tw-mr-16{
    margin-right: 4rem !important;
  }

  .lg\:\!tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:\!tw-ml-16{
    margin-left: 4rem !important;
  }

  .lg\:\!tw-mt-20{
    margin-top: 5rem !important;
  }

  .lg\:\!tw-mr-20{
    margin-right: 5rem !important;
  }

  .lg\:\!tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:\!tw-ml-20{
    margin-left: 5rem !important;
  }

  .lg\:\!tw-mt-24{
    margin-top: 6rem !important;
  }

  .lg\:\!tw-mr-24{
    margin-right: 6rem !important;
  }

  .lg\:\!tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:\!tw-ml-24{
    margin-left: 6rem !important;
  }

  .lg\:\!tw-mt-32{
    margin-top: 8rem !important;
  }

  .lg\:\!tw-mr-32{
    margin-right: 8rem !important;
  }

  .lg\:\!tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:\!tw-ml-32{
    margin-left: 8rem !important;
  }

  .lg\:\!tw-mt-40{
    margin-top: 10rem !important;
  }

  .lg\:\!tw-mr-40{
    margin-right: 10rem !important;
  }

  .lg\:\!tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:\!tw-ml-40{
    margin-left: 10rem !important;
  }

  .lg\:\!tw-mt-48{
    margin-top: 12rem !important;
  }

  .lg\:\!tw-mr-48{
    margin-right: 12rem !important;
  }

  .lg\:\!tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:\!tw-ml-48{
    margin-left: 12rem !important;
  }

  .lg\:\!tw-mt-56{
    margin-top: 14rem !important;
  }

  .lg\:\!tw-mr-56{
    margin-right: 14rem !important;
  }

  .lg\:\!tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:\!tw-ml-56{
    margin-left: 14rem !important;
  }

  .lg\:\!tw-mt-64{
    margin-top: 16rem !important;
  }

  .lg\:\!tw-mr-64{
    margin-right: 16rem !important;
  }

  .lg\:\!tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:\!tw-ml-64{
    margin-left: 16rem !important;
  }

  .lg\:\!tw-mt-auto{
    margin-top: auto !important;
  }

  .lg\:\!tw-mr-auto{
    margin-right: auto !important;
  }

  .lg\:\!tw-mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:\!tw-ml-auto{
    margin-left: auto !important;
  }

  .lg\:\!tw-mt-px{
    margin-top: 1px !important;
  }

  .lg\:\!tw-mr-px{
    margin-right: 1px !important;
  }

  .lg\:\!tw-mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:\!tw-ml-px{
    margin-left: 1px !important;
  }

  .lg\:\!tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:\!tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:\!tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:\!tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:\!tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:\!tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:\!tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:\!tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:\!tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:\!tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:\!tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:\!tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:\!tw--mt-4{
    margin-top: -1rem !important;
  }

  .lg\:\!tw--mr-4{
    margin-right: -1rem !important;
  }

  .lg\:\!tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:\!tw--ml-4{
    margin-left: -1rem !important;
  }

  .lg\:\!tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:\!tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:\!tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:\!tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:\!tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:\!tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:\!tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:\!tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:\!tw--mt-8{
    margin-top: -2rem !important;
  }

  .lg\:\!tw--mr-8{
    margin-right: -2rem !important;
  }

  .lg\:\!tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:\!tw--ml-8{
    margin-left: -2rem !important;
  }

  .lg\:\!tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:\!tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:\!tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:\!tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:\!tw--mt-12{
    margin-top: -3rem !important;
  }

  .lg\:\!tw--mr-12{
    margin-right: -3rem !important;
  }

  .lg\:\!tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:\!tw--ml-12{
    margin-left: -3rem !important;
  }

  .lg\:\!tw--mt-16{
    margin-top: -4rem !important;
  }

  .lg\:\!tw--mr-16{
    margin-right: -4rem !important;
  }

  .lg\:\!tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:\!tw--ml-16{
    margin-left: -4rem !important;
  }

  .lg\:\!tw--mt-20{
    margin-top: -5rem !important;
  }

  .lg\:\!tw--mr-20{
    margin-right: -5rem !important;
  }

  .lg\:\!tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:\!tw--ml-20{
    margin-left: -5rem !important;
  }

  .lg\:\!tw--mt-24{
    margin-top: -6rem !important;
  }

  .lg\:\!tw--mr-24{
    margin-right: -6rem !important;
  }

  .lg\:\!tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:\!tw--ml-24{
    margin-left: -6rem !important;
  }

  .lg\:\!tw--mt-32{
    margin-top: -8rem !important;
  }

  .lg\:\!tw--mr-32{
    margin-right: -8rem !important;
  }

  .lg\:\!tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:\!tw--ml-32{
    margin-left: -8rem !important;
  }

  .lg\:\!tw--mt-40{
    margin-top: -10rem !important;
  }

  .lg\:\!tw--mr-40{
    margin-right: -10rem !important;
  }

  .lg\:\!tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:\!tw--ml-40{
    margin-left: -10rem !important;
  }

  .lg\:\!tw--mt-48{
    margin-top: -12rem !important;
  }

  .lg\:\!tw--mr-48{
    margin-right: -12rem !important;
  }

  .lg\:\!tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:\!tw--ml-48{
    margin-left: -12rem !important;
  }

  .lg\:\!tw--mt-56{
    margin-top: -14rem !important;
  }

  .lg\:\!tw--mr-56{
    margin-right: -14rem !important;
  }

  .lg\:\!tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:\!tw--ml-56{
    margin-left: -14rem !important;
  }

  .lg\:\!tw--mt-64{
    margin-top: -16rem !important;
  }

  .lg\:\!tw--mr-64{
    margin-right: -16rem !important;
  }

  .lg\:\!tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:\!tw--ml-64{
    margin-left: -16rem !important;
  }

  .lg\:\!tw--mt-px{
    margin-top: -1px !important;
  }

  .lg\:\!tw--mr-px{
    margin-right: -1px !important;
  }

  .lg\:\!tw--mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:\!tw--ml-px{
    margin-left: -1px !important;
  }

  .lg\:tw-max-h-full{
    max-height: 100%;
  }

  .lg\:tw-max-h-screen{
    max-height: 100vh;
  }

  .lg\:tw-max-w-none{
    max-width: none;
  }

  .lg\:tw-max-w-xs{
    max-width: 20rem;
  }

  .lg\:tw-max-w-sm{
    max-width: 24rem;
  }

  .lg\:tw-max-w-md{
    max-width: 28rem;
  }

  .lg\:tw-max-w-lg{
    max-width: 32rem;
  }

  .lg\:tw-max-w-xl{
    max-width: 36rem;
  }

  .lg\:tw-max-w-2xl{
    max-width: 42rem;
  }

  .lg\:tw-max-w-3xl{
    max-width: 48rem;
  }

  .lg\:tw-max-w-4xl{
    max-width: 56rem;
  }

  .lg\:tw-max-w-5xl{
    max-width: 64rem;
  }

  .lg\:tw-max-w-6xl{
    max-width: 72rem;
  }

  .lg\:tw-max-w-full{
    max-width: 100%;
  }

  .lg\:tw-max-w-screen-sm{
    max-width: 640px;
  }

  .lg\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .lg\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .lg\:tw-max-w-screen-xl{
    max-width: 1280px;
  }

  .lg\:tw-min-h-0{
    min-height: 0;
  }

  .lg\:tw-min-h-full{
    min-height: 100%;
  }

  .lg\:tw-min-h-screen{
    min-height: 100vh;
  }

  .lg\:tw-min-w-0{
    min-width: 0;
  }

  .lg\:tw-min-w-full{
    min-width: 100%;
  }

  .lg\:tw-object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:tw-object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:tw-object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:tw-object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:tw-object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .lg\:tw-object-center{
    -o-object-position: center;
       object-position: center;
  }

  .lg\:tw-object-left{
    -o-object-position: left;
       object-position: left;
  }

  .lg\:tw-object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .lg\:tw-object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .lg\:tw-object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:tw-object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .lg\:tw-object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .lg\:tw-object-top{
    -o-object-position: top;
       object-position: top;
  }

  .lg\:tw-opacity-0{
    opacity: 0;
  }

  .lg\:tw-opacity-25{
    opacity: 0.25;
  }

  .lg\:tw-opacity-50{
    opacity: 0.5;
  }

  .lg\:tw-opacity-75{
    opacity: 0.75;
  }

  .lg\:tw-opacity-100{
    opacity: 1;
  }

  .lg\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .lg\:tw-outline-none{
    outline: 0;
  }

  .lg\:focus\:tw-outline-none:focus{
    outline: 0;
  }

  .lg\:tw-overflow-auto{
    overflow: auto;
  }

  .lg\:tw-overflow-hidden{
    overflow: hidden;
  }

  .lg\:tw-overflow-visible{
    overflow: visible;
  }

  .lg\:tw-overflow-scroll{
    overflow: scroll;
  }

  .lg\:tw-overflow-x-auto{
    overflow-x: auto;
  }

  .lg\:tw-overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:tw-overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:tw-overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:tw-overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:tw-overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:tw-overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:tw-overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:tw-scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .lg\:tw-scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .lg\:tw-p-0{
    padding: 0;
  }

  .lg\:tw-p-1{
    padding: 0.25rem;
  }

  .lg\:tw-p-2{
    padding: 0.5rem;
  }

  .lg\:tw-p-3{
    padding: 0.75rem;
  }

  .lg\:tw-p-4{
    padding: 1rem;
  }

  .lg\:tw-p-5{
    padding: 1.25rem;
  }

  .lg\:tw-p-6{
    padding: 1.5rem;
  }

  .lg\:tw-p-8{
    padding: 2rem;
  }

  .lg\:tw-p-10{
    padding: 2.5rem;
  }

  .lg\:tw-p-12{
    padding: 3rem;
  }

  .lg\:tw-p-16{
    padding: 4rem;
  }

  .lg\:tw-p-20{
    padding: 5rem;
  }

  .lg\:tw-p-24{
    padding: 6rem;
  }

  .lg\:tw-p-32{
    padding: 8rem;
  }

  .lg\:tw-p-40{
    padding: 10rem;
  }

  .lg\:tw-p-48{
    padding: 12rem;
  }

  .lg\:tw-p-56{
    padding: 14rem;
  }

  .lg\:tw-p-64{
    padding: 16rem;
  }

  .lg\:tw-p-px{
    padding: 1px;
  }

  .lg\:tw-py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:tw-px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:tw-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:tw-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .lg\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .lg\:tw-pt-0{
    padding-top: 0;
  }

  .lg\:tw-pr-0{
    padding-right: 0;
  }

  .lg\:tw-pb-0{
    padding-bottom: 0;
  }

  .lg\:tw-pl-0{
    padding-left: 0;
  }

  .lg\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .lg\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .lg\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .lg\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .lg\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .lg\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .lg\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .lg\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .lg\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .lg\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .lg\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .lg\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .lg\:tw-pt-4{
    padding-top: 1rem;
  }

  .lg\:tw-pr-4{
    padding-right: 1rem;
  }

  .lg\:tw-pb-4{
    padding-bottom: 1rem;
  }

  .lg\:tw-pl-4{
    padding-left: 1rem;
  }

  .lg\:tw-pt-5{
    padding-top: 1.25rem;
  }

  .lg\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .lg\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .lg\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .lg\:tw-pt-6{
    padding-top: 1.5rem;
  }

  .lg\:tw-pr-6{
    padding-right: 1.5rem;
  }

  .lg\:tw-pb-6{
    padding-bottom: 1.5rem;
  }

  .lg\:tw-pl-6{
    padding-left: 1.5rem;
  }

  .lg\:tw-pt-8{
    padding-top: 2rem;
  }

  .lg\:tw-pr-8{
    padding-right: 2rem;
  }

  .lg\:tw-pb-8{
    padding-bottom: 2rem;
  }

  .lg\:tw-pl-8{
    padding-left: 2rem;
  }

  .lg\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .lg\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .lg\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .lg\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .lg\:tw-pt-12{
    padding-top: 3rem;
  }

  .lg\:tw-pr-12{
    padding-right: 3rem;
  }

  .lg\:tw-pb-12{
    padding-bottom: 3rem;
  }

  .lg\:tw-pl-12{
    padding-left: 3rem;
  }

  .lg\:tw-pt-16{
    padding-top: 4rem;
  }

  .lg\:tw-pr-16{
    padding-right: 4rem;
  }

  .lg\:tw-pb-16{
    padding-bottom: 4rem;
  }

  .lg\:tw-pl-16{
    padding-left: 4rem;
  }

  .lg\:tw-pt-20{
    padding-top: 5rem;
  }

  .lg\:tw-pr-20{
    padding-right: 5rem;
  }

  .lg\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .lg\:tw-pl-20{
    padding-left: 5rem;
  }

  .lg\:tw-pt-24{
    padding-top: 6rem;
  }

  .lg\:tw-pr-24{
    padding-right: 6rem;
  }

  .lg\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .lg\:tw-pl-24{
    padding-left: 6rem;
  }

  .lg\:tw-pt-32{
    padding-top: 8rem;
  }

  .lg\:tw-pr-32{
    padding-right: 8rem;
  }

  .lg\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .lg\:tw-pl-32{
    padding-left: 8rem;
  }

  .lg\:tw-pt-40{
    padding-top: 10rem;
  }

  .lg\:tw-pr-40{
    padding-right: 10rem;
  }

  .lg\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .lg\:tw-pl-40{
    padding-left: 10rem;
  }

  .lg\:tw-pt-48{
    padding-top: 12rem;
  }

  .lg\:tw-pr-48{
    padding-right: 12rem;
  }

  .lg\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .lg\:tw-pl-48{
    padding-left: 12rem;
  }

  .lg\:tw-pt-56{
    padding-top: 14rem;
  }

  .lg\:tw-pr-56{
    padding-right: 14rem;
  }

  .lg\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .lg\:tw-pl-56{
    padding-left: 14rem;
  }

  .lg\:tw-pt-64{
    padding-top: 16rem;
  }

  .lg\:tw-pr-64{
    padding-right: 16rem;
  }

  .lg\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .lg\:tw-pl-64{
    padding-left: 16rem;
  }

  .lg\:tw-pt-px{
    padding-top: 1px;
  }

  .lg\:tw-pr-px{
    padding-right: 1px;
  }

  .lg\:tw-pb-px{
    padding-bottom: 1px;
  }

  .lg\:tw-pl-px{
    padding-left: 1px;
  }

  .lg\:\!tw-p-0{
    padding: 0 !important;
  }

  .lg\:\!tw-p-1{
    padding: 0.25rem !important;
  }

  .lg\:\!tw-p-2{
    padding: 0.5rem !important;
  }

  .lg\:\!tw-p-3{
    padding: 0.75rem !important;
  }

  .lg\:\!tw-p-4{
    padding: 1rem !important;
  }

  .lg\:\!tw-p-5{
    padding: 1.25rem !important;
  }

  .lg\:\!tw-p-6{
    padding: 1.5rem !important;
  }

  .lg\:\!tw-p-8{
    padding: 2rem !important;
  }

  .lg\:\!tw-p-10{
    padding: 2.5rem !important;
  }

  .lg\:\!tw-p-12{
    padding: 3rem !important;
  }

  .lg\:\!tw-p-16{
    padding: 4rem !important;
  }

  .lg\:\!tw-p-20{
    padding: 5rem !important;
  }

  .lg\:\!tw-p-24{
    padding: 6rem !important;
  }

  .lg\:\!tw-p-32{
    padding: 8rem !important;
  }

  .lg\:\!tw-p-40{
    padding: 10rem !important;
  }

  .lg\:\!tw-p-48{
    padding: 12rem !important;
  }

  .lg\:\!tw-p-56{
    padding: 14rem !important;
  }

  .lg\:\!tw-p-64{
    padding: 16rem !important;
  }

  .lg\:\!tw-p-px{
    padding: 1px !important;
  }

  .lg\:\!tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:\!tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:\!tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:\!tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:\!tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:\!tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:\!tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:\!tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:\!tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:\!tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:\!tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:\!tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:\!tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:\!tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:\!tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:\!tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:\!tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:\!tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:\!tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:\!tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:\!tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:\!tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:\!tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:\!tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:\!tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:\!tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:\!tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:\!tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:\!tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:\!tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:\!tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:\!tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:\!tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:\!tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:\!tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:\!tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:\!tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:\!tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:\!tw-pt-0{
    padding-top: 0 !important;
  }

  .lg\:\!tw-pr-0{
    padding-right: 0 !important;
  }

  .lg\:\!tw-pb-0{
    padding-bottom: 0 !important;
  }

  .lg\:\!tw-pl-0{
    padding-left: 0 !important;
  }

  .lg\:\!tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:\!tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:\!tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:\!tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:\!tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:\!tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:\!tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:\!tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:\!tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:\!tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:\!tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:\!tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:\!tw-pt-4{
    padding-top: 1rem !important;
  }

  .lg\:\!tw-pr-4{
    padding-right: 1rem !important;
  }

  .lg\:\!tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:\!tw-pl-4{
    padding-left: 1rem !important;
  }

  .lg\:\!tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:\!tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:\!tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:\!tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:\!tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:\!tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:\!tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:\!tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:\!tw-pt-8{
    padding-top: 2rem !important;
  }

  .lg\:\!tw-pr-8{
    padding-right: 2rem !important;
  }

  .lg\:\!tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:\!tw-pl-8{
    padding-left: 2rem !important;
  }

  .lg\:\!tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:\!tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:\!tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:\!tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:\!tw-pt-12{
    padding-top: 3rem !important;
  }

  .lg\:\!tw-pr-12{
    padding-right: 3rem !important;
  }

  .lg\:\!tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:\!tw-pl-12{
    padding-left: 3rem !important;
  }

  .lg\:\!tw-pt-16{
    padding-top: 4rem !important;
  }

  .lg\:\!tw-pr-16{
    padding-right: 4rem !important;
  }

  .lg\:\!tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:\!tw-pl-16{
    padding-left: 4rem !important;
  }

  .lg\:\!tw-pt-20{
    padding-top: 5rem !important;
  }

  .lg\:\!tw-pr-20{
    padding-right: 5rem !important;
  }

  .lg\:\!tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:\!tw-pl-20{
    padding-left: 5rem !important;
  }

  .lg\:\!tw-pt-24{
    padding-top: 6rem !important;
  }

  .lg\:\!tw-pr-24{
    padding-right: 6rem !important;
  }

  .lg\:\!tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:\!tw-pl-24{
    padding-left: 6rem !important;
  }

  .lg\:\!tw-pt-32{
    padding-top: 8rem !important;
  }

  .lg\:\!tw-pr-32{
    padding-right: 8rem !important;
  }

  .lg\:\!tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:\!tw-pl-32{
    padding-left: 8rem !important;
  }

  .lg\:\!tw-pt-40{
    padding-top: 10rem !important;
  }

  .lg\:\!tw-pr-40{
    padding-right: 10rem !important;
  }

  .lg\:\!tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:\!tw-pl-40{
    padding-left: 10rem !important;
  }

  .lg\:\!tw-pt-48{
    padding-top: 12rem !important;
  }

  .lg\:\!tw-pr-48{
    padding-right: 12rem !important;
  }

  .lg\:\!tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:\!tw-pl-48{
    padding-left: 12rem !important;
  }

  .lg\:\!tw-pt-56{
    padding-top: 14rem !important;
  }

  .lg\:\!tw-pr-56{
    padding-right: 14rem !important;
  }

  .lg\:\!tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:\!tw-pl-56{
    padding-left: 14rem !important;
  }

  .lg\:\!tw-pt-64{
    padding-top: 16rem !important;
  }

  .lg\:\!tw-pr-64{
    padding-right: 16rem !important;
  }

  .lg\:\!tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:\!tw-pl-64{
    padding-left: 16rem !important;
  }

  .lg\:\!tw-pt-px{
    padding-top: 1px !important;
  }

  .lg\:\!tw-pr-px{
    padding-right: 1px !important;
  }

  .lg\:\!tw-pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:\!tw-pl-px{
    padding-left: 1px !important;
  }

  .lg\:tw-placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:tw-placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:tw-placeholder-current::-webkit-input-placeholder{
    color: currentColor;
  }

  .lg\:tw-placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .lg\:tw-placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:tw-placeholder-current::-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:tw-placeholder-current::placeholder{
    color: currentColor;
  }

  .lg\:tw-placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-shadow-100::-webkit-input-placeholder{
    color: #00000026;
  }

  .lg\:tw-placeholder-shadow-100::-moz-placeholder{
    color: #00000026;
  }

  .lg\:tw-placeholder-shadow-100:-ms-input-placeholder{
    color: #00000026;
  }

  .lg\:tw-placeholder-shadow-100::-ms-input-placeholder{
    color: #00000026;
  }

  .lg\:tw-placeholder-shadow-100::placeholder{
    color: #00000026;
  }

  .lg\:tw-placeholder-shadow-200::-webkit-input-placeholder{
    color: #0000001A;
  }

  .lg\:tw-placeholder-shadow-200::-moz-placeholder{
    color: #0000001A;
  }

  .lg\:tw-placeholder-shadow-200:-ms-input-placeholder{
    color: #0000001A;
  }

  .lg\:tw-placeholder-shadow-200::-ms-input-placeholder{
    color: #0000001A;
  }

  .lg\:tw-placeholder-shadow-200::placeholder{
    color: #0000001A;
  }

  .lg\:tw-placeholder-grey-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-100::placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-200::placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-300::placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-400::placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-500::placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-grey-600::placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-100::placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmblue-200::placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-100::placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-200::placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmgreen-300::placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmorange::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmorange::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmorange:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmorange::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmorange::placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmyellow::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmyellow::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmyellow:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmyellow::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmyellow::placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmred::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmred::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmred:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmred::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-zzmred::placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:tw-placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor;
  }

  .lg\:focus\:tw-placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .lg\:focus\:tw-placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:focus\:tw-placeholder-current:focus::-ms-input-placeholder{
    color: currentColor;
  }

  .lg\:focus\:tw-placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .lg\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-shadow-100:focus::-webkit-input-placeholder{
    color: #00000026;
  }

  .lg\:focus\:tw-placeholder-shadow-100:focus::-moz-placeholder{
    color: #00000026;
  }

  .lg\:focus\:tw-placeholder-shadow-100:focus:-ms-input-placeholder{
    color: #00000026;
  }

  .lg\:focus\:tw-placeholder-shadow-100:focus::-ms-input-placeholder{
    color: #00000026;
  }

  .lg\:focus\:tw-placeholder-shadow-100:focus::placeholder{
    color: #00000026;
  }

  .lg\:focus\:tw-placeholder-shadow-200:focus::-webkit-input-placeholder{
    color: #0000001A;
  }

  .lg\:focus\:tw-placeholder-shadow-200:focus::-moz-placeholder{
    color: #0000001A;
  }

  .lg\:focus\:tw-placeholder-shadow-200:focus:-ms-input-placeholder{
    color: #0000001A;
  }

  .lg\:focus\:tw-placeholder-shadow-200:focus::-ms-input-placeholder{
    color: #0000001A;
  }

  .lg\:focus\:tw-placeholder-shadow-200:focus::placeholder{
    color: #0000001A;
  }

  .lg\:focus\:tw-placeholder-grey-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-grey-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmblue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmgreen-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmorange:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmorange:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmorange:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmorange:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmorange:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmyellow:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmyellow:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmyellow:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmyellow:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmyellow:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmred:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmred:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmred:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmred:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:focus\:tw-placeholder-zzmred:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .lg\:tw-placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:tw-placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:tw-placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:tw-placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:tw-placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:tw-placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:tw-placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:tw-placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:tw-placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:tw-placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:tw-placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:tw-placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:tw-placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:tw-placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:tw-placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:tw-placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:tw-placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:tw-placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:tw-placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:tw-placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .lg\:tw-pointer-events-none{
    pointer-events: none;
  }

  .lg\:tw-pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:tw-static{
    position: static;
  }

  .lg\:tw-fixed{
    position: fixed;
  }

  .lg\:tw-absolute{
    position: absolute;
  }

  .lg\:tw-relative{
    position: relative;
  }

  .lg\:tw-sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:tw-inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:tw-inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:tw-inset-x-0{
    right: 0;
    left: 0;
  }

  .lg\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .lg\:tw-top-0{
    top: 0;
  }

  .lg\:tw-right-0{
    right: 0;
  }

  .lg\:tw-bottom-0{
    bottom: 0;
  }

  .lg\:tw-left-0{
    left: 0;
  }

  .lg\:tw-top-auto{
    top: auto;
  }

  .lg\:tw-right-auto{
    right: auto;
  }

  .lg\:tw-bottom-auto{
    bottom: auto;
  }

  .lg\:tw-left-auto{
    left: auto;
  }

  .lg\:tw-resize-none{
    resize: none;
  }

  .lg\:tw-resize-y{
    resize: vertical;
  }

  .lg\:tw-resize-x{
    resize: horizontal;
  }

  .lg\:tw-resize{
    resize: both;
  }

  .lg\:tw-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:tw-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:tw-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:tw-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:tw-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:tw-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:tw-shadow-none{
    box-shadow: none;
  }

  .lg\:hover\:tw-shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:tw-shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:tw-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:tw-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:tw-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:hover\:tw-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:hover\:tw-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:hover\:tw-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:hover\:tw-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:tw-shadow-none:hover{
    box-shadow: none;
  }

  .lg\:focus\:tw-shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:tw-shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:tw-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:tw-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:tw-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .lg\:focus\:tw-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .lg\:focus\:tw-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:focus\:tw-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:focus\:tw-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:tw-shadow-none:focus{
    box-shadow: none;
  }

  .lg\:tw-fill-current{
    fill: currentColor;
  }

  .lg\:tw-stroke-current{
    stroke: currentColor;
  }

  .lg\:tw-stroke-0{
    stroke-width: 0;
  }

  .lg\:tw-stroke-1{
    stroke-width: 1;
  }

  .lg\:tw-stroke-2{
    stroke-width: 2;
  }

  .lg\:tw-table-auto{
    table-layout: auto;
  }

  .lg\:tw-table-fixed{
    table-layout: fixed;
  }

  .lg\:tw-text-left{
    text-align: left;
  }

  .lg\:tw-text-center{
    text-align: center;
  }

  .lg\:tw-text-right{
    text-align: right;
  }

  .lg\:tw-text-justify{
    text-align: justify;
  }

  .lg\:tw-text-transparent{
    color: transparent;
  }

  .lg\:tw-text-current{
    color: currentColor;
  }

  .lg\:tw-text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:tw-text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:tw-text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:tw-text-gray-200{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:tw-text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:tw-text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:tw-text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:tw-text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:tw-text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:tw-text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:tw-text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:tw-text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:tw-text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:tw-text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:tw-text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:tw-text-red-500{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:tw-text-red-600{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:tw-text-red-700{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:tw-text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:tw-text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:tw-text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:tw-text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:tw-text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:tw-text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:tw-text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:tw-text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:tw-text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:tw-text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:tw-text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:tw-text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:tw-text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:tw-text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:tw-text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:tw-text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:tw-text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:tw-text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:tw-text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:tw-text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:tw-text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:tw-text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:tw-text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:tw-text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:tw-text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:tw-text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:tw-text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:tw-text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:tw-text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:tw-text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:tw-text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:tw-text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:tw-text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:tw-text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:tw-text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:tw-text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:tw-text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:tw-text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:tw-text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:tw-text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:tw-text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:tw-text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:tw-text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:tw-text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:tw-text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:tw-text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:tw-text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:tw-text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:tw-text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:tw-text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:tw-text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:tw-text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:tw-text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:tw-text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:tw-text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:tw-text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:tw-text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:tw-text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:tw-text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:tw-text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:tw-text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:tw-text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:tw-text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:tw-text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:tw-text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:tw-text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:tw-text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:tw-text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:tw-text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:tw-text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:tw-text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:tw-text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:tw-text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:tw-text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:tw-text-shadow-100{
    color: #00000026;
  }

  .lg\:tw-text-shadow-200{
    color: #0000001A;
  }

  .lg\:tw-text-grey-100{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .lg\:tw-text-grey-200{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .lg\:tw-text-grey-300{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .lg\:tw-text-grey-400{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .lg\:tw-text-grey-500{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .lg\:tw-text-grey-600{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:tw-text-zzmblue-100{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .lg\:tw-text-zzmblue-200{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .lg\:tw-text-zzmgreen-100{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .lg\:tw-text-zzmgreen-200{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .lg\:tw-text-zzmgreen-300{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .lg\:tw-text-zzmorange{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .lg\:tw-text-zzmyellow{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .lg\:tw-text-zzmred{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .lg\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:tw-text-current:hover{
    color: currentColor;
  }

  .lg\:hover\:tw-text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:hover\:tw-text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-200:hover{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:hover\:tw-text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-500:hover{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-600:hover{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-700:hover{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:hover\:tw-text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:hover\:tw-text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:hover\:tw-text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:hover\:tw-text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:hover\:tw-text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:hover\:tw-text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:hover\:tw-text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:hover\:tw-text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:hover\:tw-text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:hover\:tw-text-shadow-100:hover{
    color: #00000026;
  }

  .lg\:hover\:tw-text-shadow-200:hover{
    color: #0000001A;
  }

  .lg\:hover\:tw-text-grey-100:hover{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .lg\:hover\:tw-text-grey-200:hover{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .lg\:hover\:tw-text-grey-300:hover{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .lg\:hover\:tw-text-grey-400:hover{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .lg\:hover\:tw-text-grey-500:hover{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .lg\:hover\:tw-text-grey-600:hover{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:hover\:tw-text-zzmblue-100:hover{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .lg\:hover\:tw-text-zzmblue-200:hover{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .lg\:hover\:tw-text-zzmgreen-100:hover{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .lg\:hover\:tw-text-zzmgreen-200:hover{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .lg\:hover\:tw-text-zzmgreen-300:hover{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .lg\:hover\:tw-text-zzmorange:hover{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .lg\:hover\:tw-text-zzmyellow:hover{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .lg\:hover\:tw-text-zzmred:hover{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .lg\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:tw-text-current:focus{
    color: currentColor;
  }

  .lg\:focus\:tw-text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:focus\:tw-text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-200:focus{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:focus\:tw-text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-500:focus{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-600:focus{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-700:focus{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:focus\:tw-text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:focus\:tw-text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:focus\:tw-text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:focus\:tw-text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:focus\:tw-text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:focus\:tw-text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:focus\:tw-text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:focus\:tw-text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:focus\:tw-text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:focus\:tw-text-shadow-100:focus{
    color: #00000026;
  }

  .lg\:focus\:tw-text-shadow-200:focus{
    color: #0000001A;
  }

  .lg\:focus\:tw-text-grey-100:focus{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .lg\:focus\:tw-text-grey-200:focus{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .lg\:focus\:tw-text-grey-300:focus{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .lg\:focus\:tw-text-grey-400:focus{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .lg\:focus\:tw-text-grey-500:focus{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .lg\:focus\:tw-text-grey-600:focus{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:focus\:tw-text-zzmblue-100:focus{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .lg\:focus\:tw-text-zzmblue-200:focus{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .lg\:focus\:tw-text-zzmgreen-100:focus{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .lg\:focus\:tw-text-zzmgreen-200:focus{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .lg\:focus\:tw-text-zzmgreen-300:focus{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .lg\:focus\:tw-text-zzmorange:focus{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .lg\:focus\:tw-text-zzmyellow:focus{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .lg\:focus\:tw-text-zzmred:focus{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .lg\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .lg\:active\:tw-text-current:active{
    color: currentColor;
  }

  .lg\:active\:tw-text-black:active{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .lg\:active\:tw-text-white:active{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-100:active{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-200:active{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-300:active{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-400:active{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-500:active{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-600:active{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-700:active{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-800:active{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .lg\:active\:tw-text-gray-900:active{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-100:active{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-200:active{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-300:active{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-400:active{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-500:active{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-600:active{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-700:active{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-800:active{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .lg\:active\:tw-text-red-900:active{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-100:active{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-200:active{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-300:active{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-400:active{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-500:active{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-600:active{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-700:active{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-800:active{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .lg\:active\:tw-text-orange-900:active{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-100:active{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-200:active{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-300:active{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-400:active{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-500:active{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-600:active{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-700:active{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-800:active{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .lg\:active\:tw-text-yellow-900:active{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-100:active{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-200:active{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-300:active{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-400:active{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-500:active{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-600:active{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-700:active{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-800:active{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .lg\:active\:tw-text-green-900:active{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-100:active{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-200:active{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-300:active{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-400:active{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-500:active{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-600:active{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-700:active{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-800:active{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .lg\:active\:tw-text-teal-900:active{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-100:active{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-200:active{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-300:active{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-400:active{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-500:active{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-600:active{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-700:active{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-800:active{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .lg\:active\:tw-text-blue-900:active{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-100:active{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-200:active{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-300:active{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-400:active{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-500:active{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-600:active{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-700:active{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-800:active{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .lg\:active\:tw-text-indigo-900:active{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-100:active{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-200:active{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-300:active{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-400:active{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-500:active{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-600:active{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-700:active{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-800:active{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .lg\:active\:tw-text-purple-900:active{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-100:active{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-200:active{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-300:active{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-400:active{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-500:active{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-600:active{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-700:active{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-800:active{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .lg\:active\:tw-text-pink-900:active{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .lg\:active\:tw-text-shadow-100:active{
    color: #00000026;
  }

  .lg\:active\:tw-text-shadow-200:active{
    color: #0000001A;
  }

  .lg\:active\:tw-text-grey-100:active{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .lg\:active\:tw-text-grey-200:active{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .lg\:active\:tw-text-grey-300:active{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .lg\:active\:tw-text-grey-400:active{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .lg\:active\:tw-text-grey-500:active{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .lg\:active\:tw-text-grey-600:active{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .lg\:active\:tw-text-zzmblue-100:active{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .lg\:active\:tw-text-zzmblue-200:active{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .lg\:active\:tw-text-zzmgreen-100:active{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .lg\:active\:tw-text-zzmgreen-200:active{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .lg\:active\:tw-text-zzmgreen-300:active{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .lg\:active\:tw-text-zzmorange:active{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .lg\:active\:tw-text-zzmyellow:active{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .lg\:active\:tw-text-zzmred:active{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .lg\:\!tw-text-transparent{
    color: transparent !important;
  }

  .lg\:\!tw-text-current{
    color: currentColor !important;
  }

  .lg\:\!tw-text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-shadow-100{
    color: #00000026 !important;
  }

  .lg\:\!tw-text-shadow-200{
    color: #0000001A !important;
  }

  .lg\:\!tw-text-grey-100{
    --text-opacity: 1 !important;
    color: #FBFBFB !important;
    color: rgba(251, 251, 251, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-grey-200{
    --text-opacity: 1 !important;
    color: #F1F1F1 !important;
    color: rgba(241, 241, 241, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-grey-300{
    --text-opacity: 1 !important;
    color: #E4E4E4 !important;
    color: rgba(228, 228, 228, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-grey-400{
    --text-opacity: 1 !important;
    color: #C4C4C4 !important;
    color: rgba(196, 196, 196, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-grey-500{
    --text-opacity: 1 !important;
    color: #999999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-grey-600{
    --text-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-zzmblue-100{
    --text-opacity: 1 !important;
    color: #34ADFD !important;
    color: rgba(52, 173, 253, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-zzmblue-200{
    --text-opacity: 1 !important;
    color: #0096DB !important;
    color: rgba(0, 150, 219, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-zzmgreen-100{
    --text-opacity: 1 !important;
    color: #A6CD4A !important;
    color: rgba(166, 205, 74, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-zzmgreen-200{
    --text-opacity: 1 !important;
    color: #8DBB20 !important;
    color: rgba(141, 187, 32, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-zzmgreen-300{
    --text-opacity: 1 !important;
    color: #39B54A !important;
    color: rgba(57, 181, 74, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-zzmorange{
    --text-opacity: 1 !important;
    color: #FFA200 !important;
    color: rgba(255, 162, 0, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-zzmyellow{
    --text-opacity: 1 !important;
    color: #FFDD00 !important;
    color: rgba(255, 221, 0, var(--text-opacity)) !important;
  }

  .lg\:\!tw-text-zzmred{
    --text-opacity: 1 !important;
    color: #EC5840 !important;
    color: rgba(236, 88, 64, var(--text-opacity)) !important;
  }

  .lg\:tw-text-opacity-0{
    --text-opacity: 0;
  }

  .lg\:tw-text-opacity-25{
    --text-opacity: 0.25;
  }

  .lg\:tw-text-opacity-50{
    --text-opacity: 0.5;
  }

  .lg\:tw-text-opacity-75{
    --text-opacity: 0.75;
  }

  .lg\:tw-text-opacity-100{
    --text-opacity: 1;
  }

  .lg\:hover\:tw-text-opacity-0:hover{
    --text-opacity: 0;
  }

  .lg\:hover\:tw-text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .lg\:hover\:tw-text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .lg\:hover\:tw-text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .lg\:hover\:tw-text-opacity-100:hover{
    --text-opacity: 1;
  }

  .lg\:focus\:tw-text-opacity-0:focus{
    --text-opacity: 0;
  }

  .lg\:focus\:tw-text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .lg\:focus\:tw-text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .lg\:focus\:tw-text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .lg\:focus\:tw-text-opacity-100:focus{
    --text-opacity: 1;
  }

  .lg\:tw-italic{
    font-style: italic;
  }

  .lg\:tw-not-italic{
    font-style: normal;
  }

  .lg\:tw-uppercase{
    text-transform: uppercase;
  }

  .lg\:tw-lowercase{
    text-transform: lowercase;
  }

  .lg\:tw-capitalize{
    text-transform: capitalize;
  }

  .lg\:tw-normal-case{
    text-transform: none;
  }

  .lg\:tw-underline{
    text-decoration: underline;
  }

  .lg\:tw-line-through{
    text-decoration: line-through;
  }

  .lg\:tw-no-underline{
    text-decoration: none;
  }

  .lg\:hover\:tw-underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:tw-line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:tw-no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:tw-underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:tw-line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:tw-no-underline:focus{
    text-decoration: none;
  }

  .lg\:tw-antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .lg\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .lg\:tw-tracking-normal{
    letter-spacing: 0;
  }

  .lg\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .lg\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:tw-select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:tw-select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:tw-select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .lg\:tw-select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .lg\:tw-align-baseline{
    vertical-align: baseline;
  }

  .lg\:tw-align-top{
    vertical-align: top;
  }

  .lg\:tw-align-middle{
    vertical-align: middle;
  }

  .lg\:tw-align-bottom{
    vertical-align: bottom;
  }

  .lg\:tw-align-text-top{
    vertical-align: text-top;
  }

  .lg\:tw-align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:tw-visible{
    visibility: visible;
  }

  .lg\:tw-invisible{
    visibility: hidden;
  }

  .lg\:tw-whitespace-normal{
    white-space: normal;
  }

  .lg\:tw-whitespace-no-wrap{
    white-space: nowrap;
  }

  .lg\:tw-whitespace-pre{
    white-space: pre;
  }

  .lg\:tw-whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:tw-whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:tw-break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:tw-break-words{
    overflow-wrap: break-word;
  }

  .lg\:tw-break-all{
    word-break: break-all;
  }

  .lg\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lg\:tw-w-0{
    width: 0;
  }

  .lg\:tw-w-1{
    width: 0.25rem;
  }

  .lg\:tw-w-2{
    width: 0.5rem;
  }

  .lg\:tw-w-3{
    width: 0.75rem;
  }

  .lg\:tw-w-4{
    width: 1rem;
  }

  .lg\:tw-w-5{
    width: 1.25rem;
  }

  .lg\:tw-w-6{
    width: 1.5rem;
  }

  .lg\:tw-w-7{
    width: 28px;
  }

  .lg\:tw-w-8{
    width: 2rem;
  }

  .lg\:tw-w-10{
    width: 2.5rem;
  }

  .lg\:tw-w-12{
    width: 3rem;
  }

  .lg\:tw-w-16{
    width: 4rem;
  }

  .lg\:tw-w-20{
    width: 5rem;
  }

  .lg\:tw-w-24{
    width: 6rem;
  }

  .lg\:tw-w-32{
    width: 8rem;
  }

  .lg\:tw-w-40{
    width: 10rem;
  }

  .lg\:tw-w-48{
    width: 12rem;
  }

  .lg\:tw-w-56{
    width: 14rem;
  }

  .lg\:tw-w-64{
    width: 16rem;
  }

  .lg\:tw-w-auto{
    width: auto;
  }

  .lg\:tw-w-px{
    width: 1px;
  }

  .lg\:tw-w-1\/2{
    width: 50%;
  }

  .lg\:tw-w-1\/3{
    width: 33.333333%;
  }

  .lg\:tw-w-2\/3{
    width: 66.666667%;
  }

  .lg\:tw-w-1\/4{
    width: 25%;
  }

  .lg\:tw-w-2\/4{
    width: 50%;
  }

  .lg\:tw-w-3\/4{
    width: 75%;
  }

  .lg\:tw-w-1\/5{
    width: 20%;
  }

  .lg\:tw-w-2\/5{
    width: 40%;
  }

  .lg\:tw-w-3\/5{
    width: 60%;
  }

  .lg\:tw-w-4\/5{
    width: 80%;
  }

  .lg\:tw-w-1\/6{
    width: 16.666667%;
  }

  .lg\:tw-w-2\/6{
    width: 33.333333%;
  }

  .lg\:tw-w-3\/6{
    width: 50%;
  }

  .lg\:tw-w-4\/6{
    width: 66.666667%;
  }

  .lg\:tw-w-5\/6{
    width: 83.333333%;
  }

  .lg\:tw-w-1\/12{
    width: 8.333333%;
  }

  .lg\:tw-w-2\/12{
    width: 16.666667%;
  }

  .lg\:tw-w-3\/12{
    width: 25%;
  }

  .lg\:tw-w-4\/12{
    width: 33.333333%;
  }

  .lg\:tw-w-5\/12{
    width: 41.666667%;
  }

  .lg\:tw-w-6\/12{
    width: 50%;
  }

  .lg\:tw-w-7\/12{
    width: 58.333333%;
  }

  .lg\:tw-w-8\/12{
    width: 66.666667%;
  }

  .lg\:tw-w-9\/12{
    width: 75%;
  }

  .lg\:tw-w-10\/12{
    width: 83.333333%;
  }

  .lg\:tw-w-11\/12{
    width: 91.666667%;
  }

  .lg\:tw-w-full{
    width: 100%;
  }

  .lg\:tw-w-screen{
    width: 100vw;
  }

  .lg\:tw-z-0{
    z-index: 0;
  }

  .lg\:tw-z-10{
    z-index: 10;
  }

  .lg\:tw-z-20{
    z-index: 20;
  }

  .lg\:tw-z-30{
    z-index: 30;
  }

  .lg\:tw-z-40{
    z-index: 40;
  }

  .lg\:tw-z-50{
    z-index: 50;
  }

  .lg\:tw-z-100{
    z-index: 100;
  }

  .lg\:tw-z-auto{
    z-index: auto;
  }

  .lg\:tw-gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .lg\:tw-gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .lg\:tw-gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .lg\:tw-gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .lg\:tw-gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .lg\:tw-gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .lg\:tw-gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .lg\:tw-gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:tw-gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .lg\:tw-gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:tw-gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .lg\:tw-gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .lg\:tw-gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .lg\:tw-gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .lg\:tw-gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .lg\:tw-gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .lg\:tw-gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .lg\:tw-gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .lg\:tw-gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .lg\:tw-col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:tw-col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:tw-col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:tw-col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:tw-col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:tw-col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:tw-col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:tw-col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:tw-col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:tw-col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:tw-col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:tw-col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:tw-col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:tw-col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .lg\:tw-col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .lg\:tw-col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .lg\:tw-col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .lg\:tw-col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .lg\:tw-col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .lg\:tw-row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .lg\:tw-row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .lg\:tw-row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .lg\:tw-row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .lg\:tw-row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .lg\:tw-row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .lg\:tw-row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .lg\:tw-row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .lg\:tw-row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .lg\:tw-row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .lg\:tw-row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:tw-row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .lg\:tw-row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .lg\:tw-row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .lg\:tw-row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .lg\:tw-row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .lg\:tw-row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .lg\:tw-row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .lg\:tw-row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .lg\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .lg\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .lg\:tw-grid-cols-playlistgames{
    grid-template-columns: repeat(auto-fill, 230px);
  }

  .lg\:tw-col-auto{
    grid-column: auto;
  }

  .lg\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .lg\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:tw-col-start-1{
    grid-column-start: 1;
  }

  .lg\:tw-col-start-2{
    grid-column-start: 2;
  }

  .lg\:tw-col-start-3{
    grid-column-start: 3;
  }

  .lg\:tw-col-start-4{
    grid-column-start: 4;
  }

  .lg\:tw-col-start-5{
    grid-column-start: 5;
  }

  .lg\:tw-col-start-6{
    grid-column-start: 6;
  }

  .lg\:tw-col-start-7{
    grid-column-start: 7;
  }

  .lg\:tw-col-start-8{
    grid-column-start: 8;
  }

  .lg\:tw-col-start-9{
    grid-column-start: 9;
  }

  .lg\:tw-col-start-10{
    grid-column-start: 10;
  }

  .lg\:tw-col-start-11{
    grid-column-start: 11;
  }

  .lg\:tw-col-start-12{
    grid-column-start: 12;
  }

  .lg\:tw-col-start-13{
    grid-column-start: 13;
  }

  .lg\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .lg\:tw-col-end-1{
    grid-column-end: 1;
  }

  .lg\:tw-col-end-2{
    grid-column-end: 2;
  }

  .lg\:tw-col-end-3{
    grid-column-end: 3;
  }

  .lg\:tw-col-end-4{
    grid-column-end: 4;
  }

  .lg\:tw-col-end-5{
    grid-column-end: 5;
  }

  .lg\:tw-col-end-6{
    grid-column-end: 6;
  }

  .lg\:tw-col-end-7{
    grid-column-end: 7;
  }

  .lg\:tw-col-end-8{
    grid-column-end: 8;
  }

  .lg\:tw-col-end-9{
    grid-column-end: 9;
  }

  .lg\:tw-col-end-10{
    grid-column-end: 10;
  }

  .lg\:tw-col-end-11{
    grid-column-end: 11;
  }

  .lg\:tw-col-end-12{
    grid-column-end: 12;
  }

  .lg\:tw-col-end-13{
    grid-column-end: 13;
  }

  .lg\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .lg\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .lg\:tw-row-auto{
    grid-row: auto;
  }

  .lg\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .lg\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .lg\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .lg\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .lg\:tw-row-start-1{
    grid-row-start: 1;
  }

  .lg\:tw-row-start-2{
    grid-row-start: 2;
  }

  .lg\:tw-row-start-3{
    grid-row-start: 3;
  }

  .lg\:tw-row-start-4{
    grid-row-start: 4;
  }

  .lg\:tw-row-start-5{
    grid-row-start: 5;
  }

  .lg\:tw-row-start-6{
    grid-row-start: 6;
  }

  .lg\:tw-row-start-7{
    grid-row-start: 7;
  }

  .lg\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .lg\:tw-row-end-1{
    grid-row-end: 1;
  }

  .lg\:tw-row-end-2{
    grid-row-end: 2;
  }

  .lg\:tw-row-end-3{
    grid-row-end: 3;
  }

  .lg\:tw-row-end-4{
    grid-row-end: 4;
  }

  .lg\:tw-row-end-5{
    grid-row-end: 5;
  }

  .lg\:tw-row-end-6{
    grid-row-end: 6;
  }

  .lg\:tw-row-end-7{
    grid-row-end: 7;
  }

  .lg\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .lg\:tw-transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .lg\:tw-transform-none{
    transform: none;
  }

  .lg\:tw-origin-center{
    transform-origin: center;
  }

  .lg\:tw-origin-top{
    transform-origin: top;
  }

  .lg\:tw-origin-top-right{
    transform-origin: top right;
  }

  .lg\:tw-origin-right{
    transform-origin: right;
  }

  .lg\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .lg\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .lg\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .lg\:tw-origin-left{
    transform-origin: left;
  }

  .lg\:tw-origin-top-left{
    transform-origin: top left;
  }

  .lg\:tw-scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:tw-scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:tw-scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:tw-scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:tw-scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:tw-scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:tw-scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:tw-scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:tw-scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:tw-scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:tw-scale-x-0{
    --transform-scale-x: 0;
  }

  .lg\:tw-scale-x-50{
    --transform-scale-x: .5;
  }

  .lg\:tw-scale-x-75{
    --transform-scale-x: .75;
  }

  .lg\:tw-scale-x-90{
    --transform-scale-x: .9;
  }

  .lg\:tw-scale-x-95{
    --transform-scale-x: .95;
  }

  .lg\:tw-scale-x-100{
    --transform-scale-x: 1;
  }

  .lg\:tw-scale-x-105{
    --transform-scale-x: 1.05;
  }

  .lg\:tw-scale-x-110{
    --transform-scale-x: 1.1;
  }

  .lg\:tw-scale-x-125{
    --transform-scale-x: 1.25;
  }

  .lg\:tw-scale-x-150{
    --transform-scale-x: 1.5;
  }

  .lg\:tw-scale-y-0{
    --transform-scale-y: 0;
  }

  .lg\:tw-scale-y-50{
    --transform-scale-y: .5;
  }

  .lg\:tw-scale-y-75{
    --transform-scale-y: .75;
  }

  .lg\:tw-scale-y-90{
    --transform-scale-y: .9;
  }

  .lg\:tw-scale-y-95{
    --transform-scale-y: .95;
  }

  .lg\:tw-scale-y-100{
    --transform-scale-y: 1;
  }

  .lg\:tw-scale-y-105{
    --transform-scale-y: 1.05;
  }

  .lg\:tw-scale-y-110{
    --transform-scale-y: 1.1;
  }

  .lg\:tw-scale-y-125{
    --transform-scale-y: 1.25;
  }

  .lg\:tw-scale-y-150{
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:tw-scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:hover\:tw-scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:hover\:tw-scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:hover\:tw-scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:hover\:tw-scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:hover\:tw-scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:hover\:tw-scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:tw-scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:tw-scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:tw-scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:hover\:tw-scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .lg\:hover\:tw-scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .lg\:hover\:tw-scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .lg\:hover\:tw-scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .lg\:hover\:tw-scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .lg\:hover\:tw-scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .lg\:hover\:tw-scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .lg\:hover\:tw-scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .lg\:hover\:tw-scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .lg\:hover\:tw-scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .lg\:hover\:tw-scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .lg\:hover\:tw-scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .lg\:hover\:tw-scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .lg\:hover\:tw-scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .lg\:hover\:tw-scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .lg\:hover\:tw-scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .lg\:hover\:tw-scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .lg\:hover\:tw-scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .lg\:hover\:tw-scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .lg\:hover\:tw-scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:tw-scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .lg\:focus\:tw-scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .lg\:focus\:tw-scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .lg\:focus\:tw-scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .lg\:focus\:tw-scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .lg\:focus\:tw-scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .lg\:focus\:tw-scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:tw-scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:tw-scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:tw-scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .lg\:focus\:tw-scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .lg\:focus\:tw-scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .lg\:focus\:tw-scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .lg\:focus\:tw-scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .lg\:focus\:tw-scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .lg\:focus\:tw-scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .lg\:focus\:tw-scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .lg\:focus\:tw-scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .lg\:focus\:tw-scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .lg\:focus\:tw-scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .lg\:focus\:tw-scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .lg\:focus\:tw-scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .lg\:focus\:tw-scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .lg\:focus\:tw-scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .lg\:focus\:tw-scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .lg\:focus\:tw-scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .lg\:focus\:tw-scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .lg\:focus\:tw-scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .lg\:focus\:tw-scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .lg\:focus\:tw-scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .lg\:tw-rotate-0{
    --transform-rotate: 0;
  }

  .lg\:tw-rotate-45{
    --transform-rotate: 45deg;
  }

  .lg\:tw-rotate-90{
    --transform-rotate: 90deg;
  }

  .lg\:tw-rotate-180{
    --transform-rotate: 180deg;
  }

  .lg\:tw--rotate-180{
    --transform-rotate: -180deg;
  }

  .lg\:tw--rotate-90{
    --transform-rotate: -90deg;
  }

  .lg\:tw--rotate-45{
    --transform-rotate: -45deg;
  }

  .lg\:hover\:tw-rotate-0:hover{
    --transform-rotate: 0;
  }

  .lg\:hover\:tw-rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .lg\:hover\:tw-rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .lg\:hover\:tw-rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .lg\:hover\:tw--rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .lg\:hover\:tw--rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .lg\:hover\:tw--rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .lg\:focus\:tw-rotate-0:focus{
    --transform-rotate: 0;
  }

  .lg\:focus\:tw-rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .lg\:focus\:tw-rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .lg\:focus\:tw-rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .lg\:focus\:tw--rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .lg\:focus\:tw--rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .lg\:focus\:tw--rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .lg\:tw-translate-x-0{
    --transform-translate-x: 0;
  }

  .lg\:tw-translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .lg\:tw-translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .lg\:tw-translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .lg\:tw-translate-x-4{
    --transform-translate-x: 1rem;
  }

  .lg\:tw-translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .lg\:tw-translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .lg\:tw-translate-x-8{
    --transform-translate-x: 2rem;
  }

  .lg\:tw-translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .lg\:tw-translate-x-12{
    --transform-translate-x: 3rem;
  }

  .lg\:tw-translate-x-16{
    --transform-translate-x: 4rem;
  }

  .lg\:tw-translate-x-20{
    --transform-translate-x: 5rem;
  }

  .lg\:tw-translate-x-24{
    --transform-translate-x: 6rem;
  }

  .lg\:tw-translate-x-32{
    --transform-translate-x: 8rem;
  }

  .lg\:tw-translate-x-40{
    --transform-translate-x: 10rem;
  }

  .lg\:tw-translate-x-48{
    --transform-translate-x: 12rem;
  }

  .lg\:tw-translate-x-56{
    --transform-translate-x: 14rem;
  }

  .lg\:tw-translate-x-64{
    --transform-translate-x: 16rem;
  }

  .lg\:tw-translate-x-px{
    --transform-translate-x: 1px;
  }

  .lg\:tw--translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .lg\:tw--translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .lg\:tw--translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .lg\:tw--translate-x-4{
    --transform-translate-x: -1rem;
  }

  .lg\:tw--translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .lg\:tw--translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .lg\:tw--translate-x-8{
    --transform-translate-x: -2rem;
  }

  .lg\:tw--translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .lg\:tw--translate-x-12{
    --transform-translate-x: -3rem;
  }

  .lg\:tw--translate-x-16{
    --transform-translate-x: -4rem;
  }

  .lg\:tw--translate-x-20{
    --transform-translate-x: -5rem;
  }

  .lg\:tw--translate-x-24{
    --transform-translate-x: -6rem;
  }

  .lg\:tw--translate-x-32{
    --transform-translate-x: -8rem;
  }

  .lg\:tw--translate-x-40{
    --transform-translate-x: -10rem;
  }

  .lg\:tw--translate-x-48{
    --transform-translate-x: -12rem;
  }

  .lg\:tw--translate-x-56{
    --transform-translate-x: -14rem;
  }

  .lg\:tw--translate-x-64{
    --transform-translate-x: -16rem;
  }

  .lg\:tw--translate-x-px{
    --transform-translate-x: -1px;
  }

  .lg\:tw--translate-x-full{
    --transform-translate-x: -100%;
  }

  .lg\:tw--translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .lg\:tw-translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .lg\:tw-translate-x-full{
    --transform-translate-x: 100%;
  }

  .lg\:tw-translate-y-0{
    --transform-translate-y: 0;
  }

  .lg\:tw-translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .lg\:tw-translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .lg\:tw-translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .lg\:tw-translate-y-4{
    --transform-translate-y: 1rem;
  }

  .lg\:tw-translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .lg\:tw-translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .lg\:tw-translate-y-8{
    --transform-translate-y: 2rem;
  }

  .lg\:tw-translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .lg\:tw-translate-y-12{
    --transform-translate-y: 3rem;
  }

  .lg\:tw-translate-y-16{
    --transform-translate-y: 4rem;
  }

  .lg\:tw-translate-y-20{
    --transform-translate-y: 5rem;
  }

  .lg\:tw-translate-y-24{
    --transform-translate-y: 6rem;
  }

  .lg\:tw-translate-y-32{
    --transform-translate-y: 8rem;
  }

  .lg\:tw-translate-y-40{
    --transform-translate-y: 10rem;
  }

  .lg\:tw-translate-y-48{
    --transform-translate-y: 12rem;
  }

  .lg\:tw-translate-y-56{
    --transform-translate-y: 14rem;
  }

  .lg\:tw-translate-y-64{
    --transform-translate-y: 16rem;
  }

  .lg\:tw-translate-y-px{
    --transform-translate-y: 1px;
  }

  .lg\:tw--translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .lg\:tw--translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .lg\:tw--translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .lg\:tw--translate-y-4{
    --transform-translate-y: -1rem;
  }

  .lg\:tw--translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .lg\:tw--translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .lg\:tw--translate-y-8{
    --transform-translate-y: -2rem;
  }

  .lg\:tw--translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .lg\:tw--translate-y-12{
    --transform-translate-y: -3rem;
  }

  .lg\:tw--translate-y-16{
    --transform-translate-y: -4rem;
  }

  .lg\:tw--translate-y-20{
    --transform-translate-y: -5rem;
  }

  .lg\:tw--translate-y-24{
    --transform-translate-y: -6rem;
  }

  .lg\:tw--translate-y-32{
    --transform-translate-y: -8rem;
  }

  .lg\:tw--translate-y-40{
    --transform-translate-y: -10rem;
  }

  .lg\:tw--translate-y-48{
    --transform-translate-y: -12rem;
  }

  .lg\:tw--translate-y-56{
    --transform-translate-y: -14rem;
  }

  .lg\:tw--translate-y-64{
    --transform-translate-y: -16rem;
  }

  .lg\:tw--translate-y-px{
    --transform-translate-y: -1px;
  }

  .lg\:tw--translate-y-full{
    --transform-translate-y: -100%;
  }

  .lg\:tw--translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .lg\:tw-translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .lg\:tw-translate-y-full{
    --transform-translate-y: 100%;
  }

  .lg\:hover\:tw-translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .lg\:hover\:tw-translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .lg\:hover\:tw-translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .lg\:hover\:tw-translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .lg\:hover\:tw-translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .lg\:hover\:tw-translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .lg\:hover\:tw-translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .lg\:hover\:tw-translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .lg\:hover\:tw-translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .lg\:hover\:tw-translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .lg\:hover\:tw-translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .lg\:hover\:tw-translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .lg\:hover\:tw-translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .lg\:hover\:tw-translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .lg\:hover\:tw-translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .lg\:hover\:tw-translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .lg\:hover\:tw-translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .lg\:hover\:tw-translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .lg\:hover\:tw-translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .lg\:hover\:tw--translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .lg\:hover\:tw--translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .lg\:hover\:tw--translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .lg\:hover\:tw--translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .lg\:hover\:tw--translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .lg\:hover\:tw--translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .lg\:hover\:tw--translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .lg\:hover\:tw--translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .lg\:hover\:tw--translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .lg\:hover\:tw--translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .lg\:hover\:tw--translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .lg\:hover\:tw--translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .lg\:hover\:tw--translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .lg\:hover\:tw--translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .lg\:hover\:tw--translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .lg\:hover\:tw--translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .lg\:hover\:tw--translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .lg\:hover\:tw--translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .lg\:hover\:tw--translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .lg\:hover\:tw--translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .lg\:hover\:tw-translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .lg\:hover\:tw-translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .lg\:hover\:tw-translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .lg\:hover\:tw-translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .lg\:hover\:tw-translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .lg\:hover\:tw-translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .lg\:hover\:tw-translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .lg\:hover\:tw-translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .lg\:hover\:tw-translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .lg\:hover\:tw-translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .lg\:hover\:tw-translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .lg\:hover\:tw-translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .lg\:hover\:tw-translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .lg\:hover\:tw-translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .lg\:hover\:tw-translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .lg\:hover\:tw-translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .lg\:hover\:tw-translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .lg\:hover\:tw-translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .lg\:hover\:tw-translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .lg\:hover\:tw-translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .lg\:hover\:tw-translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .lg\:hover\:tw--translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .lg\:hover\:tw--translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .lg\:hover\:tw--translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .lg\:hover\:tw--translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .lg\:hover\:tw--translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .lg\:hover\:tw--translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .lg\:hover\:tw--translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .lg\:hover\:tw--translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .lg\:hover\:tw--translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .lg\:hover\:tw--translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .lg\:hover\:tw--translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .lg\:hover\:tw--translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .lg\:hover\:tw--translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .lg\:hover\:tw--translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .lg\:hover\:tw--translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .lg\:hover\:tw--translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .lg\:hover\:tw--translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .lg\:hover\:tw--translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .lg\:hover\:tw--translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .lg\:hover\:tw--translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .lg\:hover\:tw-translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .lg\:hover\:tw-translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .lg\:focus\:tw-translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .lg\:focus\:tw-translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .lg\:focus\:tw-translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .lg\:focus\:tw-translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .lg\:focus\:tw-translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .lg\:focus\:tw-translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .lg\:focus\:tw-translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .lg\:focus\:tw-translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .lg\:focus\:tw-translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .lg\:focus\:tw-translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .lg\:focus\:tw-translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .lg\:focus\:tw-translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .lg\:focus\:tw-translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .lg\:focus\:tw-translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .lg\:focus\:tw-translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .lg\:focus\:tw-translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .lg\:focus\:tw-translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .lg\:focus\:tw-translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .lg\:focus\:tw-translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .lg\:focus\:tw--translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .lg\:focus\:tw--translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .lg\:focus\:tw--translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .lg\:focus\:tw--translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .lg\:focus\:tw--translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .lg\:focus\:tw--translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .lg\:focus\:tw--translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .lg\:focus\:tw--translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .lg\:focus\:tw--translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .lg\:focus\:tw--translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .lg\:focus\:tw--translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .lg\:focus\:tw--translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .lg\:focus\:tw--translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .lg\:focus\:tw--translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .lg\:focus\:tw--translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .lg\:focus\:tw--translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .lg\:focus\:tw--translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .lg\:focus\:tw--translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .lg\:focus\:tw--translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .lg\:focus\:tw--translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .lg\:focus\:tw-translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .lg\:focus\:tw-translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .lg\:focus\:tw-translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .lg\:focus\:tw-translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .lg\:focus\:tw-translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .lg\:focus\:tw-translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .lg\:focus\:tw-translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .lg\:focus\:tw-translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .lg\:focus\:tw-translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .lg\:focus\:tw-translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .lg\:focus\:tw-translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .lg\:focus\:tw-translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .lg\:focus\:tw-translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .lg\:focus\:tw-translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .lg\:focus\:tw-translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .lg\:focus\:tw-translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .lg\:focus\:tw-translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .lg\:focus\:tw-translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .lg\:focus\:tw-translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .lg\:focus\:tw-translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .lg\:focus\:tw-translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .lg\:focus\:tw--translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .lg\:focus\:tw--translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .lg\:focus\:tw--translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .lg\:focus\:tw--translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .lg\:focus\:tw--translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .lg\:focus\:tw--translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .lg\:focus\:tw--translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .lg\:focus\:tw--translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .lg\:focus\:tw--translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .lg\:focus\:tw--translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .lg\:focus\:tw--translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .lg\:focus\:tw--translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .lg\:focus\:tw--translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .lg\:focus\:tw--translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .lg\:focus\:tw--translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .lg\:focus\:tw--translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .lg\:focus\:tw--translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .lg\:focus\:tw--translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .lg\:focus\:tw--translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .lg\:focus\:tw--translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .lg\:focus\:tw-translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .lg\:focus\:tw-translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .lg\:tw-skew-x-0{
    --transform-skew-x: 0;
  }

  .lg\:tw-skew-x-3{
    --transform-skew-x: 3deg;
  }

  .lg\:tw-skew-x-6{
    --transform-skew-x: 6deg;
  }

  .lg\:tw-skew-x-12{
    --transform-skew-x: 12deg;
  }

  .lg\:tw--skew-x-12{
    --transform-skew-x: -12deg;
  }

  .lg\:tw--skew-x-6{
    --transform-skew-x: -6deg;
  }

  .lg\:tw--skew-x-3{
    --transform-skew-x: -3deg;
  }

  .lg\:tw-skew-y-0{
    --transform-skew-y: 0;
  }

  .lg\:tw-skew-y-3{
    --transform-skew-y: 3deg;
  }

  .lg\:tw-skew-y-6{
    --transform-skew-y: 6deg;
  }

  .lg\:tw-skew-y-12{
    --transform-skew-y: 12deg;
  }

  .lg\:tw--skew-y-12{
    --transform-skew-y: -12deg;
  }

  .lg\:tw--skew-y-6{
    --transform-skew-y: -6deg;
  }

  .lg\:tw--skew-y-3{
    --transform-skew-y: -3deg;
  }

  .lg\:hover\:tw-skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .lg\:hover\:tw-skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .lg\:hover\:tw-skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .lg\:hover\:tw-skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .lg\:hover\:tw--skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .lg\:hover\:tw--skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .lg\:hover\:tw--skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .lg\:hover\:tw-skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .lg\:hover\:tw-skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .lg\:hover\:tw-skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .lg\:hover\:tw-skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .lg\:hover\:tw--skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .lg\:hover\:tw--skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .lg\:hover\:tw--skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .lg\:focus\:tw-skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .lg\:focus\:tw-skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .lg\:focus\:tw-skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .lg\:focus\:tw-skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .lg\:focus\:tw--skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .lg\:focus\:tw--skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .lg\:focus\:tw--skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .lg\:focus\:tw-skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .lg\:focus\:tw-skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .lg\:focus\:tw-skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .lg\:focus\:tw-skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .lg\:focus\:tw--skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .lg\:focus\:tw--skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .lg\:focus\:tw--skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .lg\:tw-transition-none{
    transition-property: none;
  }

  .lg\:tw-transition-all{
    transition-property: all;
  }

  .lg\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:tw-transition-opacity{
    transition-property: opacity;
  }

  .lg\:tw-transition-shadow{
    transition-property: box-shadow;
  }

  .lg\:tw-transition-transform{
    transition-property: transform;
  }

  .lg\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .lg\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:tw-duration-75{
    transition-duration: 75ms;
  }

  .lg\:tw-duration-100{
    transition-duration: 100ms;
  }

  .lg\:tw-duration-150{
    transition-duration: 150ms;
  }

  .lg\:tw-duration-200{
    transition-duration: 200ms;
  }

  .lg\:tw-duration-300{
    transition-duration: 300ms;
  }

  .lg\:tw-duration-500{
    transition-duration: 500ms;
  }

  .lg\:tw-duration-700{
    transition-duration: 700ms;
  }

  .lg\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .lg\:tw-delay-75{
    transition-delay: 75ms;
  }

  .lg\:tw-delay-100{
    transition-delay: 100ms;
  }

  .lg\:tw-delay-150{
    transition-delay: 150ms;
  }

  .lg\:tw-delay-200{
    transition-delay: 200ms;
  }

  .lg\:tw-delay-300{
    transition-delay: 300ms;
  }

  .lg\:tw-delay-500{
    transition-delay: 500ms;
  }

  .lg\:tw-delay-700{
    transition-delay: 700ms;
  }

  .lg\:tw-delay-1000{
    transition-delay: 1000ms;
  }
}

@media (min-width: 1280px){
  .xl\:tw-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px * var(--space-y-reverse));
  }

  .xl\:tw-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0px * var(--space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1rem * var(--space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2rem * var(--space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(3rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(3rem * var(--space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(4rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(4rem * var(--space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(5rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(5rem * var(--space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(6rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(6rem * var(--space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(8rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(8rem * var(--space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(10rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(10rem * var(--space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(12rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(12rem * var(--space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(14rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(14rem * var(--space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(16rem * var(--space-y-reverse));
  }

  .xl\:tw-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(16rem * var(--space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(1px * var(--space-y-reverse));
  }

  .xl\:tw-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(1px * var(--space-x-reverse));
    margin-left: calc(1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.25rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.5rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-0.75rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1rem * var(--space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2rem * var(--space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-3rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-3rem * var(--space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-4rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-4rem * var(--space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-5rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-5rem * var(--space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-6rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-6rem * var(--space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-8rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-8rem * var(--space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-10rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-10rem * var(--space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-12rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-12rem * var(--space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-14rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-14rem * var(--space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-16rem * var(--space-y-reverse));
  }

  .xl\:tw--space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-16rem * var(--space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw--space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse)));
    margin-bottom: calc(-1px * var(--space-y-reverse));
  }

  .xl\:tw--space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0;
    margin-right: calc(-1px * var(--space-x-reverse));
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse)));
  }

  .xl\:tw-space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1;
  }

  .xl\:tw-space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1;
  }

  .xl\:tw-divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(0px * var(--divide-y-reverse));
  }

  .xl\:tw-divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(0px * var(--divide-x-reverse));
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:tw-divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(2px * var(--divide-y-reverse));
  }

  .xl\:tw-divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(2px * var(--divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:tw-divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(4px * var(--divide-y-reverse));
  }

  .xl\:tw-divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(4px * var(--divide-x-reverse));
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:tw-divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(8px * var(--divide-y-reverse));
  }

  .xl\:tw-divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(8px * var(--divide-x-reverse));
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:tw-divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse)));
    border-bottom-width: calc(1px * var(--divide-y-reverse));
  }

  .xl\:tw-divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0;
    border-right-width: calc(1px * var(--divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse)));
  }

  .xl\:tw-divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1;
  }

  .xl\:tw-divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1;
  }

  .xl\:tw-divide-transparent > :not(template) ~ :not(template){
    border-color: transparent;
  }

  .xl\:tw-divide-current > :not(template) ~ :not(template){
    border-color: currentColor;
  }

  .xl\:tw-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--divide-opacity));
  }

  .xl\:tw-divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--divide-opacity));
  }

  .xl\:tw-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--divide-opacity));
  }

  .xl\:tw-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--divide-opacity));
  }

  .xl\:tw-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--divide-opacity));
  }

  .xl\:tw-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--divide-opacity));
  }

  .xl\:tw-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--divide-opacity));
  }

  .xl\:tw-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--divide-opacity));
  }

  .xl\:tw-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--divide-opacity));
  }

  .xl\:tw-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--divide-opacity));
  }

  .xl\:tw-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--divide-opacity));
  }

  .xl\:tw-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--divide-opacity));
  }

  .xl\:tw-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--divide-opacity));
  }

  .xl\:tw-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--divide-opacity));
  }

  .xl\:tw-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--divide-opacity));
  }

  .xl\:tw-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--divide-opacity));
  }

  .xl\:tw-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--divide-opacity));
  }

  .xl\:tw-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--divide-opacity));
  }

  .xl\:tw-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--divide-opacity));
  }

  .xl\:tw-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--divide-opacity));
  }

  .xl\:tw-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--divide-opacity));
  }

  .xl\:tw-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--divide-opacity));
  }

  .xl\:tw-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--divide-opacity));
  }

  .xl\:tw-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--divide-opacity));
  }

  .xl\:tw-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--divide-opacity));
  }

  .xl\:tw-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--divide-opacity));
  }

  .xl\:tw-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--divide-opacity));
  }

  .xl\:tw-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--divide-opacity));
  }

  .xl\:tw-divide-shadow-100 > :not(template) ~ :not(template){
    border-color: #00000026;
  }

  .xl\:tw-divide-shadow-200 > :not(template) ~ :not(template){
    border-color: #0000001A;
  }

  .xl\:tw-divide-grey-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--divide-opacity));
  }

  .xl\:tw-divide-grey-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--divide-opacity));
  }

  .xl\:tw-divide-grey-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--divide-opacity));
  }

  .xl\:tw-divide-grey-400 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--divide-opacity));
  }

  .xl\:tw-divide-grey-500 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--divide-opacity));
  }

  .xl\:tw-divide-grey-600 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--divide-opacity));
  }

  .xl\:tw-divide-zzmblue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--divide-opacity));
  }

  .xl\:tw-divide-zzmblue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--divide-opacity));
  }

  .xl\:tw-divide-zzmgreen-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--divide-opacity));
  }

  .xl\:tw-divide-zzmgreen-200 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--divide-opacity));
  }

  .xl\:tw-divide-zzmgreen-300 > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--divide-opacity));
  }

  .xl\:tw-divide-zzmorange > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--divide-opacity));
  }

  .xl\:tw-divide-zzmyellow > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--divide-opacity));
  }

  .xl\:tw-divide-zzmred > :not(template) ~ :not(template){
    --divide-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--divide-opacity));
  }

  .xl\:tw-divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0;
  }

  .xl\:tw-divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25;
  }

  .xl\:tw-divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5;
  }

  .xl\:tw-divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75;
  }

  .xl\:tw-divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1;
  }

  .xl\:tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:tw-not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:tw-sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:tw-not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:tw-appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:tw-bg-fixed{
    background-attachment: fixed;
  }

  .xl\:tw-bg-local{
    background-attachment: local;
  }

  .xl\:tw-bg-scroll{
    background-attachment: scroll;
  }

  .xl\:tw-bg-transparent{
    background-color: transparent;
  }

  .xl\:tw-bg-current{
    background-color: currentColor;
  }

  .xl\:tw-bg-black{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:tw-bg-white{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-100{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-200{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-300{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-400{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-500{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-600{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-700{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-800{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:tw-bg-gray-900{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:tw-bg-red-100{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:tw-bg-red-200{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:tw-bg-red-300{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:tw-bg-red-400{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:tw-bg-red-500{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:tw-bg-red-600{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:tw-bg-red-700{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:tw-bg-red-800{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:tw-bg-red-900{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-100{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-200{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-300{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-400{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-500{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-600{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-700{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-800{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:tw-bg-orange-900{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-100{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-200{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-300{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-400{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-500{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-600{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-700{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-800{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:tw-bg-yellow-900{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:tw-bg-green-100{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:tw-bg-green-200{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:tw-bg-green-300{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:tw-bg-green-400{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:tw-bg-green-500{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:tw-bg-green-600{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:tw-bg-green-700{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:tw-bg-green-800{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:tw-bg-green-900{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-100{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-200{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-300{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-400{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-500{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-600{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-700{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-800{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:tw-bg-teal-900{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-100{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-200{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-300{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-400{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-500{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-600{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-700{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-800{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:tw-bg-blue-900{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-100{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-200{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-300{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-400{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-500{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-600{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-700{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-800{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:tw-bg-indigo-900{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-100{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-200{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-300{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-400{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-500{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-600{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-700{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-800{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:tw-bg-purple-900{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-100{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-200{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-300{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-400{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-500{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-600{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-700{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-800{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:tw-bg-pink-900{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:tw-bg-shadow-100{
    background-color: #00000026;
  }

  .xl\:tw-bg-shadow-200{
    background-color: #0000001A;
  }

  .xl\:tw-bg-grey-100{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .xl\:tw-bg-grey-200{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .xl\:tw-bg-grey-300{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .xl\:tw-bg-grey-400{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .xl\:tw-bg-grey-500{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .xl\:tw-bg-grey-600{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:tw-bg-zzmblue-100{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .xl\:tw-bg-zzmblue-200{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .xl\:tw-bg-zzmgreen-100{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .xl\:tw-bg-zzmgreen-200{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .xl\:tw-bg-zzmgreen-300{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .xl\:tw-bg-zzmorange{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .xl\:tw-bg-zzmyellow{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .xl\:tw-bg-zzmred{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:tw-bg-current:hover{
    background-color: currentColor;
  }

  .xl\:hover\:tw-bg-black:hover{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-white:hover{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-100:hover{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-200:hover{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-300:hover{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-400:hover{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-500:hover{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-600:hover{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-700:hover{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-800:hover{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-gray-900:hover{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-200:hover{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-300:hover{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-400:hover{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-500:hover{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-600:hover{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-700:hover{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-800:hover{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-red-900:hover{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-100:hover{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-200:hover{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-300:hover{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-400:hover{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-500:hover{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-600:hover{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-700:hover{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-800:hover{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-orange-900:hover{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-100:hover{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-200:hover{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-300:hover{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-400:hover{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-500:hover{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-600:hover{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-700:hover{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-800:hover{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-yellow-900:hover{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-100:hover{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-200:hover{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-300:hover{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-400:hover{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-500:hover{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-600:hover{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-700:hover{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-800:hover{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-green-900:hover{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-100:hover{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-200:hover{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-300:hover{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-400:hover{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-500:hover{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-600:hover{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-700:hover{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-800:hover{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-teal-900:hover{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-100:hover{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-200:hover{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-300:hover{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-400:hover{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-500:hover{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-600:hover{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-700:hover{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-800:hover{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-blue-900:hover{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-100:hover{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-200:hover{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-300:hover{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-400:hover{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-500:hover{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-600:hover{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-700:hover{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-800:hover{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-indigo-900:hover{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-100:hover{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-200:hover{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-300:hover{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-400:hover{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-500:hover{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-600:hover{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-700:hover{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-800:hover{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-purple-900:hover{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-100:hover{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-200:hover{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-300:hover{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-400:hover{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-500:hover{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-600:hover{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-700:hover{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-800:hover{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-pink-900:hover{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-shadow-100:hover{
    background-color: #00000026;
  }

  .xl\:hover\:tw-bg-shadow-200:hover{
    background-color: #0000001A;
  }

  .xl\:hover\:tw-bg-grey-100:hover{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-grey-200:hover{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-grey-300:hover{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-grey-400:hover{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-grey-500:hover{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-grey-600:hover{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-zzmblue-100:hover{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-zzmblue-200:hover{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-zzmgreen-100:hover{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-zzmgreen-200:hover{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-zzmgreen-300:hover{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-zzmorange:hover{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-zzmyellow:hover{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .xl\:hover\:tw-bg-zzmred:hover{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:tw-bg-current:focus{
    background-color: currentColor;
  }

  .xl\:focus\:tw-bg-black:focus{
    --bg-opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-white:focus{
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-100:focus{
    --bg-opacity: 1;
    background-color: #f7fafc;
    background-color: rgba(247, 250, 252, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-200:focus{
    --bg-opacity: 1;
    background-color: #edf2f7;
    background-color: rgba(237, 242, 247, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-300:focus{
    --bg-opacity: 1;
    background-color: #e2e8f0;
    background-color: rgba(226, 232, 240, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-400:focus{
    --bg-opacity: 1;
    background-color: #cbd5e0;
    background-color: rgba(203, 213, 224, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-500:focus{
    --bg-opacity: 1;
    background-color: #a0aec0;
    background-color: rgba(160, 174, 192, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-600:focus{
    --bg-opacity: 1;
    background-color: #718096;
    background-color: rgba(113, 128, 150, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-700:focus{
    --bg-opacity: 1;
    background-color: #4a5568;
    background-color: rgba(74, 85, 104, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-800:focus{
    --bg-opacity: 1;
    background-color: #2d3748;
    background-color: rgba(45, 55, 72, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-gray-900:focus{
    --bg-opacity: 1;
    background-color: #1a202c;
    background-color: rgba(26, 32, 44, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f5;
    background-color: rgba(255, 245, 245, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-200:focus{
    --bg-opacity: 1;
    background-color: #fed7d7;
    background-color: rgba(254, 215, 215, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-300:focus{
    --bg-opacity: 1;
    background-color: #feb2b2;
    background-color: rgba(254, 178, 178, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-400:focus{
    --bg-opacity: 1;
    background-color: #fc8181;
    background-color: rgba(252, 129, 129, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-500:focus{
    --bg-opacity: 1;
    background-color: #f56565;
    background-color: rgba(245, 101, 101, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-600:focus{
    --bg-opacity: 1;
    background-color: #e53e3e;
    background-color: rgba(229, 62, 62, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-700:focus{
    --bg-opacity: 1;
    background-color: #c53030;
    background-color: rgba(197, 48, 48, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-800:focus{
    --bg-opacity: 1;
    background-color: #9b2c2c;
    background-color: rgba(155, 44, 44, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-red-900:focus{
    --bg-opacity: 1;
    background-color: #742a2a;
    background-color: rgba(116, 42, 42, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-100:focus{
    --bg-opacity: 1;
    background-color: #fffaf0;
    background-color: rgba(255, 250, 240, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-200:focus{
    --bg-opacity: 1;
    background-color: #feebc8;
    background-color: rgba(254, 235, 200, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-300:focus{
    --bg-opacity: 1;
    background-color: #fbd38d;
    background-color: rgba(251, 211, 141, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-400:focus{
    --bg-opacity: 1;
    background-color: #f6ad55;
    background-color: rgba(246, 173, 85, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-500:focus{
    --bg-opacity: 1;
    background-color: #ed8936;
    background-color: rgba(237, 137, 54, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-600:focus{
    --bg-opacity: 1;
    background-color: #dd6b20;
    background-color: rgba(221, 107, 32, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-700:focus{
    --bg-opacity: 1;
    background-color: #c05621;
    background-color: rgba(192, 86, 33, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-800:focus{
    --bg-opacity: 1;
    background-color: #9c4221;
    background-color: rgba(156, 66, 33, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-orange-900:focus{
    --bg-opacity: 1;
    background-color: #7b341e;
    background-color: rgba(123, 52, 30, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-100:focus{
    --bg-opacity: 1;
    background-color: #fffff0;
    background-color: rgba(255, 255, 240, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-200:focus{
    --bg-opacity: 1;
    background-color: #fefcbf;
    background-color: rgba(254, 252, 191, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-300:focus{
    --bg-opacity: 1;
    background-color: #faf089;
    background-color: rgba(250, 240, 137, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-400:focus{
    --bg-opacity: 1;
    background-color: #f6e05e;
    background-color: rgba(246, 224, 94, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-500:focus{
    --bg-opacity: 1;
    background-color: #ecc94b;
    background-color: rgba(236, 201, 75, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-600:focus{
    --bg-opacity: 1;
    background-color: #d69e2e;
    background-color: rgba(214, 158, 46, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-700:focus{
    --bg-opacity: 1;
    background-color: #b7791f;
    background-color: rgba(183, 121, 31, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-800:focus{
    --bg-opacity: 1;
    background-color: #975a16;
    background-color: rgba(151, 90, 22, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-yellow-900:focus{
    --bg-opacity: 1;
    background-color: #744210;
    background-color: rgba(116, 66, 16, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-100:focus{
    --bg-opacity: 1;
    background-color: #f0fff4;
    background-color: rgba(240, 255, 244, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-200:focus{
    --bg-opacity: 1;
    background-color: #c6f6d5;
    background-color: rgba(198, 246, 213, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-300:focus{
    --bg-opacity: 1;
    background-color: #9ae6b4;
    background-color: rgba(154, 230, 180, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-400:focus{
    --bg-opacity: 1;
    background-color: #68d391;
    background-color: rgba(104, 211, 145, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-500:focus{
    --bg-opacity: 1;
    background-color: #48bb78;
    background-color: rgba(72, 187, 120, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-600:focus{
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-700:focus{
    --bg-opacity: 1;
    background-color: #2f855a;
    background-color: rgba(47, 133, 90, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-800:focus{
    --bg-opacity: 1;
    background-color: #276749;
    background-color: rgba(39, 103, 73, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-green-900:focus{
    --bg-opacity: 1;
    background-color: #22543d;
    background-color: rgba(34, 84, 61, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-100:focus{
    --bg-opacity: 1;
    background-color: #e6fffa;
    background-color: rgba(230, 255, 250, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-200:focus{
    --bg-opacity: 1;
    background-color: #b2f5ea;
    background-color: rgba(178, 245, 234, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-300:focus{
    --bg-opacity: 1;
    background-color: #81e6d9;
    background-color: rgba(129, 230, 217, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-400:focus{
    --bg-opacity: 1;
    background-color: #4fd1c5;
    background-color: rgba(79, 209, 197, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-500:focus{
    --bg-opacity: 1;
    background-color: #38b2ac;
    background-color: rgba(56, 178, 172, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-600:focus{
    --bg-opacity: 1;
    background-color: #319795;
    background-color: rgba(49, 151, 149, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-700:focus{
    --bg-opacity: 1;
    background-color: #2c7a7b;
    background-color: rgba(44, 122, 123, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-800:focus{
    --bg-opacity: 1;
    background-color: #285e61;
    background-color: rgba(40, 94, 97, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-teal-900:focus{
    --bg-opacity: 1;
    background-color: #234e52;
    background-color: rgba(35, 78, 82, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-100:focus{
    --bg-opacity: 1;
    background-color: #ebf8ff;
    background-color: rgba(235, 248, 255, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-200:focus{
    --bg-opacity: 1;
    background-color: #bee3f8;
    background-color: rgba(190, 227, 248, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-300:focus{
    --bg-opacity: 1;
    background-color: #90cdf4;
    background-color: rgba(144, 205, 244, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-400:focus{
    --bg-opacity: 1;
    background-color: #63b3ed;
    background-color: rgba(99, 179, 237, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-500:focus{
    --bg-opacity: 1;
    background-color: #4299e1;
    background-color: rgba(66, 153, 225, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-600:focus{
    --bg-opacity: 1;
    background-color: #3182ce;
    background-color: rgba(49, 130, 206, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-700:focus{
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-800:focus{
    --bg-opacity: 1;
    background-color: #2c5282;
    background-color: rgba(44, 82, 130, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-blue-900:focus{
    --bg-opacity: 1;
    background-color: #2a4365;
    background-color: rgba(42, 67, 101, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-100:focus{
    --bg-opacity: 1;
    background-color: #ebf4ff;
    background-color: rgba(235, 244, 255, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-200:focus{
    --bg-opacity: 1;
    background-color: #c3dafe;
    background-color: rgba(195, 218, 254, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-300:focus{
    --bg-opacity: 1;
    background-color: #a3bffa;
    background-color: rgba(163, 191, 250, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-400:focus{
    --bg-opacity: 1;
    background-color: #7f9cf5;
    background-color: rgba(127, 156, 245, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-500:focus{
    --bg-opacity: 1;
    background-color: #667eea;
    background-color: rgba(102, 126, 234, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-600:focus{
    --bg-opacity: 1;
    background-color: #5a67d8;
    background-color: rgba(90, 103, 216, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-700:focus{
    --bg-opacity: 1;
    background-color: #4c51bf;
    background-color: rgba(76, 81, 191, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-800:focus{
    --bg-opacity: 1;
    background-color: #434190;
    background-color: rgba(67, 65, 144, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-indigo-900:focus{
    --bg-opacity: 1;
    background-color: #3c366b;
    background-color: rgba(60, 54, 107, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-100:focus{
    --bg-opacity: 1;
    background-color: #faf5ff;
    background-color: rgba(250, 245, 255, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-200:focus{
    --bg-opacity: 1;
    background-color: #e9d8fd;
    background-color: rgba(233, 216, 253, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-300:focus{
    --bg-opacity: 1;
    background-color: #d6bcfa;
    background-color: rgba(214, 188, 250, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-400:focus{
    --bg-opacity: 1;
    background-color: #b794f4;
    background-color: rgba(183, 148, 244, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-500:focus{
    --bg-opacity: 1;
    background-color: #9f7aea;
    background-color: rgba(159, 122, 234, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-600:focus{
    --bg-opacity: 1;
    background-color: #805ad5;
    background-color: rgba(128, 90, 213, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-700:focus{
    --bg-opacity: 1;
    background-color: #6b46c1;
    background-color: rgba(107, 70, 193, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-800:focus{
    --bg-opacity: 1;
    background-color: #553c9a;
    background-color: rgba(85, 60, 154, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-purple-900:focus{
    --bg-opacity: 1;
    background-color: #44337a;
    background-color: rgba(68, 51, 122, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-100:focus{
    --bg-opacity: 1;
    background-color: #fff5f7;
    background-color: rgba(255, 245, 247, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-200:focus{
    --bg-opacity: 1;
    background-color: #fed7e2;
    background-color: rgba(254, 215, 226, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-300:focus{
    --bg-opacity: 1;
    background-color: #fbb6ce;
    background-color: rgba(251, 182, 206, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-400:focus{
    --bg-opacity: 1;
    background-color: #f687b3;
    background-color: rgba(246, 135, 179, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-500:focus{
    --bg-opacity: 1;
    background-color: #ed64a6;
    background-color: rgba(237, 100, 166, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-600:focus{
    --bg-opacity: 1;
    background-color: #d53f8c;
    background-color: rgba(213, 63, 140, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-700:focus{
    --bg-opacity: 1;
    background-color: #b83280;
    background-color: rgba(184, 50, 128, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-800:focus{
    --bg-opacity: 1;
    background-color: #97266d;
    background-color: rgba(151, 38, 109, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-pink-900:focus{
    --bg-opacity: 1;
    background-color: #702459;
    background-color: rgba(112, 36, 89, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-shadow-100:focus{
    background-color: #00000026;
  }

  .xl\:focus\:tw-bg-shadow-200:focus{
    background-color: #0000001A;
  }

  .xl\:focus\:tw-bg-grey-100:focus{
    --bg-opacity: 1;
    background-color: #FBFBFB;
    background-color: rgba(251, 251, 251, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-grey-200:focus{
    --bg-opacity: 1;
    background-color: #F1F1F1;
    background-color: rgba(241, 241, 241, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-grey-300:focus{
    --bg-opacity: 1;
    background-color: #E4E4E4;
    background-color: rgba(228, 228, 228, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-grey-400:focus{
    --bg-opacity: 1;
    background-color: #C4C4C4;
    background-color: rgba(196, 196, 196, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-grey-500:focus{
    --bg-opacity: 1;
    background-color: #999999;
    background-color: rgba(153, 153, 153, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-grey-600:focus{
    --bg-opacity: 1;
    background-color: #707070;
    background-color: rgba(112, 112, 112, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-zzmblue-100:focus{
    --bg-opacity: 1;
    background-color: #34ADFD;
    background-color: rgba(52, 173, 253, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-zzmblue-200:focus{
    --bg-opacity: 1;
    background-color: #0096DB;
    background-color: rgba(0, 150, 219, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-zzmgreen-100:focus{
    --bg-opacity: 1;
    background-color: #A6CD4A;
    background-color: rgba(166, 205, 74, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-zzmgreen-200:focus{
    --bg-opacity: 1;
    background-color: #8DBB20;
    background-color: rgba(141, 187, 32, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-zzmgreen-300:focus{
    --bg-opacity: 1;
    background-color: #39B54A;
    background-color: rgba(57, 181, 74, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-zzmorange:focus{
    --bg-opacity: 1;
    background-color: #FFA200;
    background-color: rgba(255, 162, 0, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-zzmyellow:focus{
    --bg-opacity: 1;
    background-color: #FFDD00;
    background-color: rgba(255, 221, 0, var(--bg-opacity));
  }

  .xl\:focus\:tw-bg-zzmred:focus{
    --bg-opacity: 1;
    background-color: #EC5840;
    background-color: rgba(236, 88, 64, var(--bg-opacity));
  }

  .xl\:tw-bg-opacity-0{
    --bg-opacity: 0;
  }

  .xl\:tw-bg-opacity-25{
    --bg-opacity: 0.25;
  }

  .xl\:tw-bg-opacity-50{
    --bg-opacity: 0.5;
  }

  .xl\:tw-bg-opacity-75{
    --bg-opacity: 0.75;
  }

  .xl\:tw-bg-opacity-100{
    --bg-opacity: 1;
  }

  .xl\:hover\:tw-bg-opacity-0:hover{
    --bg-opacity: 0;
  }

  .xl\:hover\:tw-bg-opacity-25:hover{
    --bg-opacity: 0.25;
  }

  .xl\:hover\:tw-bg-opacity-50:hover{
    --bg-opacity: 0.5;
  }

  .xl\:hover\:tw-bg-opacity-75:hover{
    --bg-opacity: 0.75;
  }

  .xl\:hover\:tw-bg-opacity-100:hover{
    --bg-opacity: 1;
  }

  .xl\:focus\:tw-bg-opacity-0:focus{
    --bg-opacity: 0;
  }

  .xl\:focus\:tw-bg-opacity-25:focus{
    --bg-opacity: 0.25;
  }

  .xl\:focus\:tw-bg-opacity-50:focus{
    --bg-opacity: 0.5;
  }

  .xl\:focus\:tw-bg-opacity-75:focus{
    --bg-opacity: 0.75;
  }

  .xl\:focus\:tw-bg-opacity-100:focus{
    --bg-opacity: 1;
  }

  .xl\:tw-bg-bottom{
    background-position: bottom;
  }

  .xl\:tw-bg-center{
    background-position: center;
  }

  .xl\:tw-bg-left{
    background-position: left;
  }

  .xl\:tw-bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:tw-bg-left-top{
    background-position: left top;
  }

  .xl\:tw-bg-right{
    background-position: right;
  }

  .xl\:tw-bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:tw-bg-right-top{
    background-position: right top;
  }

  .xl\:tw-bg-top{
    background-position: top;
  }

  .xl\:tw-bg-repeat{
    background-repeat: repeat;
  }

  .xl\:tw-bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:tw-bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:tw-bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:tw-bg-repeat-round{
    background-repeat: round;
  }

  .xl\:tw-bg-repeat-space{
    background-repeat: space;
  }

  .xl\:tw-bg-auto{
    background-size: auto;
  }

  .xl\:tw-bg-cover{
    background-size: cover;
  }

  .xl\:tw-bg-contain{
    background-size: contain;
  }

  .xl\:tw-border-collapse{
    border-collapse: collapse;
  }

  .xl\:tw-border-separate{
    border-collapse: separate;
  }

  .xl\:tw-border-transparent{
    border-color: transparent;
  }

  .xl\:tw-border-current{
    border-color: currentColor;
  }

  .xl\:tw-border-black{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:tw-border-white{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:tw-border-gray-100{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:tw-border-gray-200{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:tw-border-gray-300{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:tw-border-gray-400{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:tw-border-gray-500{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:tw-border-gray-600{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:tw-border-gray-700{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:tw-border-gray-800{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:tw-border-gray-900{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:tw-border-red-100{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:tw-border-red-200{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:tw-border-red-300{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:tw-border-red-400{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:tw-border-red-500{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:tw-border-red-600{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:tw-border-red-700{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:tw-border-red-800{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:tw-border-red-900{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:tw-border-orange-100{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:tw-border-orange-200{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:tw-border-orange-300{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:tw-border-orange-400{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:tw-border-orange-500{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:tw-border-orange-600{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:tw-border-orange-700{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:tw-border-orange-800{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:tw-border-orange-900{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:tw-border-yellow-100{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:tw-border-yellow-200{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:tw-border-yellow-300{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:tw-border-yellow-400{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:tw-border-yellow-500{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:tw-border-yellow-600{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:tw-border-yellow-700{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:tw-border-yellow-800{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:tw-border-yellow-900{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:tw-border-green-100{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:tw-border-green-200{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:tw-border-green-300{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:tw-border-green-400{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:tw-border-green-500{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:tw-border-green-600{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:tw-border-green-700{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:tw-border-green-800{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:tw-border-green-900{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:tw-border-teal-100{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:tw-border-teal-200{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:tw-border-teal-300{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:tw-border-teal-400{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:tw-border-teal-500{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:tw-border-teal-600{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:tw-border-teal-700{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:tw-border-teal-800{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:tw-border-teal-900{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:tw-border-blue-100{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:tw-border-blue-200{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:tw-border-blue-300{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:tw-border-blue-400{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:tw-border-blue-500{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:tw-border-blue-600{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:tw-border-blue-700{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:tw-border-blue-800{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:tw-border-blue-900{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:tw-border-indigo-100{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:tw-border-indigo-200{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:tw-border-indigo-300{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:tw-border-indigo-400{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:tw-border-indigo-500{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:tw-border-indigo-600{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:tw-border-indigo-700{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:tw-border-indigo-800{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:tw-border-indigo-900{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:tw-border-purple-100{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:tw-border-purple-200{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:tw-border-purple-300{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:tw-border-purple-400{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:tw-border-purple-500{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:tw-border-purple-600{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:tw-border-purple-700{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:tw-border-purple-800{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:tw-border-purple-900{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:tw-border-pink-100{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:tw-border-pink-200{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:tw-border-pink-300{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:tw-border-pink-400{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:tw-border-pink-500{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:tw-border-pink-600{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:tw-border-pink-700{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:tw-border-pink-800{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:tw-border-pink-900{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:tw-border-shadow-100{
    border-color: #00000026;
  }

  .xl\:tw-border-shadow-200{
    border-color: #0000001A;
  }

  .xl\:tw-border-grey-100{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .xl\:tw-border-grey-200{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .xl\:tw-border-grey-300{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .xl\:tw-border-grey-400{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .xl\:tw-border-grey-500{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .xl\:tw-border-grey-600{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:tw-border-zzmblue-100{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .xl\:tw-border-zzmblue-200{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .xl\:tw-border-zzmgreen-100{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .xl\:tw-border-zzmgreen-200{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .xl\:tw-border-zzmgreen-300{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .xl\:tw-border-zzmorange{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .xl\:tw-border-zzmyellow{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .xl\:tw-border-zzmred{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .xl\:hover\:tw-border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:tw-border-current:hover{
    border-color: currentColor;
  }

  .xl\:hover\:tw-border-black:hover{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:hover\:tw-border-white:hover{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-100:hover{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-200:hover{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-300:hover{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-400:hover{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-500:hover{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-600:hover{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-700:hover{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-800:hover{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:hover\:tw-border-gray-900:hover{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-100:hover{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-200:hover{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-300:hover{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-400:hover{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-500:hover{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-600:hover{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-700:hover{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-800:hover{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:hover\:tw-border-red-900:hover{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-100:hover{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-200:hover{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-300:hover{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-400:hover{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-500:hover{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-600:hover{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-700:hover{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-800:hover{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:hover\:tw-border-orange-900:hover{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-100:hover{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-200:hover{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-300:hover{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-400:hover{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-500:hover{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-600:hover{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-700:hover{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-800:hover{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:hover\:tw-border-yellow-900:hover{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-100:hover{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-200:hover{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-300:hover{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-400:hover{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-500:hover{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-600:hover{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-700:hover{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-800:hover{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:hover\:tw-border-green-900:hover{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-100:hover{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-200:hover{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-300:hover{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-400:hover{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-500:hover{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-600:hover{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-700:hover{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-800:hover{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:hover\:tw-border-teal-900:hover{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-100:hover{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-200:hover{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-300:hover{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-400:hover{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-500:hover{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-600:hover{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-700:hover{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-800:hover{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:hover\:tw-border-blue-900:hover{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-100:hover{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-200:hover{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-300:hover{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-400:hover{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-500:hover{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-600:hover{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-700:hover{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-800:hover{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:hover\:tw-border-indigo-900:hover{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-100:hover{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-200:hover{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-300:hover{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-400:hover{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-500:hover{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-600:hover{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-700:hover{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-800:hover{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:hover\:tw-border-purple-900:hover{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-100:hover{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-200:hover{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-300:hover{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-400:hover{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-500:hover{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-600:hover{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-700:hover{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-800:hover{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:hover\:tw-border-pink-900:hover{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:hover\:tw-border-shadow-100:hover{
    border-color: #00000026;
  }

  .xl\:hover\:tw-border-shadow-200:hover{
    border-color: #0000001A;
  }

  .xl\:hover\:tw-border-grey-100:hover{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .xl\:hover\:tw-border-grey-200:hover{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .xl\:hover\:tw-border-grey-300:hover{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .xl\:hover\:tw-border-grey-400:hover{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .xl\:hover\:tw-border-grey-500:hover{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .xl\:hover\:tw-border-grey-600:hover{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:hover\:tw-border-zzmblue-100:hover{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .xl\:hover\:tw-border-zzmblue-200:hover{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .xl\:hover\:tw-border-zzmgreen-100:hover{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .xl\:hover\:tw-border-zzmgreen-200:hover{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .xl\:hover\:tw-border-zzmgreen-300:hover{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .xl\:hover\:tw-border-zzmorange:hover{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .xl\:hover\:tw-border-zzmyellow:hover{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .xl\:hover\:tw-border-zzmred:hover{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .xl\:focus\:tw-border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:tw-border-current:focus{
    border-color: currentColor;
  }

  .xl\:focus\:tw-border-black:focus{
    --border-opacity: 1;
    border-color: #000;
    border-color: rgba(0, 0, 0, var(--border-opacity));
  }

  .xl\:focus\:tw-border-white:focus{
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-100:focus{
    --border-opacity: 1;
    border-color: #f7fafc;
    border-color: rgba(247, 250, 252, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-200:focus{
    --border-opacity: 1;
    border-color: #edf2f7;
    border-color: rgba(237, 242, 247, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-300:focus{
    --border-opacity: 1;
    border-color: #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-400:focus{
    --border-opacity: 1;
    border-color: #cbd5e0;
    border-color: rgba(203, 213, 224, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-500:focus{
    --border-opacity: 1;
    border-color: #a0aec0;
    border-color: rgba(160, 174, 192, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-600:focus{
    --border-opacity: 1;
    border-color: #718096;
    border-color: rgba(113, 128, 150, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-700:focus{
    --border-opacity: 1;
    border-color: #4a5568;
    border-color: rgba(74, 85, 104, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-800:focus{
    --border-opacity: 1;
    border-color: #2d3748;
    border-color: rgba(45, 55, 72, var(--border-opacity));
  }

  .xl\:focus\:tw-border-gray-900:focus{
    --border-opacity: 1;
    border-color: #1a202c;
    border-color: rgba(26, 32, 44, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-100:focus{
    --border-opacity: 1;
    border-color: #fff5f5;
    border-color: rgba(255, 245, 245, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-200:focus{
    --border-opacity: 1;
    border-color: #fed7d7;
    border-color: rgba(254, 215, 215, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-300:focus{
    --border-opacity: 1;
    border-color: #feb2b2;
    border-color: rgba(254, 178, 178, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-400:focus{
    --border-opacity: 1;
    border-color: #fc8181;
    border-color: rgba(252, 129, 129, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-500:focus{
    --border-opacity: 1;
    border-color: #f56565;
    border-color: rgba(245, 101, 101, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-600:focus{
    --border-opacity: 1;
    border-color: #e53e3e;
    border-color: rgba(229, 62, 62, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-700:focus{
    --border-opacity: 1;
    border-color: #c53030;
    border-color: rgba(197, 48, 48, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-800:focus{
    --border-opacity: 1;
    border-color: #9b2c2c;
    border-color: rgba(155, 44, 44, var(--border-opacity));
  }

  .xl\:focus\:tw-border-red-900:focus{
    --border-opacity: 1;
    border-color: #742a2a;
    border-color: rgba(116, 42, 42, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-100:focus{
    --border-opacity: 1;
    border-color: #fffaf0;
    border-color: rgba(255, 250, 240, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-200:focus{
    --border-opacity: 1;
    border-color: #feebc8;
    border-color: rgba(254, 235, 200, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-300:focus{
    --border-opacity: 1;
    border-color: #fbd38d;
    border-color: rgba(251, 211, 141, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-400:focus{
    --border-opacity: 1;
    border-color: #f6ad55;
    border-color: rgba(246, 173, 85, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-500:focus{
    --border-opacity: 1;
    border-color: #ed8936;
    border-color: rgba(237, 137, 54, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-600:focus{
    --border-opacity: 1;
    border-color: #dd6b20;
    border-color: rgba(221, 107, 32, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-700:focus{
    --border-opacity: 1;
    border-color: #c05621;
    border-color: rgba(192, 86, 33, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-800:focus{
    --border-opacity: 1;
    border-color: #9c4221;
    border-color: rgba(156, 66, 33, var(--border-opacity));
  }

  .xl\:focus\:tw-border-orange-900:focus{
    --border-opacity: 1;
    border-color: #7b341e;
    border-color: rgba(123, 52, 30, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-100:focus{
    --border-opacity: 1;
    border-color: #fffff0;
    border-color: rgba(255, 255, 240, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-200:focus{
    --border-opacity: 1;
    border-color: #fefcbf;
    border-color: rgba(254, 252, 191, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-300:focus{
    --border-opacity: 1;
    border-color: #faf089;
    border-color: rgba(250, 240, 137, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-400:focus{
    --border-opacity: 1;
    border-color: #f6e05e;
    border-color: rgba(246, 224, 94, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-500:focus{
    --border-opacity: 1;
    border-color: #ecc94b;
    border-color: rgba(236, 201, 75, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-600:focus{
    --border-opacity: 1;
    border-color: #d69e2e;
    border-color: rgba(214, 158, 46, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-700:focus{
    --border-opacity: 1;
    border-color: #b7791f;
    border-color: rgba(183, 121, 31, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-800:focus{
    --border-opacity: 1;
    border-color: #975a16;
    border-color: rgba(151, 90, 22, var(--border-opacity));
  }

  .xl\:focus\:tw-border-yellow-900:focus{
    --border-opacity: 1;
    border-color: #744210;
    border-color: rgba(116, 66, 16, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-100:focus{
    --border-opacity: 1;
    border-color: #f0fff4;
    border-color: rgba(240, 255, 244, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-200:focus{
    --border-opacity: 1;
    border-color: #c6f6d5;
    border-color: rgba(198, 246, 213, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-300:focus{
    --border-opacity: 1;
    border-color: #9ae6b4;
    border-color: rgba(154, 230, 180, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-400:focus{
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-500:focus{
    --border-opacity: 1;
    border-color: #48bb78;
    border-color: rgba(72, 187, 120, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-600:focus{
    --border-opacity: 1;
    border-color: #38a169;
    border-color: rgba(56, 161, 105, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-700:focus{
    --border-opacity: 1;
    border-color: #2f855a;
    border-color: rgba(47, 133, 90, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-800:focus{
    --border-opacity: 1;
    border-color: #276749;
    border-color: rgba(39, 103, 73, var(--border-opacity));
  }

  .xl\:focus\:tw-border-green-900:focus{
    --border-opacity: 1;
    border-color: #22543d;
    border-color: rgba(34, 84, 61, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-100:focus{
    --border-opacity: 1;
    border-color: #e6fffa;
    border-color: rgba(230, 255, 250, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-200:focus{
    --border-opacity: 1;
    border-color: #b2f5ea;
    border-color: rgba(178, 245, 234, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-300:focus{
    --border-opacity: 1;
    border-color: #81e6d9;
    border-color: rgba(129, 230, 217, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-400:focus{
    --border-opacity: 1;
    border-color: #4fd1c5;
    border-color: rgba(79, 209, 197, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-500:focus{
    --border-opacity: 1;
    border-color: #38b2ac;
    border-color: rgba(56, 178, 172, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-600:focus{
    --border-opacity: 1;
    border-color: #319795;
    border-color: rgba(49, 151, 149, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-700:focus{
    --border-opacity: 1;
    border-color: #2c7a7b;
    border-color: rgba(44, 122, 123, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-800:focus{
    --border-opacity: 1;
    border-color: #285e61;
    border-color: rgba(40, 94, 97, var(--border-opacity));
  }

  .xl\:focus\:tw-border-teal-900:focus{
    --border-opacity: 1;
    border-color: #234e52;
    border-color: rgba(35, 78, 82, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-100:focus{
    --border-opacity: 1;
    border-color: #ebf8ff;
    border-color: rgba(235, 248, 255, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-200:focus{
    --border-opacity: 1;
    border-color: #bee3f8;
    border-color: rgba(190, 227, 248, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-300:focus{
    --border-opacity: 1;
    border-color: #90cdf4;
    border-color: rgba(144, 205, 244, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-400:focus{
    --border-opacity: 1;
    border-color: #63b3ed;
    border-color: rgba(99, 179, 237, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-500:focus{
    --border-opacity: 1;
    border-color: #4299e1;
    border-color: rgba(66, 153, 225, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-600:focus{
    --border-opacity: 1;
    border-color: #3182ce;
    border-color: rgba(49, 130, 206, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-700:focus{
    --border-opacity: 1;
    border-color: #2b6cb0;
    border-color: rgba(43, 108, 176, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-800:focus{
    --border-opacity: 1;
    border-color: #2c5282;
    border-color: rgba(44, 82, 130, var(--border-opacity));
  }

  .xl\:focus\:tw-border-blue-900:focus{
    --border-opacity: 1;
    border-color: #2a4365;
    border-color: rgba(42, 67, 101, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-100:focus{
    --border-opacity: 1;
    border-color: #ebf4ff;
    border-color: rgba(235, 244, 255, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-200:focus{
    --border-opacity: 1;
    border-color: #c3dafe;
    border-color: rgba(195, 218, 254, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-300:focus{
    --border-opacity: 1;
    border-color: #a3bffa;
    border-color: rgba(163, 191, 250, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-400:focus{
    --border-opacity: 1;
    border-color: #7f9cf5;
    border-color: rgba(127, 156, 245, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-500:focus{
    --border-opacity: 1;
    border-color: #667eea;
    border-color: rgba(102, 126, 234, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-600:focus{
    --border-opacity: 1;
    border-color: #5a67d8;
    border-color: rgba(90, 103, 216, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-700:focus{
    --border-opacity: 1;
    border-color: #4c51bf;
    border-color: rgba(76, 81, 191, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-800:focus{
    --border-opacity: 1;
    border-color: #434190;
    border-color: rgba(67, 65, 144, var(--border-opacity));
  }

  .xl\:focus\:tw-border-indigo-900:focus{
    --border-opacity: 1;
    border-color: #3c366b;
    border-color: rgba(60, 54, 107, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-100:focus{
    --border-opacity: 1;
    border-color: #faf5ff;
    border-color: rgba(250, 245, 255, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-200:focus{
    --border-opacity: 1;
    border-color: #e9d8fd;
    border-color: rgba(233, 216, 253, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-300:focus{
    --border-opacity: 1;
    border-color: #d6bcfa;
    border-color: rgba(214, 188, 250, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-400:focus{
    --border-opacity: 1;
    border-color: #b794f4;
    border-color: rgba(183, 148, 244, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-500:focus{
    --border-opacity: 1;
    border-color: #9f7aea;
    border-color: rgba(159, 122, 234, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-600:focus{
    --border-opacity: 1;
    border-color: #805ad5;
    border-color: rgba(128, 90, 213, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-700:focus{
    --border-opacity: 1;
    border-color: #6b46c1;
    border-color: rgba(107, 70, 193, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-800:focus{
    --border-opacity: 1;
    border-color: #553c9a;
    border-color: rgba(85, 60, 154, var(--border-opacity));
  }

  .xl\:focus\:tw-border-purple-900:focus{
    --border-opacity: 1;
    border-color: #44337a;
    border-color: rgba(68, 51, 122, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-100:focus{
    --border-opacity: 1;
    border-color: #fff5f7;
    border-color: rgba(255, 245, 247, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-200:focus{
    --border-opacity: 1;
    border-color: #fed7e2;
    border-color: rgba(254, 215, 226, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-300:focus{
    --border-opacity: 1;
    border-color: #fbb6ce;
    border-color: rgba(251, 182, 206, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-400:focus{
    --border-opacity: 1;
    border-color: #f687b3;
    border-color: rgba(246, 135, 179, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-500:focus{
    --border-opacity: 1;
    border-color: #ed64a6;
    border-color: rgba(237, 100, 166, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-600:focus{
    --border-opacity: 1;
    border-color: #d53f8c;
    border-color: rgba(213, 63, 140, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-700:focus{
    --border-opacity: 1;
    border-color: #b83280;
    border-color: rgba(184, 50, 128, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-800:focus{
    --border-opacity: 1;
    border-color: #97266d;
    border-color: rgba(151, 38, 109, var(--border-opacity));
  }

  .xl\:focus\:tw-border-pink-900:focus{
    --border-opacity: 1;
    border-color: #702459;
    border-color: rgba(112, 36, 89, var(--border-opacity));
  }

  .xl\:focus\:tw-border-shadow-100:focus{
    border-color: #00000026;
  }

  .xl\:focus\:tw-border-shadow-200:focus{
    border-color: #0000001A;
  }

  .xl\:focus\:tw-border-grey-100:focus{
    --border-opacity: 1;
    border-color: #FBFBFB;
    border-color: rgba(251, 251, 251, var(--border-opacity));
  }

  .xl\:focus\:tw-border-grey-200:focus{
    --border-opacity: 1;
    border-color: #F1F1F1;
    border-color: rgba(241, 241, 241, var(--border-opacity));
  }

  .xl\:focus\:tw-border-grey-300:focus{
    --border-opacity: 1;
    border-color: #E4E4E4;
    border-color: rgba(228, 228, 228, var(--border-opacity));
  }

  .xl\:focus\:tw-border-grey-400:focus{
    --border-opacity: 1;
    border-color: #C4C4C4;
    border-color: rgba(196, 196, 196, var(--border-opacity));
  }

  .xl\:focus\:tw-border-grey-500:focus{
    --border-opacity: 1;
    border-color: #999999;
    border-color: rgba(153, 153, 153, var(--border-opacity));
  }

  .xl\:focus\:tw-border-grey-600:focus{
    --border-opacity: 1;
    border-color: #707070;
    border-color: rgba(112, 112, 112, var(--border-opacity));
  }

  .xl\:focus\:tw-border-zzmblue-100:focus{
    --border-opacity: 1;
    border-color: #34ADFD;
    border-color: rgba(52, 173, 253, var(--border-opacity));
  }

  .xl\:focus\:tw-border-zzmblue-200:focus{
    --border-opacity: 1;
    border-color: #0096DB;
    border-color: rgba(0, 150, 219, var(--border-opacity));
  }

  .xl\:focus\:tw-border-zzmgreen-100:focus{
    --border-opacity: 1;
    border-color: #A6CD4A;
    border-color: rgba(166, 205, 74, var(--border-opacity));
  }

  .xl\:focus\:tw-border-zzmgreen-200:focus{
    --border-opacity: 1;
    border-color: #8DBB20;
    border-color: rgba(141, 187, 32, var(--border-opacity));
  }

  .xl\:focus\:tw-border-zzmgreen-300:focus{
    --border-opacity: 1;
    border-color: #39B54A;
    border-color: rgba(57, 181, 74, var(--border-opacity));
  }

  .xl\:focus\:tw-border-zzmorange:focus{
    --border-opacity: 1;
    border-color: #FFA200;
    border-color: rgba(255, 162, 0, var(--border-opacity));
  }

  .xl\:focus\:tw-border-zzmyellow:focus{
    --border-opacity: 1;
    border-color: #FFDD00;
    border-color: rgba(255, 221, 0, var(--border-opacity));
  }

  .xl\:focus\:tw-border-zzmred:focus{
    --border-opacity: 1;
    border-color: #EC5840;
    border-color: rgba(236, 88, 64, var(--border-opacity));
  }

  .xl\:tw-border-opacity-0{
    --border-opacity: 0;
  }

  .xl\:tw-border-opacity-25{
    --border-opacity: 0.25;
  }

  .xl\:tw-border-opacity-50{
    --border-opacity: 0.5;
  }

  .xl\:tw-border-opacity-75{
    --border-opacity: 0.75;
  }

  .xl\:tw-border-opacity-100{
    --border-opacity: 1;
  }

  .xl\:hover\:tw-border-opacity-0:hover{
    --border-opacity: 0;
  }

  .xl\:hover\:tw-border-opacity-25:hover{
    --border-opacity: 0.25;
  }

  .xl\:hover\:tw-border-opacity-50:hover{
    --border-opacity: 0.5;
  }

  .xl\:hover\:tw-border-opacity-75:hover{
    --border-opacity: 0.75;
  }

  .xl\:hover\:tw-border-opacity-100:hover{
    --border-opacity: 1;
  }

  .xl\:focus\:tw-border-opacity-0:focus{
    --border-opacity: 0;
  }

  .xl\:focus\:tw-border-opacity-25:focus{
    --border-opacity: 0.25;
  }

  .xl\:focus\:tw-border-opacity-50:focus{
    --border-opacity: 0.5;
  }

  .xl\:focus\:tw-border-opacity-75:focus{
    --border-opacity: 0.75;
  }

  .xl\:focus\:tw-border-opacity-100:focus{
    --border-opacity: 1;
  }

  .xl\:tw-rounded-none{
    border-radius: 0;
  }

  .xl\:tw-rounded-sm{
    border-radius: 0.125rem;
  }

  .xl\:tw-rounded{
    border-radius: 0.25rem;
  }

  .xl\:tw-rounded-md{
    border-radius: 0.375rem;
  }

  .xl\:tw-rounded-lg{
    border-radius: 0.5rem;
  }

  .xl\:tw-rounded-full{
    border-radius: 9999px;
  }

  .xl\:tw-rounded-t-none{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:tw-rounded-r-none{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:tw-rounded-b-none{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-l-none{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-t-sm{
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:tw-rounded-r-sm{
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:tw-rounded-b-sm{
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:tw-rounded-l-sm{
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:tw-rounded-t{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:tw-rounded-r{
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:tw-rounded-b{
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:tw-rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:tw-rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:tw-rounded-r-md{
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:tw-rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:tw-rounded-l-md{
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:tw-rounded-t-lg{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:tw-rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:tw-rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:tw-rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:tw-rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-rounded-tl-none{
    border-top-left-radius: 0;
  }

  .xl\:tw-rounded-tr-none{
    border-top-right-radius: 0;
  }

  .xl\:tw-rounded-br-none{
    border-bottom-right-radius: 0;
  }

  .xl\:tw-rounded-bl-none{
    border-bottom-left-radius: 0;
  }

  .xl\:tw-rounded-tl-sm{
    border-top-left-radius: 0.125rem;
  }

  .xl\:tw-rounded-tr-sm{
    border-top-right-radius: 0.125rem;
  }

  .xl\:tw-rounded-br-sm{
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:tw-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:tw-rounded-tl{
    border-top-left-radius: 0.25rem;
  }

  .xl\:tw-rounded-tr{
    border-top-right-radius: 0.25rem;
  }

  .xl\:tw-rounded-br{
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:tw-rounded-bl{
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:tw-rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }

  .xl\:tw-rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }

  .xl\:tw-rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:tw-rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:tw-rounded-tl-lg{
    border-top-left-radius: 0.5rem;
  }

  .xl\:tw-rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-br-lg{
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:tw-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:tw-rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:tw-rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:tw-rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:tw-rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:tw-border-solid{
    border-style: solid;
  }

  .xl\:tw-border-dashed{
    border-style: dashed;
  }

  .xl\:tw-border-dotted{
    border-style: dotted;
  }

  .xl\:tw-border-double{
    border-style: double;
  }

  .xl\:tw-border-none{
    border-style: none;
  }

  .xl\:tw-border-0{
    border-width: 0;
  }

  .xl\:tw-border-2{
    border-width: 2px;
  }

  .xl\:tw-border-4{
    border-width: 4px;
  }

  .xl\:tw-border-8{
    border-width: 8px;
  }

  .xl\:tw-border{
    border-width: 1px;
  }

  .xl\:tw-border-t-0{
    border-top-width: 0;
  }

  .xl\:tw-border-r-0{
    border-right-width: 0;
  }

  .xl\:tw-border-b-0{
    border-bottom-width: 0;
  }

  .xl\:tw-border-l-0{
    border-left-width: 0;
  }

  .xl\:tw-border-t-2{
    border-top-width: 2px;
  }

  .xl\:tw-border-r-2{
    border-right-width: 2px;
  }

  .xl\:tw-border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:tw-border-l-2{
    border-left-width: 2px;
  }

  .xl\:tw-border-t-4{
    border-top-width: 4px;
  }

  .xl\:tw-border-r-4{
    border-right-width: 4px;
  }

  .xl\:tw-border-b-4{
    border-bottom-width: 4px;
  }

  .xl\:tw-border-l-4{
    border-left-width: 4px;
  }

  .xl\:tw-border-t-8{
    border-top-width: 8px;
  }

  .xl\:tw-border-r-8{
    border-right-width: 8px;
  }

  .xl\:tw-border-b-8{
    border-bottom-width: 8px;
  }

  .xl\:tw-border-l-8{
    border-left-width: 8px;
  }

  .xl\:tw-border-t{
    border-top-width: 1px;
  }

  .xl\:tw-border-r{
    border-right-width: 1px;
  }

  .xl\:tw-border-b{
    border-bottom-width: 1px;
  }

  .xl\:tw-border-l{
    border-left-width: 1px;
  }

  .xl\:tw-box-border{
    box-sizing: border-box;
  }

  .xl\:tw-box-content{
    box-sizing: content-box;
  }

  .xl\:tw-cursor-auto{
    cursor: auto;
  }

  .xl\:tw-cursor-default{
    cursor: default;
  }

  .xl\:tw-cursor-pointer{
    cursor: pointer;
  }

  .xl\:tw-cursor-wait{
    cursor: wait;
  }

  .xl\:tw-cursor-text{
    cursor: text;
  }

  .xl\:tw-cursor-move{
    cursor: move;
  }

  .xl\:tw-cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:tw-block{
    display: block;
  }

  .xl\:tw-inline-block{
    display: inline-block;
  }

  .xl\:tw-inline{
    display: inline;
  }

  .xl\:tw-flex{
    display: flex;
  }

  .xl\:tw-inline-flex{
    display: inline-flex;
  }

  .xl\:tw-table{
    display: table;
  }

  .xl\:tw-table-caption{
    display: table-caption;
  }

  .xl\:tw-table-cell{
    display: table-cell;
  }

  .xl\:tw-table-column{
    display: table-column;
  }

  .xl\:tw-table-column-group{
    display: table-column-group;
  }

  .xl\:tw-table-footer-group{
    display: table-footer-group;
  }

  .xl\:tw-table-header-group{
    display: table-header-group;
  }

  .xl\:tw-table-row-group{
    display: table-row-group;
  }

  .xl\:tw-table-row{
    display: table-row;
  }

  .xl\:tw-flow-root{
    display: flow-root;
  }

  .xl\:tw-grid{
    display: grid;
  }

  .xl\:tw-inline-grid{
    display: inline-grid;
  }

  .xl\:tw-hidden{
    display: none;
  }

  .xl\:\!tw-block{
    display: block !important;
  }

  .xl\:\!tw-inline-block{
    display: inline-block !important;
  }

  .xl\:\!tw-inline{
    display: inline !important;
  }

  .xl\:\!tw-flex{
    display: flex !important;
  }

  .xl\:\!tw-inline-flex{
    display: inline-flex !important;
  }

  .xl\:\!tw-table{
    display: table !important;
  }

  .xl\:\!tw-table-caption{
    display: table-caption !important;
  }

  .xl\:\!tw-table-cell{
    display: table-cell !important;
  }

  .xl\:\!tw-table-column{
    display: table-column !important;
  }

  .xl\:\!tw-table-column-group{
    display: table-column-group !important;
  }

  .xl\:\!tw-table-footer-group{
    display: table-footer-group !important;
  }

  .xl\:\!tw-table-header-group{
    display: table-header-group !important;
  }

  .xl\:\!tw-table-row-group{
    display: table-row-group !important;
  }

  .xl\:\!tw-table-row{
    display: table-row !important;
  }

  .xl\:\!tw-flow-root{
    display: flow-root !important;
  }

  .xl\:\!tw-grid{
    display: grid !important;
  }

  .xl\:\!tw-inline-grid{
    display: inline-grid !important;
  }

  .xl\:\!tw-hidden{
    display: none !important;
  }

  .xl\:tw-flex-row{
    flex-direction: row;
  }

  .xl\:tw-flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:tw-flex-col{
    flex-direction: column;
  }

  .xl\:tw-flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:tw-flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:tw-flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:tw-flex-no-wrap{
    flex-wrap: nowrap;
  }

  .xl\:tw-items-start{
    align-items: flex-start;
  }

  .xl\:tw-items-end{
    align-items: flex-end;
  }

  .xl\:tw-items-center{
    align-items: center;
  }

  .xl\:tw-items-baseline{
    align-items: baseline;
  }

  .xl\:tw-items-stretch{
    align-items: stretch;
  }

  .xl\:tw-self-auto{
    align-self: auto;
  }

  .xl\:tw-self-start{
    align-self: flex-start;
  }

  .xl\:tw-self-end{
    align-self: flex-end;
  }

  .xl\:tw-self-center{
    align-self: center;
  }

  .xl\:tw-self-stretch{
    align-self: stretch;
  }

  .xl\:tw-justify-start{
    justify-content: flex-start;
  }

  .xl\:tw-justify-end{
    justify-content: flex-end;
  }

  .xl\:tw-justify-center{
    justify-content: center;
  }

  .xl\:tw-justify-between{
    justify-content: space-between;
  }

  .xl\:tw-justify-around{
    justify-content: space-around;
  }

  .xl\:tw-justify-evenly{
    justify-content: space-evenly;
  }

  .xl\:tw-content-center{
    align-content: center;
  }

  .xl\:tw-content-start{
    align-content: flex-start;
  }

  .xl\:tw-content-end{
    align-content: flex-end;
  }

  .xl\:tw-content-between{
    align-content: space-between;
  }

  .xl\:tw-content-around{
    align-content: space-around;
  }

  .xl\:tw-flex-1{
    flex: 1 1 0%;
  }

  .xl\:tw-flex-2{
    flex: 2 2 0%;
  }

  .xl\:tw-flex-auto{
    flex: 1 1 auto;
  }

  .xl\:tw-flex-initial{
    flex: 0 1 auto;
  }

  .xl\:tw-flex-none{
    flex: none;
  }

  .xl\:tw-flex-grow-0{
    flex-grow: 0;
  }

  .xl\:tw-flex-grow{
    flex-grow: 1;
  }

  .xl\:tw-flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:tw-flex-shrink{
    flex-shrink: 1;
  }

  .xl\:tw-order-1{
    order: 1;
  }

  .xl\:tw-order-2{
    order: 2;
  }

  .xl\:tw-order-3{
    order: 3;
  }

  .xl\:tw-order-4{
    order: 4;
  }

  .xl\:tw-order-5{
    order: 5;
  }

  .xl\:tw-order-6{
    order: 6;
  }

  .xl\:tw-order-7{
    order: 7;
  }

  .xl\:tw-order-8{
    order: 8;
  }

  .xl\:tw-order-9{
    order: 9;
  }

  .xl\:tw-order-10{
    order: 10;
  }

  .xl\:tw-order-11{
    order: 11;
  }

  .xl\:tw-order-12{
    order: 12;
  }

  .xl\:tw-order-first{
    order: -9999;
  }

  .xl\:tw-order-last{
    order: 9999;
  }

  .xl\:tw-order-none{
    order: 0;
  }

  .xl\:tw-float-right{
    float: right;
  }

  .xl\:tw-float-left{
    float: left;
  }

  .xl\:tw-float-none{
    float: none;
  }

  .xl\:tw-clearfix:after{
    content: "";
    display: table;
    clear: both;
  }

  .xl\:tw-clear-left{
    clear: left;
  }

  .xl\:tw-clear-right{
    clear: right;
  }

  .xl\:tw-clear-both{
    clear: both;
  }

  .xl\:tw-clear-none{
    clear: none;
  }

  .xl\:tw-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .xl\:tw-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  }

  .xl\:tw-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .xl\:tw-font-hairline{
    font-weight: 100;
  }

  .xl\:tw-font-thin{
    font-weight: 200;
  }

  .xl\:tw-font-light{
    font-weight: 300;
  }

  .xl\:tw-font-normal{
    font-weight: 400;
  }

  .xl\:tw-font-medium{
    font-weight: 500;
  }

  .xl\:tw-font-semibold{
    font-weight: 600;
  }

  .xl\:tw-font-bold{
    font-weight: 700;
  }

  .xl\:tw-font-extrabold{
    font-weight: 800;
  }

  .xl\:tw-font-black{
    font-weight: 900;
  }

  .xl\:hover\:tw-font-hairline:hover{
    font-weight: 100;
  }

  .xl\:hover\:tw-font-thin:hover{
    font-weight: 200;
  }

  .xl\:hover\:tw-font-light:hover{
    font-weight: 300;
  }

  .xl\:hover\:tw-font-normal:hover{
    font-weight: 400;
  }

  .xl\:hover\:tw-font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:tw-font-semibold:hover{
    font-weight: 600;
  }

  .xl\:hover\:tw-font-bold:hover{
    font-weight: 700;
  }

  .xl\:hover\:tw-font-extrabold:hover{
    font-weight: 800;
  }

  .xl\:hover\:tw-font-black:hover{
    font-weight: 900;
  }

  .xl\:focus\:tw-font-hairline:focus{
    font-weight: 100;
  }

  .xl\:focus\:tw-font-thin:focus{
    font-weight: 200;
  }

  .xl\:focus\:tw-font-light:focus{
    font-weight: 300;
  }

  .xl\:focus\:tw-font-normal:focus{
    font-weight: 400;
  }

  .xl\:focus\:tw-font-medium:focus{
    font-weight: 500;
  }

  .xl\:focus\:tw-font-semibold:focus{
    font-weight: 600;
  }

  .xl\:focus\:tw-font-bold:focus{
    font-weight: 700;
  }

  .xl\:focus\:tw-font-extrabold:focus{
    font-weight: 800;
  }

  .xl\:focus\:tw-font-black:focus{
    font-weight: 900;
  }

  .xl\:tw-h-0{
    height: 0;
  }

  .xl\:tw-h-1{
    height: 0.25rem;
  }

  .xl\:tw-h-2{
    height: 0.5rem;
  }

  .xl\:tw-h-3{
    height: 0.75rem;
  }

  .xl\:tw-h-4{
    height: 1rem;
  }

  .xl\:tw-h-5{
    height: 1.25rem;
  }

  .xl\:tw-h-6{
    height: 1.5rem;
  }

  .xl\:tw-h-7{
    height: 28px;
  }

  .xl\:tw-h-8{
    height: 2rem;
  }

  .xl\:tw-h-10{
    height: 2.5rem;
  }

  .xl\:tw-h-12{
    height: 3rem;
  }

  .xl\:tw-h-16{
    height: 4rem;
  }

  .xl\:tw-h-20{
    height: 5rem;
  }

  .xl\:tw-h-24{
    height: 6rem;
  }

  .xl\:tw-h-32{
    height: 8rem;
  }

  .xl\:tw-h-40{
    height: 10rem;
  }

  .xl\:tw-h-48{
    height: 12rem;
  }

  .xl\:tw-h-56{
    height: 14rem;
  }

  .xl\:tw-h-64{
    height: 16rem;
  }

  .xl\:tw-h-74{
    height: 296px;
  }

  .xl\:tw-h-86{
    height: 344px;
  }

  .xl\:tw-h-auto{
    height: auto;
  }

  .xl\:tw-h-px{
    height: 1px;
  }

  .xl\:tw-h-full{
    height: 100%;
  }

  .xl\:tw-h-screen{
    height: 100vh;
  }

  .xl\:tw-text-xs{
    font-size: 0.75rem;
  }

  .xl\:tw-text-sm{
    font-size: 0.875rem;
  }

  .xl\:tw-text-base{
    font-size: 1rem;
  }

  .xl\:tw-text-lg{
    font-size: 1.125rem;
  }

  .xl\:tw-text-xl{
    font-size: 1.25rem;
  }

  .xl\:tw-text-2xl{
    font-size: 1.5rem;
  }

  .xl\:tw-text-3xl{
    font-size: 1.875rem;
  }

  .xl\:tw-text-4xl{
    font-size: 2.25rem;
  }

  .xl\:tw-text-5xl{
    font-size: 3rem;
  }

  .xl\:tw-text-6xl{
    font-size: 4rem;
  }

  .xl\:\!tw-text-xs{
    font-size: 0.75rem !important;
  }

  .xl\:\!tw-text-sm{
    font-size: 0.875rem !important;
  }

  .xl\:\!tw-text-base{
    font-size: 1rem !important;
  }

  .xl\:\!tw-text-lg{
    font-size: 1.125rem !important;
  }

  .xl\:\!tw-text-xl{
    font-size: 1.25rem !important;
  }

  .xl\:\!tw-text-2xl{
    font-size: 1.5rem !important;
  }

  .xl\:\!tw-text-3xl{
    font-size: 1.875rem !important;
  }

  .xl\:\!tw-text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:\!tw-text-5xl{
    font-size: 3rem !important;
  }

  .xl\:\!tw-text-6xl{
    font-size: 4rem !important;
  }

  .xl\:tw-leading-3{
    line-height: .75rem;
  }

  .xl\:tw-leading-4{
    line-height: 1rem;
  }

  .xl\:tw-leading-5{
    line-height: 1.25rem;
  }

  .xl\:tw-leading-6{
    line-height: 1.5rem;
  }

  .xl\:tw-leading-7{
    line-height: 1.75rem;
  }

  .xl\:tw-leading-8{
    line-height: 2rem;
  }

  .xl\:tw-leading-9{
    line-height: 2.25rem;
  }

  .xl\:tw-leading-10{
    line-height: 2.5rem;
  }

  .xl\:tw-leading-none{
    line-height: 1;
  }

  .xl\:tw-leading-tight{
    line-height: 1.25;
  }

  .xl\:tw-leading-snug{
    line-height: 1.375;
  }

  .xl\:tw-leading-normal{
    line-height: 1.5;
  }

  .xl\:tw-leading-relaxed{
    line-height: 1.625;
  }

  .xl\:tw-leading-loose{
    line-height: 2;
  }

  .xl\:tw-list-inside{
    list-style-position: inside;
  }

  .xl\:tw-list-outside{
    list-style-position: outside;
  }

  .xl\:tw-list-none{
    list-style-type: none;
  }

  .xl\:tw-list-disc{
    list-style-type: disc;
  }

  .xl\:tw-list-decimal{
    list-style-type: decimal;
  }

  .xl\:tw-m-0{
    margin: 0;
  }

  .xl\:tw-m-1{
    margin: 0.25rem;
  }

  .xl\:tw-m-2{
    margin: 0.5rem;
  }

  .xl\:tw-m-3{
    margin: 0.75rem;
  }

  .xl\:tw-m-4{
    margin: 1rem;
  }

  .xl\:tw-m-5{
    margin: 1.25rem;
  }

  .xl\:tw-m-6{
    margin: 1.5rem;
  }

  .xl\:tw-m-8{
    margin: 2rem;
  }

  .xl\:tw-m-10{
    margin: 2.5rem;
  }

  .xl\:tw-m-12{
    margin: 3rem;
  }

  .xl\:tw-m-16{
    margin: 4rem;
  }

  .xl\:tw-m-20{
    margin: 5rem;
  }

  .xl\:tw-m-24{
    margin: 6rem;
  }

  .xl\:tw-m-32{
    margin: 8rem;
  }

  .xl\:tw-m-40{
    margin: 10rem;
  }

  .xl\:tw-m-48{
    margin: 12rem;
  }

  .xl\:tw-m-56{
    margin: 14rem;
  }

  .xl\:tw-m-64{
    margin: 16rem;
  }

  .xl\:tw-m-auto{
    margin: auto;
  }

  .xl\:tw-m-px{
    margin: 1px;
  }

  .xl\:tw--m-1{
    margin: -0.25rem;
  }

  .xl\:tw--m-2{
    margin: -0.5rem;
  }

  .xl\:tw--m-3{
    margin: -0.75rem;
  }

  .xl\:tw--m-4{
    margin: -1rem;
  }

  .xl\:tw--m-5{
    margin: -1.25rem;
  }

  .xl\:tw--m-6{
    margin: -1.5rem;
  }

  .xl\:tw--m-8{
    margin: -2rem;
  }

  .xl\:tw--m-10{
    margin: -2.5rem;
  }

  .xl\:tw--m-12{
    margin: -3rem;
  }

  .xl\:tw--m-16{
    margin: -4rem;
  }

  .xl\:tw--m-20{
    margin: -5rem;
  }

  .xl\:tw--m-24{
    margin: -6rem;
  }

  .xl\:tw--m-32{
    margin: -8rem;
  }

  .xl\:tw--m-40{
    margin: -10rem;
  }

  .xl\:tw--m-48{
    margin: -12rem;
  }

  .xl\:tw--m-56{
    margin: -14rem;
  }

  .xl\:tw--m-64{
    margin: -16rem;
  }

  .xl\:tw--m-px{
    margin: -1px;
  }

  .xl\:tw-my-0{
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:tw-mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:tw-my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:tw-mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:tw-my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:tw-mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:tw-my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:tw-mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:tw-my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:tw-mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:tw-my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:tw-mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:tw-mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:tw-my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:tw-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:tw-my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:tw-mx-16{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:tw-my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:tw-mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .xl\:tw-my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:tw-mx-24{
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .xl\:tw-my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:tw-mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:tw-my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:tw-mx-40{
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:tw-my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:tw-mx-48{
    margin-left: 12rem;
    margin-right: 12rem;
  }

  .xl\:tw-my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:tw-mx-56{
    margin-left: 14rem;
    margin-right: 14rem;
  }

  .xl\:tw-my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:tw-mx-64{
    margin-left: 16rem;
    margin-right: 16rem;
  }

  .xl\:tw-my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:tw-my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:tw-mx-px{
    margin-left: 1px;
    margin-right: 1px;
  }

  .xl\:tw--my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:tw--mx-1{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:tw--my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:tw--mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:tw--my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:tw--mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:tw--my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:tw--mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:tw--my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:tw--mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:tw--my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:tw--mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:tw--my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:tw--mx-8{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:tw--my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:tw--mx-10{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:tw--my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:tw--mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:tw--my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:tw--mx-16{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:tw--my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:tw--mx-20{
    margin-left: -5rem;
    margin-right: -5rem;
  }

  .xl\:tw--my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:tw--mx-24{
    margin-left: -6rem;
    margin-right: -6rem;
  }

  .xl\:tw--my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:tw--mx-32{
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .xl\:tw--my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:tw--mx-40{
    margin-left: -10rem;
    margin-right: -10rem;
  }

  .xl\:tw--my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:tw--mx-48{
    margin-left: -12rem;
    margin-right: -12rem;
  }

  .xl\:tw--my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:tw--mx-56{
    margin-left: -14rem;
    margin-right: -14rem;
  }

  .xl\:tw--my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:tw--mx-64{
    margin-left: -16rem;
    margin-right: -16rem;
  }

  .xl\:tw--my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:tw--mx-px{
    margin-left: -1px;
    margin-right: -1px;
  }

  .xl\:tw-mt-0{
    margin-top: 0;
  }

  .xl\:tw-mr-0{
    margin-right: 0;
  }

  .xl\:tw-mb-0{
    margin-bottom: 0;
  }

  .xl\:tw-ml-0{
    margin-left: 0;
  }

  .xl\:tw-mt-1{
    margin-top: 0.25rem;
  }

  .xl\:tw-mr-1{
    margin-right: 0.25rem;
  }

  .xl\:tw-mb-1{
    margin-bottom: 0.25rem;
  }

  .xl\:tw-ml-1{
    margin-left: 0.25rem;
  }

  .xl\:tw-mt-2{
    margin-top: 0.5rem;
  }

  .xl\:tw-mr-2{
    margin-right: 0.5rem;
  }

  .xl\:tw-mb-2{
    margin-bottom: 0.5rem;
  }

  .xl\:tw-ml-2{
    margin-left: 0.5rem;
  }

  .xl\:tw-mt-3{
    margin-top: 0.75rem;
  }

  .xl\:tw-mr-3{
    margin-right: 0.75rem;
  }

  .xl\:tw-mb-3{
    margin-bottom: 0.75rem;
  }

  .xl\:tw-ml-3{
    margin-left: 0.75rem;
  }

  .xl\:tw-mt-4{
    margin-top: 1rem;
  }

  .xl\:tw-mr-4{
    margin-right: 1rem;
  }

  .xl\:tw-mb-4{
    margin-bottom: 1rem;
  }

  .xl\:tw-ml-4{
    margin-left: 1rem;
  }

  .xl\:tw-mt-5{
    margin-top: 1.25rem;
  }

  .xl\:tw-mr-5{
    margin-right: 1.25rem;
  }

  .xl\:tw-mb-5{
    margin-bottom: 1.25rem;
  }

  .xl\:tw-ml-5{
    margin-left: 1.25rem;
  }

  .xl\:tw-mt-6{
    margin-top: 1.5rem;
  }

  .xl\:tw-mr-6{
    margin-right: 1.5rem;
  }

  .xl\:tw-mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:tw-ml-6{
    margin-left: 1.5rem;
  }

  .xl\:tw-mt-8{
    margin-top: 2rem;
  }

  .xl\:tw-mr-8{
    margin-right: 2rem;
  }

  .xl\:tw-mb-8{
    margin-bottom: 2rem;
  }

  .xl\:tw-ml-8{
    margin-left: 2rem;
  }

  .xl\:tw-mt-10{
    margin-top: 2.5rem;
  }

  .xl\:tw-mr-10{
    margin-right: 2.5rem;
  }

  .xl\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:tw-ml-10{
    margin-left: 2.5rem;
  }

  .xl\:tw-mt-12{
    margin-top: 3rem;
  }

  .xl\:tw-mr-12{
    margin-right: 3rem;
  }

  .xl\:tw-mb-12{
    margin-bottom: 3rem;
  }

  .xl\:tw-ml-12{
    margin-left: 3rem;
  }

  .xl\:tw-mt-16{
    margin-top: 4rem;
  }

  .xl\:tw-mr-16{
    margin-right: 4rem;
  }

  .xl\:tw-mb-16{
    margin-bottom: 4rem;
  }

  .xl\:tw-ml-16{
    margin-left: 4rem;
  }

  .xl\:tw-mt-20{
    margin-top: 5rem;
  }

  .xl\:tw-mr-20{
    margin-right: 5rem;
  }

  .xl\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .xl\:tw-ml-20{
    margin-left: 5rem;
  }

  .xl\:tw-mt-24{
    margin-top: 6rem;
  }

  .xl\:tw-mr-24{
    margin-right: 6rem;
  }

  .xl\:tw-mb-24{
    margin-bottom: 6rem;
  }

  .xl\:tw-ml-24{
    margin-left: 6rem;
  }

  .xl\:tw-mt-32{
    margin-top: 8rem;
  }

  .xl\:tw-mr-32{
    margin-right: 8rem;
  }

  .xl\:tw-mb-32{
    margin-bottom: 8rem;
  }

  .xl\:tw-ml-32{
    margin-left: 8rem;
  }

  .xl\:tw-mt-40{
    margin-top: 10rem;
  }

  .xl\:tw-mr-40{
    margin-right: 10rem;
  }

  .xl\:tw-mb-40{
    margin-bottom: 10rem;
  }

  .xl\:tw-ml-40{
    margin-left: 10rem;
  }

  .xl\:tw-mt-48{
    margin-top: 12rem;
  }

  .xl\:tw-mr-48{
    margin-right: 12rem;
  }

  .xl\:tw-mb-48{
    margin-bottom: 12rem;
  }

  .xl\:tw-ml-48{
    margin-left: 12rem;
  }

  .xl\:tw-mt-56{
    margin-top: 14rem;
  }

  .xl\:tw-mr-56{
    margin-right: 14rem;
  }

  .xl\:tw-mb-56{
    margin-bottom: 14rem;
  }

  .xl\:tw-ml-56{
    margin-left: 14rem;
  }

  .xl\:tw-mt-64{
    margin-top: 16rem;
  }

  .xl\:tw-mr-64{
    margin-right: 16rem;
  }

  .xl\:tw-mb-64{
    margin-bottom: 16rem;
  }

  .xl\:tw-ml-64{
    margin-left: 16rem;
  }

  .xl\:tw-mt-auto{
    margin-top: auto;
  }

  .xl\:tw-mr-auto{
    margin-right: auto;
  }

  .xl\:tw-mb-auto{
    margin-bottom: auto;
  }

  .xl\:tw-ml-auto{
    margin-left: auto;
  }

  .xl\:tw-mt-px{
    margin-top: 1px;
  }

  .xl\:tw-mr-px{
    margin-right: 1px;
  }

  .xl\:tw-mb-px{
    margin-bottom: 1px;
  }

  .xl\:tw-ml-px{
    margin-left: 1px;
  }

  .xl\:tw--mt-1{
    margin-top: -0.25rem;
  }

  .xl\:tw--mr-1{
    margin-right: -0.25rem;
  }

  .xl\:tw--mb-1{
    margin-bottom: -0.25rem;
  }

  .xl\:tw--ml-1{
    margin-left: -0.25rem;
  }

  .xl\:tw--mt-2{
    margin-top: -0.5rem;
  }

  .xl\:tw--mr-2{
    margin-right: -0.5rem;
  }

  .xl\:tw--mb-2{
    margin-bottom: -0.5rem;
  }

  .xl\:tw--ml-2{
    margin-left: -0.5rem;
  }

  .xl\:tw--mt-3{
    margin-top: -0.75rem;
  }

  .xl\:tw--mr-3{
    margin-right: -0.75rem;
  }

  .xl\:tw--mb-3{
    margin-bottom: -0.75rem;
  }

  .xl\:tw--ml-3{
    margin-left: -0.75rem;
  }

  .xl\:tw--mt-4{
    margin-top: -1rem;
  }

  .xl\:tw--mr-4{
    margin-right: -1rem;
  }

  .xl\:tw--mb-4{
    margin-bottom: -1rem;
  }

  .xl\:tw--ml-4{
    margin-left: -1rem;
  }

  .xl\:tw--mt-5{
    margin-top: -1.25rem;
  }

  .xl\:tw--mr-5{
    margin-right: -1.25rem;
  }

  .xl\:tw--mb-5{
    margin-bottom: -1.25rem;
  }

  .xl\:tw--ml-5{
    margin-left: -1.25rem;
  }

  .xl\:tw--mt-6{
    margin-top: -1.5rem;
  }

  .xl\:tw--mr-6{
    margin-right: -1.5rem;
  }

  .xl\:tw--mb-6{
    margin-bottom: -1.5rem;
  }

  .xl\:tw--ml-6{
    margin-left: -1.5rem;
  }

  .xl\:tw--mt-8{
    margin-top: -2rem;
  }

  .xl\:tw--mr-8{
    margin-right: -2rem;
  }

  .xl\:tw--mb-8{
    margin-bottom: -2rem;
  }

  .xl\:tw--ml-8{
    margin-left: -2rem;
  }

  .xl\:tw--mt-10{
    margin-top: -2.5rem;
  }

  .xl\:tw--mr-10{
    margin-right: -2.5rem;
  }

  .xl\:tw--mb-10{
    margin-bottom: -2.5rem;
  }

  .xl\:tw--ml-10{
    margin-left: -2.5rem;
  }

  .xl\:tw--mt-12{
    margin-top: -3rem;
  }

  .xl\:tw--mr-12{
    margin-right: -3rem;
  }

  .xl\:tw--mb-12{
    margin-bottom: -3rem;
  }

  .xl\:tw--ml-12{
    margin-left: -3rem;
  }

  .xl\:tw--mt-16{
    margin-top: -4rem;
  }

  .xl\:tw--mr-16{
    margin-right: -4rem;
  }

  .xl\:tw--mb-16{
    margin-bottom: -4rem;
  }

  .xl\:tw--ml-16{
    margin-left: -4rem;
  }

  .xl\:tw--mt-20{
    margin-top: -5rem;
  }

  .xl\:tw--mr-20{
    margin-right: -5rem;
  }

  .xl\:tw--mb-20{
    margin-bottom: -5rem;
  }

  .xl\:tw--ml-20{
    margin-left: -5rem;
  }

  .xl\:tw--mt-24{
    margin-top: -6rem;
  }

  .xl\:tw--mr-24{
    margin-right: -6rem;
  }

  .xl\:tw--mb-24{
    margin-bottom: -6rem;
  }

  .xl\:tw--ml-24{
    margin-left: -6rem;
  }

  .xl\:tw--mt-32{
    margin-top: -8rem;
  }

  .xl\:tw--mr-32{
    margin-right: -8rem;
  }

  .xl\:tw--mb-32{
    margin-bottom: -8rem;
  }

  .xl\:tw--ml-32{
    margin-left: -8rem;
  }

  .xl\:tw--mt-40{
    margin-top: -10rem;
  }

  .xl\:tw--mr-40{
    margin-right: -10rem;
  }

  .xl\:tw--mb-40{
    margin-bottom: -10rem;
  }

  .xl\:tw--ml-40{
    margin-left: -10rem;
  }

  .xl\:tw--mt-48{
    margin-top: -12rem;
  }

  .xl\:tw--mr-48{
    margin-right: -12rem;
  }

  .xl\:tw--mb-48{
    margin-bottom: -12rem;
  }

  .xl\:tw--ml-48{
    margin-left: -12rem;
  }

  .xl\:tw--mt-56{
    margin-top: -14rem;
  }

  .xl\:tw--mr-56{
    margin-right: -14rem;
  }

  .xl\:tw--mb-56{
    margin-bottom: -14rem;
  }

  .xl\:tw--ml-56{
    margin-left: -14rem;
  }

  .xl\:tw--mt-64{
    margin-top: -16rem;
  }

  .xl\:tw--mr-64{
    margin-right: -16rem;
  }

  .xl\:tw--mb-64{
    margin-bottom: -16rem;
  }

  .xl\:tw--ml-64{
    margin-left: -16rem;
  }

  .xl\:tw--mt-px{
    margin-top: -1px;
  }

  .xl\:tw--mr-px{
    margin-right: -1px;
  }

  .xl\:tw--mb-px{
    margin-bottom: -1px;
  }

  .xl\:tw--ml-px{
    margin-left: -1px;
  }

  .xl\:\!tw-m-0{
    margin: 0 !important;
  }

  .xl\:\!tw-m-1{
    margin: 0.25rem !important;
  }

  .xl\:\!tw-m-2{
    margin: 0.5rem !important;
  }

  .xl\:\!tw-m-3{
    margin: 0.75rem !important;
  }

  .xl\:\!tw-m-4{
    margin: 1rem !important;
  }

  .xl\:\!tw-m-5{
    margin: 1.25rem !important;
  }

  .xl\:\!tw-m-6{
    margin: 1.5rem !important;
  }

  .xl\:\!tw-m-8{
    margin: 2rem !important;
  }

  .xl\:\!tw-m-10{
    margin: 2.5rem !important;
  }

  .xl\:\!tw-m-12{
    margin: 3rem !important;
  }

  .xl\:\!tw-m-16{
    margin: 4rem !important;
  }

  .xl\:\!tw-m-20{
    margin: 5rem !important;
  }

  .xl\:\!tw-m-24{
    margin: 6rem !important;
  }

  .xl\:\!tw-m-32{
    margin: 8rem !important;
  }

  .xl\:\!tw-m-40{
    margin: 10rem !important;
  }

  .xl\:\!tw-m-48{
    margin: 12rem !important;
  }

  .xl\:\!tw-m-56{
    margin: 14rem !important;
  }

  .xl\:\!tw-m-64{
    margin: 16rem !important;
  }

  .xl\:\!tw-m-auto{
    margin: auto !important;
  }

  .xl\:\!tw-m-px{
    margin: 1px !important;
  }

  .xl\:\!tw--m-1{
    margin: -0.25rem !important;
  }

  .xl\:\!tw--m-2{
    margin: -0.5rem !important;
  }

  .xl\:\!tw--m-3{
    margin: -0.75rem !important;
  }

  .xl\:\!tw--m-4{
    margin: -1rem !important;
  }

  .xl\:\!tw--m-5{
    margin: -1.25rem !important;
  }

  .xl\:\!tw--m-6{
    margin: -1.5rem !important;
  }

  .xl\:\!tw--m-8{
    margin: -2rem !important;
  }

  .xl\:\!tw--m-10{
    margin: -2.5rem !important;
  }

  .xl\:\!tw--m-12{
    margin: -3rem !important;
  }

  .xl\:\!tw--m-16{
    margin: -4rem !important;
  }

  .xl\:\!tw--m-20{
    margin: -5rem !important;
  }

  .xl\:\!tw--m-24{
    margin: -6rem !important;
  }

  .xl\:\!tw--m-32{
    margin: -8rem !important;
  }

  .xl\:\!tw--m-40{
    margin: -10rem !important;
  }

  .xl\:\!tw--m-48{
    margin: -12rem !important;
  }

  .xl\:\!tw--m-56{
    margin: -14rem !important;
  }

  .xl\:\!tw--m-64{
    margin: -16rem !important;
  }

  .xl\:\!tw--m-px{
    margin: -1px !important;
  }

  .xl\:\!tw-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:\!tw-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:\!tw-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:\!tw-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:\!tw-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:\!tw-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:\!tw-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:\!tw-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:\!tw-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:\!tw-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:\!tw-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:\!tw-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:\!tw-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:\!tw-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:\!tw-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:\!tw-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:\!tw-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:\!tw-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:\!tw-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:\!tw-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:\!tw-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:\!tw-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:\!tw-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:\!tw-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:\!tw-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:\!tw-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:\!tw-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:\!tw-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:\!tw-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:\!tw-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:\!tw-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:\!tw-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:\!tw-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:\!tw-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:\!tw-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:\!tw-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:\!tw-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:\!tw-mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:\!tw-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:\!tw-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:\!tw--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:\!tw--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:\!tw--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:\!tw--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:\!tw--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:\!tw--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:\!tw--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:\!tw--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:\!tw--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:\!tw--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:\!tw--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:\!tw--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:\!tw--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:\!tw--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:\!tw--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:\!tw--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:\!tw--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:\!tw--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:\!tw--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:\!tw--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:\!tw--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:\!tw--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:\!tw--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:\!tw--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:\!tw--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:\!tw--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:\!tw--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:\!tw--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:\!tw--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:\!tw--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:\!tw--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:\!tw--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:\!tw--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:\!tw--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:\!tw--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:\!tw--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:\!tw-mt-0{
    margin-top: 0 !important;
  }

  .xl\:\!tw-mr-0{
    margin-right: 0 !important;
  }

  .xl\:\!tw-mb-0{
    margin-bottom: 0 !important;
  }

  .xl\:\!tw-ml-0{
    margin-left: 0 !important;
  }

  .xl\:\!tw-mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:\!tw-mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:\!tw-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:\!tw-ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:\!tw-mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:\!tw-mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:\!tw-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:\!tw-ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:\!tw-mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:\!tw-mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:\!tw-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:\!tw-ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:\!tw-mt-4{
    margin-top: 1rem !important;
  }

  .xl\:\!tw-mr-4{
    margin-right: 1rem !important;
  }

  .xl\:\!tw-mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:\!tw-ml-4{
    margin-left: 1rem !important;
  }

  .xl\:\!tw-mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:\!tw-mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:\!tw-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:\!tw-ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:\!tw-mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:\!tw-mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:\!tw-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:\!tw-ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:\!tw-mt-8{
    margin-top: 2rem !important;
  }

  .xl\:\!tw-mr-8{
    margin-right: 2rem !important;
  }

  .xl\:\!tw-mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:\!tw-ml-8{
    margin-left: 2rem !important;
  }

  .xl\:\!tw-mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:\!tw-mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:\!tw-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:\!tw-ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:\!tw-mt-12{
    margin-top: 3rem !important;
  }

  .xl\:\!tw-mr-12{
    margin-right: 3rem !important;
  }

  .xl\:\!tw-mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:\!tw-ml-12{
    margin-left: 3rem !important;
  }

  .xl\:\!tw-mt-16{
    margin-top: 4rem !important;
  }

  .xl\:\!tw-mr-16{
    margin-right: 4rem !important;
  }

  .xl\:\!tw-mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:\!tw-ml-16{
    margin-left: 4rem !important;
  }

  .xl\:\!tw-mt-20{
    margin-top: 5rem !important;
  }

  .xl\:\!tw-mr-20{
    margin-right: 5rem !important;
  }

  .xl\:\!tw-mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:\!tw-ml-20{
    margin-left: 5rem !important;
  }

  .xl\:\!tw-mt-24{
    margin-top: 6rem !important;
  }

  .xl\:\!tw-mr-24{
    margin-right: 6rem !important;
  }

  .xl\:\!tw-mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:\!tw-ml-24{
    margin-left: 6rem !important;
  }

  .xl\:\!tw-mt-32{
    margin-top: 8rem !important;
  }

  .xl\:\!tw-mr-32{
    margin-right: 8rem !important;
  }

  .xl\:\!tw-mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:\!tw-ml-32{
    margin-left: 8rem !important;
  }

  .xl\:\!tw-mt-40{
    margin-top: 10rem !important;
  }

  .xl\:\!tw-mr-40{
    margin-right: 10rem !important;
  }

  .xl\:\!tw-mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:\!tw-ml-40{
    margin-left: 10rem !important;
  }

  .xl\:\!tw-mt-48{
    margin-top: 12rem !important;
  }

  .xl\:\!tw-mr-48{
    margin-right: 12rem !important;
  }

  .xl\:\!tw-mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:\!tw-ml-48{
    margin-left: 12rem !important;
  }

  .xl\:\!tw-mt-56{
    margin-top: 14rem !important;
  }

  .xl\:\!tw-mr-56{
    margin-right: 14rem !important;
  }

  .xl\:\!tw-mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:\!tw-ml-56{
    margin-left: 14rem !important;
  }

  .xl\:\!tw-mt-64{
    margin-top: 16rem !important;
  }

  .xl\:\!tw-mr-64{
    margin-right: 16rem !important;
  }

  .xl\:\!tw-mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:\!tw-ml-64{
    margin-left: 16rem !important;
  }

  .xl\:\!tw-mt-auto{
    margin-top: auto !important;
  }

  .xl\:\!tw-mr-auto{
    margin-right: auto !important;
  }

  .xl\:\!tw-mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:\!tw-ml-auto{
    margin-left: auto !important;
  }

  .xl\:\!tw-mt-px{
    margin-top: 1px !important;
  }

  .xl\:\!tw-mr-px{
    margin-right: 1px !important;
  }

  .xl\:\!tw-mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:\!tw-ml-px{
    margin-left: 1px !important;
  }

  .xl\:\!tw--mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:\!tw--mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:\!tw--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:\!tw--ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:\!tw--mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:\!tw--mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:\!tw--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:\!tw--ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:\!tw--mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:\!tw--mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:\!tw--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:\!tw--ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:\!tw--mt-4{
    margin-top: -1rem !important;
  }

  .xl\:\!tw--mr-4{
    margin-right: -1rem !important;
  }

  .xl\:\!tw--mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:\!tw--ml-4{
    margin-left: -1rem !important;
  }

  .xl\:\!tw--mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:\!tw--mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:\!tw--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:\!tw--ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:\!tw--mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:\!tw--mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:\!tw--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:\!tw--ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:\!tw--mt-8{
    margin-top: -2rem !important;
  }

  .xl\:\!tw--mr-8{
    margin-right: -2rem !important;
  }

  .xl\:\!tw--mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:\!tw--ml-8{
    margin-left: -2rem !important;
  }

  .xl\:\!tw--mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:\!tw--mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:\!tw--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:\!tw--ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:\!tw--mt-12{
    margin-top: -3rem !important;
  }

  .xl\:\!tw--mr-12{
    margin-right: -3rem !important;
  }

  .xl\:\!tw--mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:\!tw--ml-12{
    margin-left: -3rem !important;
  }

  .xl\:\!tw--mt-16{
    margin-top: -4rem !important;
  }

  .xl\:\!tw--mr-16{
    margin-right: -4rem !important;
  }

  .xl\:\!tw--mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:\!tw--ml-16{
    margin-left: -4rem !important;
  }

  .xl\:\!tw--mt-20{
    margin-top: -5rem !important;
  }

  .xl\:\!tw--mr-20{
    margin-right: -5rem !important;
  }

  .xl\:\!tw--mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:\!tw--ml-20{
    margin-left: -5rem !important;
  }

  .xl\:\!tw--mt-24{
    margin-top: -6rem !important;
  }

  .xl\:\!tw--mr-24{
    margin-right: -6rem !important;
  }

  .xl\:\!tw--mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:\!tw--ml-24{
    margin-left: -6rem !important;
  }

  .xl\:\!tw--mt-32{
    margin-top: -8rem !important;
  }

  .xl\:\!tw--mr-32{
    margin-right: -8rem !important;
  }

  .xl\:\!tw--mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:\!tw--ml-32{
    margin-left: -8rem !important;
  }

  .xl\:\!tw--mt-40{
    margin-top: -10rem !important;
  }

  .xl\:\!tw--mr-40{
    margin-right: -10rem !important;
  }

  .xl\:\!tw--mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:\!tw--ml-40{
    margin-left: -10rem !important;
  }

  .xl\:\!tw--mt-48{
    margin-top: -12rem !important;
  }

  .xl\:\!tw--mr-48{
    margin-right: -12rem !important;
  }

  .xl\:\!tw--mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:\!tw--ml-48{
    margin-left: -12rem !important;
  }

  .xl\:\!tw--mt-56{
    margin-top: -14rem !important;
  }

  .xl\:\!tw--mr-56{
    margin-right: -14rem !important;
  }

  .xl\:\!tw--mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:\!tw--ml-56{
    margin-left: -14rem !important;
  }

  .xl\:\!tw--mt-64{
    margin-top: -16rem !important;
  }

  .xl\:\!tw--mr-64{
    margin-right: -16rem !important;
  }

  .xl\:\!tw--mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:\!tw--ml-64{
    margin-left: -16rem !important;
  }

  .xl\:\!tw--mt-px{
    margin-top: -1px !important;
  }

  .xl\:\!tw--mr-px{
    margin-right: -1px !important;
  }

  .xl\:\!tw--mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:\!tw--ml-px{
    margin-left: -1px !important;
  }

  .xl\:tw-max-h-full{
    max-height: 100%;
  }

  .xl\:tw-max-h-screen{
    max-height: 100vh;
  }

  .xl\:tw-max-w-none{
    max-width: none;
  }

  .xl\:tw-max-w-xs{
    max-width: 20rem;
  }

  .xl\:tw-max-w-sm{
    max-width: 24rem;
  }

  .xl\:tw-max-w-md{
    max-width: 28rem;
  }

  .xl\:tw-max-w-lg{
    max-width: 32rem;
  }

  .xl\:tw-max-w-xl{
    max-width: 36rem;
  }

  .xl\:tw-max-w-2xl{
    max-width: 42rem;
  }

  .xl\:tw-max-w-3xl{
    max-width: 48rem;
  }

  .xl\:tw-max-w-4xl{
    max-width: 56rem;
  }

  .xl\:tw-max-w-5xl{
    max-width: 64rem;
  }

  .xl\:tw-max-w-6xl{
    max-width: 72rem;
  }

  .xl\:tw-max-w-full{
    max-width: 100%;
  }

  .xl\:tw-max-w-screen-sm{
    max-width: 640px;
  }

  .xl\:tw-max-w-screen-md{
    max-width: 768px;
  }

  .xl\:tw-max-w-screen-lg{
    max-width: 1024px;
  }

  .xl\:tw-max-w-screen-xl{
    max-width: 1280px;
  }

  .xl\:tw-min-h-0{
    min-height: 0;
  }

  .xl\:tw-min-h-full{
    min-height: 100%;
  }

  .xl\:tw-min-h-screen{
    min-height: 100vh;
  }

  .xl\:tw-min-w-0{
    min-width: 0;
  }

  .xl\:tw-min-w-full{
    min-width: 100%;
  }

  .xl\:tw-object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:tw-object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:tw-object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:tw-object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:tw-object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
  }

  .xl\:tw-object-center{
    -o-object-position: center;
       object-position: center;
  }

  .xl\:tw-object-left{
    -o-object-position: left;
       object-position: left;
  }

  .xl\:tw-object-left-bottom{
    -o-object-position: left bottom;
       object-position: left bottom;
  }

  .xl\:tw-object-left-top{
    -o-object-position: left top;
       object-position: left top;
  }

  .xl\:tw-object-right{
    -o-object-position: right;
       object-position: right;
  }

  .xl\:tw-object-right-bottom{
    -o-object-position: right bottom;
       object-position: right bottom;
  }

  .xl\:tw-object-right-top{
    -o-object-position: right top;
       object-position: right top;
  }

  .xl\:tw-object-top{
    -o-object-position: top;
       object-position: top;
  }

  .xl\:tw-opacity-0{
    opacity: 0;
  }

  .xl\:tw-opacity-25{
    opacity: 0.25;
  }

  .xl\:tw-opacity-50{
    opacity: 0.5;
  }

  .xl\:tw-opacity-75{
    opacity: 0.75;
  }

  .xl\:tw-opacity-100{
    opacity: 1;
  }

  .xl\:hover\:tw-opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:tw-opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:tw-opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:tw-opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:tw-opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:tw-opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:tw-opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:tw-opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:tw-opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:tw-opacity-100:focus{
    opacity: 1;
  }

  .xl\:tw-outline-none{
    outline: 0;
  }

  .xl\:focus\:tw-outline-none:focus{
    outline: 0;
  }

  .xl\:tw-overflow-auto{
    overflow: auto;
  }

  .xl\:tw-overflow-hidden{
    overflow: hidden;
  }

  .xl\:tw-overflow-visible{
    overflow: visible;
  }

  .xl\:tw-overflow-scroll{
    overflow: scroll;
  }

  .xl\:tw-overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:tw-overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:tw-overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:tw-overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:tw-overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:tw-overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:tw-overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:tw-overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:tw-scrolling-touch{
    -webkit-overflow-scrolling: touch;
  }

  .xl\:tw-scrolling-auto{
    -webkit-overflow-scrolling: auto;
  }

  .xl\:tw-p-0{
    padding: 0;
  }

  .xl\:tw-p-1{
    padding: 0.25rem;
  }

  .xl\:tw-p-2{
    padding: 0.5rem;
  }

  .xl\:tw-p-3{
    padding: 0.75rem;
  }

  .xl\:tw-p-4{
    padding: 1rem;
  }

  .xl\:tw-p-5{
    padding: 1.25rem;
  }

  .xl\:tw-p-6{
    padding: 1.5rem;
  }

  .xl\:tw-p-8{
    padding: 2rem;
  }

  .xl\:tw-p-10{
    padding: 2.5rem;
  }

  .xl\:tw-p-12{
    padding: 3rem;
  }

  .xl\:tw-p-16{
    padding: 4rem;
  }

  .xl\:tw-p-20{
    padding: 5rem;
  }

  .xl\:tw-p-24{
    padding: 6rem;
  }

  .xl\:tw-p-32{
    padding: 8rem;
  }

  .xl\:tw-p-40{
    padding: 10rem;
  }

  .xl\:tw-p-48{
    padding: 12rem;
  }

  .xl\:tw-p-56{
    padding: 14rem;
  }

  .xl\:tw-p-64{
    padding: 16rem;
  }

  .xl\:tw-p-px{
    padding: 1px;
  }

  .xl\:tw-py-0{
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:tw-px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:tw-px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:tw-px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:tw-py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:tw-px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:tw-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:tw-px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:tw-py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:tw-px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:tw-px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:tw-py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:tw-px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:tw-py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:tw-px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:tw-py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:tw-px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:tw-py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:tw-px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .xl\:tw-py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:tw-px-56{
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .xl\:tw-py-64{
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:tw-px-64{
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .xl\:tw-py-px{
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .xl\:tw-px-px{
    padding-left: 1px;
    padding-right: 1px;
  }

  .xl\:tw-pt-0{
    padding-top: 0;
  }

  .xl\:tw-pr-0{
    padding-right: 0;
  }

  .xl\:tw-pb-0{
    padding-bottom: 0;
  }

  .xl\:tw-pl-0{
    padding-left: 0;
  }

  .xl\:tw-pt-1{
    padding-top: 0.25rem;
  }

  .xl\:tw-pr-1{
    padding-right: 0.25rem;
  }

  .xl\:tw-pb-1{
    padding-bottom: 0.25rem;
  }

  .xl\:tw-pl-1{
    padding-left: 0.25rem;
  }

  .xl\:tw-pt-2{
    padding-top: 0.5rem;
  }

  .xl\:tw-pr-2{
    padding-right: 0.5rem;
  }

  .xl\:tw-pb-2{
    padding-bottom: 0.5rem;
  }

  .xl\:tw-pl-2{
    padding-left: 0.5rem;
  }

  .xl\:tw-pt-3{
    padding-top: 0.75rem;
  }

  .xl\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .xl\:tw-pb-3{
    padding-bottom: 0.75rem;
  }

  .xl\:tw-pl-3{
    padding-left: 0.75rem;
  }

  .xl\:tw-pt-4{
    padding-top: 1rem;
  }

  .xl\:tw-pr-4{
    padding-right: 1rem;
  }

  .xl\:tw-pb-4{
    padding-bottom: 1rem;
  }

  .xl\:tw-pl-4{
    padding-left: 1rem;
  }

  .xl\:tw-pt-5{
    padding-top: 1.25rem;
  }

  .xl\:tw-pr-5{
    padding-right: 1.25rem;
  }

  .xl\:tw-pb-5{
    padding-bottom: 1.25rem;
  }

  .xl\:tw-pl-5{
    padding-left: 1.25rem;
  }

  .xl\:tw-pt-6{
    padding-top: 1.5rem;
  }

  .xl\:tw-pr-6{
    padding-right: 1.5rem;
  }

  .xl\:tw-pb-6{
    padding-bottom: 1.5rem;
  }

  .xl\:tw-pl-6{
    padding-left: 1.5rem;
  }

  .xl\:tw-pt-8{
    padding-top: 2rem;
  }

  .xl\:tw-pr-8{
    padding-right: 2rem;
  }

  .xl\:tw-pb-8{
    padding-bottom: 2rem;
  }

  .xl\:tw-pl-8{
    padding-left: 2rem;
  }

  .xl\:tw-pt-10{
    padding-top: 2.5rem;
  }

  .xl\:tw-pr-10{
    padding-right: 2.5rem;
  }

  .xl\:tw-pb-10{
    padding-bottom: 2.5rem;
  }

  .xl\:tw-pl-10{
    padding-left: 2.5rem;
  }

  .xl\:tw-pt-12{
    padding-top: 3rem;
  }

  .xl\:tw-pr-12{
    padding-right: 3rem;
  }

  .xl\:tw-pb-12{
    padding-bottom: 3rem;
  }

  .xl\:tw-pl-12{
    padding-left: 3rem;
  }

  .xl\:tw-pt-16{
    padding-top: 4rem;
  }

  .xl\:tw-pr-16{
    padding-right: 4rem;
  }

  .xl\:tw-pb-16{
    padding-bottom: 4rem;
  }

  .xl\:tw-pl-16{
    padding-left: 4rem;
  }

  .xl\:tw-pt-20{
    padding-top: 5rem;
  }

  .xl\:tw-pr-20{
    padding-right: 5rem;
  }

  .xl\:tw-pb-20{
    padding-bottom: 5rem;
  }

  .xl\:tw-pl-20{
    padding-left: 5rem;
  }

  .xl\:tw-pt-24{
    padding-top: 6rem;
  }

  .xl\:tw-pr-24{
    padding-right: 6rem;
  }

  .xl\:tw-pb-24{
    padding-bottom: 6rem;
  }

  .xl\:tw-pl-24{
    padding-left: 6rem;
  }

  .xl\:tw-pt-32{
    padding-top: 8rem;
  }

  .xl\:tw-pr-32{
    padding-right: 8rem;
  }

  .xl\:tw-pb-32{
    padding-bottom: 8rem;
  }

  .xl\:tw-pl-32{
    padding-left: 8rem;
  }

  .xl\:tw-pt-40{
    padding-top: 10rem;
  }

  .xl\:tw-pr-40{
    padding-right: 10rem;
  }

  .xl\:tw-pb-40{
    padding-bottom: 10rem;
  }

  .xl\:tw-pl-40{
    padding-left: 10rem;
  }

  .xl\:tw-pt-48{
    padding-top: 12rem;
  }

  .xl\:tw-pr-48{
    padding-right: 12rem;
  }

  .xl\:tw-pb-48{
    padding-bottom: 12rem;
  }

  .xl\:tw-pl-48{
    padding-left: 12rem;
  }

  .xl\:tw-pt-56{
    padding-top: 14rem;
  }

  .xl\:tw-pr-56{
    padding-right: 14rem;
  }

  .xl\:tw-pb-56{
    padding-bottom: 14rem;
  }

  .xl\:tw-pl-56{
    padding-left: 14rem;
  }

  .xl\:tw-pt-64{
    padding-top: 16rem;
  }

  .xl\:tw-pr-64{
    padding-right: 16rem;
  }

  .xl\:tw-pb-64{
    padding-bottom: 16rem;
  }

  .xl\:tw-pl-64{
    padding-left: 16rem;
  }

  .xl\:tw-pt-px{
    padding-top: 1px;
  }

  .xl\:tw-pr-px{
    padding-right: 1px;
  }

  .xl\:tw-pb-px{
    padding-bottom: 1px;
  }

  .xl\:tw-pl-px{
    padding-left: 1px;
  }

  .xl\:\!tw-p-0{
    padding: 0 !important;
  }

  .xl\:\!tw-p-1{
    padding: 0.25rem !important;
  }

  .xl\:\!tw-p-2{
    padding: 0.5rem !important;
  }

  .xl\:\!tw-p-3{
    padding: 0.75rem !important;
  }

  .xl\:\!tw-p-4{
    padding: 1rem !important;
  }

  .xl\:\!tw-p-5{
    padding: 1.25rem !important;
  }

  .xl\:\!tw-p-6{
    padding: 1.5rem !important;
  }

  .xl\:\!tw-p-8{
    padding: 2rem !important;
  }

  .xl\:\!tw-p-10{
    padding: 2.5rem !important;
  }

  .xl\:\!tw-p-12{
    padding: 3rem !important;
  }

  .xl\:\!tw-p-16{
    padding: 4rem !important;
  }

  .xl\:\!tw-p-20{
    padding: 5rem !important;
  }

  .xl\:\!tw-p-24{
    padding: 6rem !important;
  }

  .xl\:\!tw-p-32{
    padding: 8rem !important;
  }

  .xl\:\!tw-p-40{
    padding: 10rem !important;
  }

  .xl\:\!tw-p-48{
    padding: 12rem !important;
  }

  .xl\:\!tw-p-56{
    padding: 14rem !important;
  }

  .xl\:\!tw-p-64{
    padding: 16rem !important;
  }

  .xl\:\!tw-p-px{
    padding: 1px !important;
  }

  .xl\:\!tw-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:\!tw-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:\!tw-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:\!tw-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:\!tw-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:\!tw-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:\!tw-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:\!tw-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:\!tw-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:\!tw-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:\!tw-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:\!tw-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:\!tw-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:\!tw-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:\!tw-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:\!tw-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:\!tw-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:\!tw-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:\!tw-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:\!tw-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:\!tw-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:\!tw-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:\!tw-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:\!tw-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:\!tw-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:\!tw-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:\!tw-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:\!tw-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:\!tw-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:\!tw-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:\!tw-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:\!tw-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:\!tw-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:\!tw-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:\!tw-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:\!tw-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:\!tw-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:\!tw-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:\!tw-pt-0{
    padding-top: 0 !important;
  }

  .xl\:\!tw-pr-0{
    padding-right: 0 !important;
  }

  .xl\:\!tw-pb-0{
    padding-bottom: 0 !important;
  }

  .xl\:\!tw-pl-0{
    padding-left: 0 !important;
  }

  .xl\:\!tw-pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:\!tw-pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:\!tw-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:\!tw-pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:\!tw-pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:\!tw-pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:\!tw-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:\!tw-pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:\!tw-pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:\!tw-pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:\!tw-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:\!tw-pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:\!tw-pt-4{
    padding-top: 1rem !important;
  }

  .xl\:\!tw-pr-4{
    padding-right: 1rem !important;
  }

  .xl\:\!tw-pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:\!tw-pl-4{
    padding-left: 1rem !important;
  }

  .xl\:\!tw-pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:\!tw-pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:\!tw-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:\!tw-pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:\!tw-pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:\!tw-pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:\!tw-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:\!tw-pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:\!tw-pt-8{
    padding-top: 2rem !important;
  }

  .xl\:\!tw-pr-8{
    padding-right: 2rem !important;
  }

  .xl\:\!tw-pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:\!tw-pl-8{
    padding-left: 2rem !important;
  }

  .xl\:\!tw-pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:\!tw-pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:\!tw-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:\!tw-pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:\!tw-pt-12{
    padding-top: 3rem !important;
  }

  .xl\:\!tw-pr-12{
    padding-right: 3rem !important;
  }

  .xl\:\!tw-pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:\!tw-pl-12{
    padding-left: 3rem !important;
  }

  .xl\:\!tw-pt-16{
    padding-top: 4rem !important;
  }

  .xl\:\!tw-pr-16{
    padding-right: 4rem !important;
  }

  .xl\:\!tw-pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:\!tw-pl-16{
    padding-left: 4rem !important;
  }

  .xl\:\!tw-pt-20{
    padding-top: 5rem !important;
  }

  .xl\:\!tw-pr-20{
    padding-right: 5rem !important;
  }

  .xl\:\!tw-pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:\!tw-pl-20{
    padding-left: 5rem !important;
  }

  .xl\:\!tw-pt-24{
    padding-top: 6rem !important;
  }

  .xl\:\!tw-pr-24{
    padding-right: 6rem !important;
  }

  .xl\:\!tw-pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:\!tw-pl-24{
    padding-left: 6rem !important;
  }

  .xl\:\!tw-pt-32{
    padding-top: 8rem !important;
  }

  .xl\:\!tw-pr-32{
    padding-right: 8rem !important;
  }

  .xl\:\!tw-pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:\!tw-pl-32{
    padding-left: 8rem !important;
  }

  .xl\:\!tw-pt-40{
    padding-top: 10rem !important;
  }

  .xl\:\!tw-pr-40{
    padding-right: 10rem !important;
  }

  .xl\:\!tw-pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:\!tw-pl-40{
    padding-left: 10rem !important;
  }

  .xl\:\!tw-pt-48{
    padding-top: 12rem !important;
  }

  .xl\:\!tw-pr-48{
    padding-right: 12rem !important;
  }

  .xl\:\!tw-pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:\!tw-pl-48{
    padding-left: 12rem !important;
  }

  .xl\:\!tw-pt-56{
    padding-top: 14rem !important;
  }

  .xl\:\!tw-pr-56{
    padding-right: 14rem !important;
  }

  .xl\:\!tw-pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:\!tw-pl-56{
    padding-left: 14rem !important;
  }

  .xl\:\!tw-pt-64{
    padding-top: 16rem !important;
  }

  .xl\:\!tw-pr-64{
    padding-right: 16rem !important;
  }

  .xl\:\!tw-pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:\!tw-pl-64{
    padding-left: 16rem !important;
  }

  .xl\:\!tw-pt-px{
    padding-top: 1px !important;
  }

  .xl\:\!tw-pr-px{
    padding-right: 1px !important;
  }

  .xl\:\!tw-pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:\!tw-pl-px{
    padding-left: 1px !important;
  }

  .xl\:tw-placeholder-transparent::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:tw-placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:tw-placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:tw-placeholder-transparent::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:tw-placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:tw-placeholder-current::-webkit-input-placeholder{
    color: currentColor;
  }

  .xl\:tw-placeholder-current::-moz-placeholder{
    color: currentColor;
  }

  .xl\:tw-placeholder-current:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:tw-placeholder-current::-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:tw-placeholder-current::placeholder{
    color: currentColor;
  }

  .xl\:tw-placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-black::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-white::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-200::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-500::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-600::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-700::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-300::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-400::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-500::placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-600::placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-700::placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-800::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-red-900::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-100::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-200::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-300::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-400::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-500::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-600::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-700::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-800::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-green-900::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-shadow-100::-webkit-input-placeholder{
    color: #00000026;
  }

  .xl\:tw-placeholder-shadow-100::-moz-placeholder{
    color: #00000026;
  }

  .xl\:tw-placeholder-shadow-100:-ms-input-placeholder{
    color: #00000026;
  }

  .xl\:tw-placeholder-shadow-100::-ms-input-placeholder{
    color: #00000026;
  }

  .xl\:tw-placeholder-shadow-100::placeholder{
    color: #00000026;
  }

  .xl\:tw-placeholder-shadow-200::-webkit-input-placeholder{
    color: #0000001A;
  }

  .xl\:tw-placeholder-shadow-200::-moz-placeholder{
    color: #0000001A;
  }

  .xl\:tw-placeholder-shadow-200:-ms-input-placeholder{
    color: #0000001A;
  }

  .xl\:tw-placeholder-shadow-200::-ms-input-placeholder{
    color: #0000001A;
  }

  .xl\:tw-placeholder-shadow-200::placeholder{
    color: #0000001A;
  }

  .xl\:tw-placeholder-grey-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-100::placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-200::placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-300::placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-400::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-400::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-400:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-400::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-400::placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-500::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-500::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-500:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-500::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-500::placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-600::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-600::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-600:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-600::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-grey-600::placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-100::placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmblue-200::placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-100::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-100::placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-200::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-200::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-200:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-200::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-200::placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-300::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-300::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-300:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-300::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmgreen-300::placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmorange::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmorange::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmorange:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmorange::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmorange::placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmyellow::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmyellow::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmyellow:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmyellow::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmyellow::placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmred::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmred::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmred:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmred::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-zzmred::placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:tw-placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:tw-placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:tw-placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor;
  }

  .xl\:focus\:tw-placeholder-current:focus::-moz-placeholder{
    color: currentColor;
  }

  .xl\:focus\:tw-placeholder-current:focus:-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:focus\:tw-placeholder-current:focus::-ms-input-placeholder{
    color: currentColor;
  }

  .xl\:focus\:tw-placeholder-current:focus::placeholder{
    color: currentColor;
  }

  .xl\:focus\:tw-placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-shadow-100:focus::-webkit-input-placeholder{
    color: #00000026;
  }

  .xl\:focus\:tw-placeholder-shadow-100:focus::-moz-placeholder{
    color: #00000026;
  }

  .xl\:focus\:tw-placeholder-shadow-100:focus:-ms-input-placeholder{
    color: #00000026;
  }

  .xl\:focus\:tw-placeholder-shadow-100:focus::-ms-input-placeholder{
    color: #00000026;
  }

  .xl\:focus\:tw-placeholder-shadow-100:focus::placeholder{
    color: #00000026;
  }

  .xl\:focus\:tw-placeholder-shadow-200:focus::-webkit-input-placeholder{
    color: #0000001A;
  }

  .xl\:focus\:tw-placeholder-shadow-200:focus::-moz-placeholder{
    color: #0000001A;
  }

  .xl\:focus\:tw-placeholder-shadow-200:focus:-ms-input-placeholder{
    color: #0000001A;
  }

  .xl\:focus\:tw-placeholder-shadow-200:focus::-ms-input-placeholder{
    color: #0000001A;
  }

  .xl\:focus\:tw-placeholder-shadow-200:focus::placeholder{
    color: #0000001A;
  }

  .xl\:focus\:tw-placeholder-grey-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-400:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-400:focus::placeholder{
    --placeholder-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-500:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-500:focus::placeholder{
    --placeholder-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-600:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-grey-600:focus::placeholder{
    --placeholder-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmblue-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-100:focus::placeholder{
    --placeholder-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-200:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-200:focus::placeholder{
    --placeholder-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-300:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmgreen-300:focus::placeholder{
    --placeholder-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmorange:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmorange:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmorange:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmorange:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmorange:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmyellow:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmyellow:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmyellow:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmyellow:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmyellow:focus::placeholder{
    --placeholder-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmred:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmred:focus::-moz-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmred:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmred:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:focus\:tw-placeholder-zzmred:focus::placeholder{
    --placeholder-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--placeholder-opacity));
  }

  .xl\:tw-placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:tw-placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:tw-placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:tw-placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:tw-placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:tw-placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:tw-placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:tw-placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:tw-placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:tw-placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:tw-placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:tw-placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:tw-placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:tw-placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:tw-placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:tw-placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:tw-placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:tw-placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:tw-placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:tw-placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:tw-placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:tw-placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:tw-placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:tw-placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:tw-placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:tw-placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:tw-placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:tw-placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:tw-placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:focus\:tw-placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1;
  }

  .xl\:tw-pointer-events-none{
    pointer-events: none;
  }

  .xl\:tw-pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:tw-static{
    position: static;
  }

  .xl\:tw-fixed{
    position: fixed;
  }

  .xl\:tw-absolute{
    position: absolute;
  }

  .xl\:tw-relative{
    position: relative;
  }

  .xl\:tw-sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:tw-inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:tw-inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:tw-inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:tw-inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:tw-inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:tw-inset-x-auto{
    right: auto;
    left: auto;
  }

  .xl\:tw-top-0{
    top: 0;
  }

  .xl\:tw-right-0{
    right: 0;
  }

  .xl\:tw-bottom-0{
    bottom: 0;
  }

  .xl\:tw-left-0{
    left: 0;
  }

  .xl\:tw-top-auto{
    top: auto;
  }

  .xl\:tw-right-auto{
    right: auto;
  }

  .xl\:tw-bottom-auto{
    bottom: auto;
  }

  .xl\:tw-left-auto{
    left: auto;
  }

  .xl\:tw-resize-none{
    resize: none;
  }

  .xl\:tw-resize-y{
    resize: vertical;
  }

  .xl\:tw-resize-x{
    resize: horizontal;
  }

  .xl\:tw-resize{
    resize: both;
  }

  .xl\:tw-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:tw-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:tw-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:tw-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:tw-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:tw-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:tw-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:tw-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:tw-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:tw-shadow-none{
    box-shadow: none;
  }

  .xl\:hover\:tw-shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:tw-shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:tw-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:tw-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:tw-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:hover\:tw-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:hover\:tw-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:hover\:tw-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:hover\:tw-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:tw-shadow-none:hover{
    box-shadow: none;
  }

  .xl\:focus\:tw-shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:tw-shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:tw-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:tw-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:tw-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }

  .xl\:focus\:tw-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .xl\:focus\:tw-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:focus\:tw-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:focus\:tw-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:tw-shadow-none:focus{
    box-shadow: none;
  }

  .xl\:tw-fill-current{
    fill: currentColor;
  }

  .xl\:tw-stroke-current{
    stroke: currentColor;
  }

  .xl\:tw-stroke-0{
    stroke-width: 0;
  }

  .xl\:tw-stroke-1{
    stroke-width: 1;
  }

  .xl\:tw-stroke-2{
    stroke-width: 2;
  }

  .xl\:tw-table-auto{
    table-layout: auto;
  }

  .xl\:tw-table-fixed{
    table-layout: fixed;
  }

  .xl\:tw-text-left{
    text-align: left;
  }

  .xl\:tw-text-center{
    text-align: center;
  }

  .xl\:tw-text-right{
    text-align: right;
  }

  .xl\:tw-text-justify{
    text-align: justify;
  }

  .xl\:tw-text-transparent{
    color: transparent;
  }

  .xl\:tw-text-current{
    color: currentColor;
  }

  .xl\:tw-text-black{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:tw-text-white{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:tw-text-gray-100{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:tw-text-gray-200{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:tw-text-gray-300{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:tw-text-gray-400{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:tw-text-gray-500{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:tw-text-gray-600{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:tw-text-gray-700{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:tw-text-gray-800{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:tw-text-gray-900{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:tw-text-red-100{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:tw-text-red-200{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:tw-text-red-300{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:tw-text-red-400{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:tw-text-red-500{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:tw-text-red-600{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:tw-text-red-700{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:tw-text-red-800{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:tw-text-red-900{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:tw-text-orange-100{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:tw-text-orange-200{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:tw-text-orange-300{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:tw-text-orange-400{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:tw-text-orange-500{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:tw-text-orange-600{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:tw-text-orange-700{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:tw-text-orange-800{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:tw-text-orange-900{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:tw-text-yellow-100{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:tw-text-yellow-200{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:tw-text-yellow-300{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:tw-text-yellow-400{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:tw-text-yellow-500{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:tw-text-yellow-600{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:tw-text-yellow-700{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:tw-text-yellow-800{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:tw-text-yellow-900{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:tw-text-green-100{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:tw-text-green-200{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:tw-text-green-300{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:tw-text-green-400{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:tw-text-green-500{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:tw-text-green-600{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:tw-text-green-700{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:tw-text-green-800{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:tw-text-green-900{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:tw-text-teal-100{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:tw-text-teal-200{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:tw-text-teal-300{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:tw-text-teal-400{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:tw-text-teal-500{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:tw-text-teal-600{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:tw-text-teal-700{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:tw-text-teal-800{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:tw-text-teal-900{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:tw-text-blue-100{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:tw-text-blue-200{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:tw-text-blue-300{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:tw-text-blue-400{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:tw-text-blue-500{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:tw-text-blue-600{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:tw-text-blue-700{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:tw-text-blue-800{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:tw-text-blue-900{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:tw-text-indigo-100{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:tw-text-indigo-200{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:tw-text-indigo-300{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:tw-text-indigo-400{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:tw-text-indigo-500{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:tw-text-indigo-600{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:tw-text-indigo-700{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:tw-text-indigo-800{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:tw-text-indigo-900{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:tw-text-purple-100{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:tw-text-purple-200{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:tw-text-purple-300{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:tw-text-purple-400{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:tw-text-purple-500{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:tw-text-purple-600{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:tw-text-purple-700{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:tw-text-purple-800{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:tw-text-purple-900{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:tw-text-pink-100{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:tw-text-pink-200{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:tw-text-pink-300{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:tw-text-pink-400{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:tw-text-pink-500{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:tw-text-pink-600{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:tw-text-pink-700{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:tw-text-pink-800{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:tw-text-pink-900{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:tw-text-shadow-100{
    color: #00000026;
  }

  .xl\:tw-text-shadow-200{
    color: #0000001A;
  }

  .xl\:tw-text-grey-100{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .xl\:tw-text-grey-200{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .xl\:tw-text-grey-300{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .xl\:tw-text-grey-400{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .xl\:tw-text-grey-500{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .xl\:tw-text-grey-600{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:tw-text-zzmblue-100{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .xl\:tw-text-zzmblue-200{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .xl\:tw-text-zzmgreen-100{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .xl\:tw-text-zzmgreen-200{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .xl\:tw-text-zzmgreen-300{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .xl\:tw-text-zzmorange{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .xl\:tw-text-zzmyellow{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .xl\:tw-text-zzmred{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .xl\:hover\:tw-text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:tw-text-current:hover{
    color: currentColor;
  }

  .xl\:hover\:tw-text-black:hover{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:hover\:tw-text-white:hover{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-100:hover{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-200:hover{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-300:hover{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-400:hover{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-500:hover{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-600:hover{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-700:hover{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-800:hover{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:hover\:tw-text-gray-900:hover{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-100:hover{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-200:hover{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-300:hover{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-400:hover{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-500:hover{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-600:hover{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-700:hover{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-800:hover{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:hover\:tw-text-red-900:hover{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-100:hover{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-200:hover{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-300:hover{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-400:hover{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-500:hover{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-600:hover{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-700:hover{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-800:hover{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:hover\:tw-text-orange-900:hover{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-100:hover{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-200:hover{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-300:hover{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-400:hover{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-500:hover{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-600:hover{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-700:hover{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-800:hover{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:hover\:tw-text-yellow-900:hover{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-100:hover{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-200:hover{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-300:hover{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-400:hover{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-500:hover{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-600:hover{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-700:hover{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-800:hover{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:hover\:tw-text-green-900:hover{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-100:hover{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-200:hover{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-300:hover{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-400:hover{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-500:hover{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-600:hover{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-700:hover{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-800:hover{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:hover\:tw-text-teal-900:hover{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-100:hover{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-200:hover{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-300:hover{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-400:hover{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-500:hover{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-600:hover{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-700:hover{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-800:hover{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:hover\:tw-text-blue-900:hover{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-100:hover{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-200:hover{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-300:hover{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-400:hover{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-500:hover{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-600:hover{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-700:hover{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-800:hover{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:hover\:tw-text-indigo-900:hover{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-100:hover{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-200:hover{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-300:hover{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-400:hover{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-500:hover{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-600:hover{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-700:hover{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-800:hover{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:hover\:tw-text-purple-900:hover{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-100:hover{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-200:hover{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-300:hover{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-400:hover{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-500:hover{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-600:hover{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-700:hover{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-800:hover{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:hover\:tw-text-pink-900:hover{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:hover\:tw-text-shadow-100:hover{
    color: #00000026;
  }

  .xl\:hover\:tw-text-shadow-200:hover{
    color: #0000001A;
  }

  .xl\:hover\:tw-text-grey-100:hover{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .xl\:hover\:tw-text-grey-200:hover{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .xl\:hover\:tw-text-grey-300:hover{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .xl\:hover\:tw-text-grey-400:hover{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .xl\:hover\:tw-text-grey-500:hover{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .xl\:hover\:tw-text-grey-600:hover{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:hover\:tw-text-zzmblue-100:hover{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .xl\:hover\:tw-text-zzmblue-200:hover{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .xl\:hover\:tw-text-zzmgreen-100:hover{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .xl\:hover\:tw-text-zzmgreen-200:hover{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .xl\:hover\:tw-text-zzmgreen-300:hover{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .xl\:hover\:tw-text-zzmorange:hover{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .xl\:hover\:tw-text-zzmyellow:hover{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .xl\:hover\:tw-text-zzmred:hover{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .xl\:focus\:tw-text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:tw-text-current:focus{
    color: currentColor;
  }

  .xl\:focus\:tw-text-black:focus{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:focus\:tw-text-white:focus{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-100:focus{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-200:focus{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-300:focus{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-400:focus{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-500:focus{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-600:focus{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-700:focus{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-800:focus{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:focus\:tw-text-gray-900:focus{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-100:focus{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-200:focus{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-300:focus{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-400:focus{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-500:focus{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-600:focus{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-700:focus{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-800:focus{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:focus\:tw-text-red-900:focus{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-100:focus{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-200:focus{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-300:focus{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-400:focus{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-500:focus{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-600:focus{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-700:focus{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-800:focus{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:focus\:tw-text-orange-900:focus{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-100:focus{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-200:focus{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-300:focus{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-400:focus{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-500:focus{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-600:focus{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-700:focus{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-800:focus{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:focus\:tw-text-yellow-900:focus{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-100:focus{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-200:focus{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-300:focus{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-400:focus{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-500:focus{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-600:focus{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-700:focus{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-800:focus{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:focus\:tw-text-green-900:focus{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-100:focus{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-200:focus{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-300:focus{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-400:focus{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-500:focus{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-600:focus{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-700:focus{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-800:focus{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:focus\:tw-text-teal-900:focus{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-100:focus{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-200:focus{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-300:focus{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-400:focus{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-500:focus{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-600:focus{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-700:focus{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-800:focus{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:focus\:tw-text-blue-900:focus{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-100:focus{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-200:focus{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-300:focus{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-400:focus{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-500:focus{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-600:focus{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-700:focus{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-800:focus{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:focus\:tw-text-indigo-900:focus{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-100:focus{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-200:focus{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-300:focus{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-400:focus{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-500:focus{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-600:focus{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-700:focus{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-800:focus{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:focus\:tw-text-purple-900:focus{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-100:focus{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-200:focus{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-300:focus{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-400:focus{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-500:focus{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-600:focus{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-700:focus{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-800:focus{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:focus\:tw-text-pink-900:focus{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:focus\:tw-text-shadow-100:focus{
    color: #00000026;
  }

  .xl\:focus\:tw-text-shadow-200:focus{
    color: #0000001A;
  }

  .xl\:focus\:tw-text-grey-100:focus{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .xl\:focus\:tw-text-grey-200:focus{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .xl\:focus\:tw-text-grey-300:focus{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .xl\:focus\:tw-text-grey-400:focus{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .xl\:focus\:tw-text-grey-500:focus{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .xl\:focus\:tw-text-grey-600:focus{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:focus\:tw-text-zzmblue-100:focus{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .xl\:focus\:tw-text-zzmblue-200:focus{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .xl\:focus\:tw-text-zzmgreen-100:focus{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .xl\:focus\:tw-text-zzmgreen-200:focus{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .xl\:focus\:tw-text-zzmgreen-300:focus{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .xl\:focus\:tw-text-zzmorange:focus{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .xl\:focus\:tw-text-zzmyellow:focus{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .xl\:focus\:tw-text-zzmred:focus{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .xl\:active\:tw-text-transparent:active{
    color: transparent;
  }

  .xl\:active\:tw-text-current:active{
    color: currentColor;
  }

  .xl\:active\:tw-text-black:active{
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity));
  }

  .xl\:active\:tw-text-white:active{
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-100:active{
    --text-opacity: 1;
    color: #f7fafc;
    color: rgba(247, 250, 252, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-200:active{
    --text-opacity: 1;
    color: #edf2f7;
    color: rgba(237, 242, 247, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-300:active{
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-400:active{
    --text-opacity: 1;
    color: #cbd5e0;
    color: rgba(203, 213, 224, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-500:active{
    --text-opacity: 1;
    color: #a0aec0;
    color: rgba(160, 174, 192, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-600:active{
    --text-opacity: 1;
    color: #718096;
    color: rgba(113, 128, 150, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-700:active{
    --text-opacity: 1;
    color: #4a5568;
    color: rgba(74, 85, 104, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-800:active{
    --text-opacity: 1;
    color: #2d3748;
    color: rgba(45, 55, 72, var(--text-opacity));
  }

  .xl\:active\:tw-text-gray-900:active{
    --text-opacity: 1;
    color: #1a202c;
    color: rgba(26, 32, 44, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-100:active{
    --text-opacity: 1;
    color: #fff5f5;
    color: rgba(255, 245, 245, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-200:active{
    --text-opacity: 1;
    color: #fed7d7;
    color: rgba(254, 215, 215, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-300:active{
    --text-opacity: 1;
    color: #feb2b2;
    color: rgba(254, 178, 178, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-400:active{
    --text-opacity: 1;
    color: #fc8181;
    color: rgba(252, 129, 129, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-500:active{
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-600:active{
    --text-opacity: 1;
    color: #e53e3e;
    color: rgba(229, 62, 62, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-700:active{
    --text-opacity: 1;
    color: #c53030;
    color: rgba(197, 48, 48, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-800:active{
    --text-opacity: 1;
    color: #9b2c2c;
    color: rgba(155, 44, 44, var(--text-opacity));
  }

  .xl\:active\:tw-text-red-900:active{
    --text-opacity: 1;
    color: #742a2a;
    color: rgba(116, 42, 42, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-100:active{
    --text-opacity: 1;
    color: #fffaf0;
    color: rgba(255, 250, 240, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-200:active{
    --text-opacity: 1;
    color: #feebc8;
    color: rgba(254, 235, 200, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-300:active{
    --text-opacity: 1;
    color: #fbd38d;
    color: rgba(251, 211, 141, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-400:active{
    --text-opacity: 1;
    color: #f6ad55;
    color: rgba(246, 173, 85, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-500:active{
    --text-opacity: 1;
    color: #ed8936;
    color: rgba(237, 137, 54, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-600:active{
    --text-opacity: 1;
    color: #dd6b20;
    color: rgba(221, 107, 32, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-700:active{
    --text-opacity: 1;
    color: #c05621;
    color: rgba(192, 86, 33, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-800:active{
    --text-opacity: 1;
    color: #9c4221;
    color: rgba(156, 66, 33, var(--text-opacity));
  }

  .xl\:active\:tw-text-orange-900:active{
    --text-opacity: 1;
    color: #7b341e;
    color: rgba(123, 52, 30, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-100:active{
    --text-opacity: 1;
    color: #fffff0;
    color: rgba(255, 255, 240, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-200:active{
    --text-opacity: 1;
    color: #fefcbf;
    color: rgba(254, 252, 191, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-300:active{
    --text-opacity: 1;
    color: #faf089;
    color: rgba(250, 240, 137, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-400:active{
    --text-opacity: 1;
    color: #f6e05e;
    color: rgba(246, 224, 94, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-500:active{
    --text-opacity: 1;
    color: #ecc94b;
    color: rgba(236, 201, 75, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-600:active{
    --text-opacity: 1;
    color: #d69e2e;
    color: rgba(214, 158, 46, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-700:active{
    --text-opacity: 1;
    color: #b7791f;
    color: rgba(183, 121, 31, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-800:active{
    --text-opacity: 1;
    color: #975a16;
    color: rgba(151, 90, 22, var(--text-opacity));
  }

  .xl\:active\:tw-text-yellow-900:active{
    --text-opacity: 1;
    color: #744210;
    color: rgba(116, 66, 16, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-100:active{
    --text-opacity: 1;
    color: #f0fff4;
    color: rgba(240, 255, 244, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-200:active{
    --text-opacity: 1;
    color: #c6f6d5;
    color: rgba(198, 246, 213, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-300:active{
    --text-opacity: 1;
    color: #9ae6b4;
    color: rgba(154, 230, 180, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-400:active{
    --text-opacity: 1;
    color: #68d391;
    color: rgba(104, 211, 145, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-500:active{
    --text-opacity: 1;
    color: #48bb78;
    color: rgba(72, 187, 120, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-600:active{
    --text-opacity: 1;
    color: #38a169;
    color: rgba(56, 161, 105, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-700:active{
    --text-opacity: 1;
    color: #2f855a;
    color: rgba(47, 133, 90, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-800:active{
    --text-opacity: 1;
    color: #276749;
    color: rgba(39, 103, 73, var(--text-opacity));
  }

  .xl\:active\:tw-text-green-900:active{
    --text-opacity: 1;
    color: #22543d;
    color: rgba(34, 84, 61, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-100:active{
    --text-opacity: 1;
    color: #e6fffa;
    color: rgba(230, 255, 250, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-200:active{
    --text-opacity: 1;
    color: #b2f5ea;
    color: rgba(178, 245, 234, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-300:active{
    --text-opacity: 1;
    color: #81e6d9;
    color: rgba(129, 230, 217, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-400:active{
    --text-opacity: 1;
    color: #4fd1c5;
    color: rgba(79, 209, 197, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-500:active{
    --text-opacity: 1;
    color: #38b2ac;
    color: rgba(56, 178, 172, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-600:active{
    --text-opacity: 1;
    color: #319795;
    color: rgba(49, 151, 149, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-700:active{
    --text-opacity: 1;
    color: #2c7a7b;
    color: rgba(44, 122, 123, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-800:active{
    --text-opacity: 1;
    color: #285e61;
    color: rgba(40, 94, 97, var(--text-opacity));
  }

  .xl\:active\:tw-text-teal-900:active{
    --text-opacity: 1;
    color: #234e52;
    color: rgba(35, 78, 82, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-100:active{
    --text-opacity: 1;
    color: #ebf8ff;
    color: rgba(235, 248, 255, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-200:active{
    --text-opacity: 1;
    color: #bee3f8;
    color: rgba(190, 227, 248, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-300:active{
    --text-opacity: 1;
    color: #90cdf4;
    color: rgba(144, 205, 244, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-400:active{
    --text-opacity: 1;
    color: #63b3ed;
    color: rgba(99, 179, 237, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-500:active{
    --text-opacity: 1;
    color: #4299e1;
    color: rgba(66, 153, 225, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-600:active{
    --text-opacity: 1;
    color: #3182ce;
    color: rgba(49, 130, 206, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-700:active{
    --text-opacity: 1;
    color: #2b6cb0;
    color: rgba(43, 108, 176, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-800:active{
    --text-opacity: 1;
    color: #2c5282;
    color: rgba(44, 82, 130, var(--text-opacity));
  }

  .xl\:active\:tw-text-blue-900:active{
    --text-opacity: 1;
    color: #2a4365;
    color: rgba(42, 67, 101, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-100:active{
    --text-opacity: 1;
    color: #ebf4ff;
    color: rgba(235, 244, 255, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-200:active{
    --text-opacity: 1;
    color: #c3dafe;
    color: rgba(195, 218, 254, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-300:active{
    --text-opacity: 1;
    color: #a3bffa;
    color: rgba(163, 191, 250, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-400:active{
    --text-opacity: 1;
    color: #7f9cf5;
    color: rgba(127, 156, 245, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-500:active{
    --text-opacity: 1;
    color: #667eea;
    color: rgba(102, 126, 234, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-600:active{
    --text-opacity: 1;
    color: #5a67d8;
    color: rgba(90, 103, 216, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-700:active{
    --text-opacity: 1;
    color: #4c51bf;
    color: rgba(76, 81, 191, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-800:active{
    --text-opacity: 1;
    color: #434190;
    color: rgba(67, 65, 144, var(--text-opacity));
  }

  .xl\:active\:tw-text-indigo-900:active{
    --text-opacity: 1;
    color: #3c366b;
    color: rgba(60, 54, 107, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-100:active{
    --text-opacity: 1;
    color: #faf5ff;
    color: rgba(250, 245, 255, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-200:active{
    --text-opacity: 1;
    color: #e9d8fd;
    color: rgba(233, 216, 253, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-300:active{
    --text-opacity: 1;
    color: #d6bcfa;
    color: rgba(214, 188, 250, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-400:active{
    --text-opacity: 1;
    color: #b794f4;
    color: rgba(183, 148, 244, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-500:active{
    --text-opacity: 1;
    color: #9f7aea;
    color: rgba(159, 122, 234, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-600:active{
    --text-opacity: 1;
    color: #805ad5;
    color: rgba(128, 90, 213, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-700:active{
    --text-opacity: 1;
    color: #6b46c1;
    color: rgba(107, 70, 193, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-800:active{
    --text-opacity: 1;
    color: #553c9a;
    color: rgba(85, 60, 154, var(--text-opacity));
  }

  .xl\:active\:tw-text-purple-900:active{
    --text-opacity: 1;
    color: #44337a;
    color: rgba(68, 51, 122, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-100:active{
    --text-opacity: 1;
    color: #fff5f7;
    color: rgba(255, 245, 247, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-200:active{
    --text-opacity: 1;
    color: #fed7e2;
    color: rgba(254, 215, 226, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-300:active{
    --text-opacity: 1;
    color: #fbb6ce;
    color: rgba(251, 182, 206, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-400:active{
    --text-opacity: 1;
    color: #f687b3;
    color: rgba(246, 135, 179, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-500:active{
    --text-opacity: 1;
    color: #ed64a6;
    color: rgba(237, 100, 166, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-600:active{
    --text-opacity: 1;
    color: #d53f8c;
    color: rgba(213, 63, 140, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-700:active{
    --text-opacity: 1;
    color: #b83280;
    color: rgba(184, 50, 128, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-800:active{
    --text-opacity: 1;
    color: #97266d;
    color: rgba(151, 38, 109, var(--text-opacity));
  }

  .xl\:active\:tw-text-pink-900:active{
    --text-opacity: 1;
    color: #702459;
    color: rgba(112, 36, 89, var(--text-opacity));
  }

  .xl\:active\:tw-text-shadow-100:active{
    color: #00000026;
  }

  .xl\:active\:tw-text-shadow-200:active{
    color: #0000001A;
  }

  .xl\:active\:tw-text-grey-100:active{
    --text-opacity: 1;
    color: #FBFBFB;
    color: rgba(251, 251, 251, var(--text-opacity));
  }

  .xl\:active\:tw-text-grey-200:active{
    --text-opacity: 1;
    color: #F1F1F1;
    color: rgba(241, 241, 241, var(--text-opacity));
  }

  .xl\:active\:tw-text-grey-300:active{
    --text-opacity: 1;
    color: #E4E4E4;
    color: rgba(228, 228, 228, var(--text-opacity));
  }

  .xl\:active\:tw-text-grey-400:active{
    --text-opacity: 1;
    color: #C4C4C4;
    color: rgba(196, 196, 196, var(--text-opacity));
  }

  .xl\:active\:tw-text-grey-500:active{
    --text-opacity: 1;
    color: #999999;
    color: rgba(153, 153, 153, var(--text-opacity));
  }

  .xl\:active\:tw-text-grey-600:active{
    --text-opacity: 1;
    color: #707070;
    color: rgba(112, 112, 112, var(--text-opacity));
  }

  .xl\:active\:tw-text-zzmblue-100:active{
    --text-opacity: 1;
    color: #34ADFD;
    color: rgba(52, 173, 253, var(--text-opacity));
  }

  .xl\:active\:tw-text-zzmblue-200:active{
    --text-opacity: 1;
    color: #0096DB;
    color: rgba(0, 150, 219, var(--text-opacity));
  }

  .xl\:active\:tw-text-zzmgreen-100:active{
    --text-opacity: 1;
    color: #A6CD4A;
    color: rgba(166, 205, 74, var(--text-opacity));
  }

  .xl\:active\:tw-text-zzmgreen-200:active{
    --text-opacity: 1;
    color: #8DBB20;
    color: rgba(141, 187, 32, var(--text-opacity));
  }

  .xl\:active\:tw-text-zzmgreen-300:active{
    --text-opacity: 1;
    color: #39B54A;
    color: rgba(57, 181, 74, var(--text-opacity));
  }

  .xl\:active\:tw-text-zzmorange:active{
    --text-opacity: 1;
    color: #FFA200;
    color: rgba(255, 162, 0, var(--text-opacity));
  }

  .xl\:active\:tw-text-zzmyellow:active{
    --text-opacity: 1;
    color: #FFDD00;
    color: rgba(255, 221, 0, var(--text-opacity));
  }

  .xl\:active\:tw-text-zzmred:active{
    --text-opacity: 1;
    color: #EC5840;
    color: rgba(236, 88, 64, var(--text-opacity));
  }

  .xl\:\!tw-text-transparent{
    color: transparent !important;
  }

  .xl\:\!tw-text-current{
    color: currentColor !important;
  }

  .xl\:\!tw-text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-shadow-100{
    color: #00000026 !important;
  }

  .xl\:\!tw-text-shadow-200{
    color: #0000001A !important;
  }

  .xl\:\!tw-text-grey-100{
    --text-opacity: 1 !important;
    color: #FBFBFB !important;
    color: rgba(251, 251, 251, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-grey-200{
    --text-opacity: 1 !important;
    color: #F1F1F1 !important;
    color: rgba(241, 241, 241, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-grey-300{
    --text-opacity: 1 !important;
    color: #E4E4E4 !important;
    color: rgba(228, 228, 228, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-grey-400{
    --text-opacity: 1 !important;
    color: #C4C4C4 !important;
    color: rgba(196, 196, 196, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-grey-500{
    --text-opacity: 1 !important;
    color: #999999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-grey-600{
    --text-opacity: 1 !important;
    color: #707070 !important;
    color: rgba(112, 112, 112, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-zzmblue-100{
    --text-opacity: 1 !important;
    color: #34ADFD !important;
    color: rgba(52, 173, 253, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-zzmblue-200{
    --text-opacity: 1 !important;
    color: #0096DB !important;
    color: rgba(0, 150, 219, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-zzmgreen-100{
    --text-opacity: 1 !important;
    color: #A6CD4A !important;
    color: rgba(166, 205, 74, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-zzmgreen-200{
    --text-opacity: 1 !important;
    color: #8DBB20 !important;
    color: rgba(141, 187, 32, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-zzmgreen-300{
    --text-opacity: 1 !important;
    color: #39B54A !important;
    color: rgba(57, 181, 74, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-zzmorange{
    --text-opacity: 1 !important;
    color: #FFA200 !important;
    color: rgba(255, 162, 0, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-zzmyellow{
    --text-opacity: 1 !important;
    color: #FFDD00 !important;
    color: rgba(255, 221, 0, var(--text-opacity)) !important;
  }

  .xl\:\!tw-text-zzmred{
    --text-opacity: 1 !important;
    color: #EC5840 !important;
    color: rgba(236, 88, 64, var(--text-opacity)) !important;
  }

  .xl\:tw-text-opacity-0{
    --text-opacity: 0;
  }

  .xl\:tw-text-opacity-25{
    --text-opacity: 0.25;
  }

  .xl\:tw-text-opacity-50{
    --text-opacity: 0.5;
  }

  .xl\:tw-text-opacity-75{
    --text-opacity: 0.75;
  }

  .xl\:tw-text-opacity-100{
    --text-opacity: 1;
  }

  .xl\:hover\:tw-text-opacity-0:hover{
    --text-opacity: 0;
  }

  .xl\:hover\:tw-text-opacity-25:hover{
    --text-opacity: 0.25;
  }

  .xl\:hover\:tw-text-opacity-50:hover{
    --text-opacity: 0.5;
  }

  .xl\:hover\:tw-text-opacity-75:hover{
    --text-opacity: 0.75;
  }

  .xl\:hover\:tw-text-opacity-100:hover{
    --text-opacity: 1;
  }

  .xl\:focus\:tw-text-opacity-0:focus{
    --text-opacity: 0;
  }

  .xl\:focus\:tw-text-opacity-25:focus{
    --text-opacity: 0.25;
  }

  .xl\:focus\:tw-text-opacity-50:focus{
    --text-opacity: 0.5;
  }

  .xl\:focus\:tw-text-opacity-75:focus{
    --text-opacity: 0.75;
  }

  .xl\:focus\:tw-text-opacity-100:focus{
    --text-opacity: 1;
  }

  .xl\:tw-italic{
    font-style: italic;
  }

  .xl\:tw-not-italic{
    font-style: normal;
  }

  .xl\:tw-uppercase{
    text-transform: uppercase;
  }

  .xl\:tw-lowercase{
    text-transform: lowercase;
  }

  .xl\:tw-capitalize{
    text-transform: capitalize;
  }

  .xl\:tw-normal-case{
    text-transform: none;
  }

  .xl\:tw-underline{
    text-decoration: underline;
  }

  .xl\:tw-line-through{
    text-decoration: line-through;
  }

  .xl\:tw-no-underline{
    text-decoration: none;
  }

  .xl\:hover\:tw-underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:tw-line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:tw-no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:tw-underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:tw-line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:tw-no-underline:focus{
    text-decoration: none;
  }

  .xl\:tw-antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:tw-subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:tw-tracking-tighter{
    letter-spacing: -0.05em;
  }

  .xl\:tw-tracking-tight{
    letter-spacing: -0.025em;
  }

  .xl\:tw-tracking-normal{
    letter-spacing: 0;
  }

  .xl\:tw-tracking-wide{
    letter-spacing: 0.025em;
  }

  .xl\:tw-tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tw-tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:tw-select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:tw-select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:tw-select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
        -ms-user-select: all;
            user-select: all;
  }

  .xl\:tw-select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:tw-align-baseline{
    vertical-align: baseline;
  }

  .xl\:tw-align-top{
    vertical-align: top;
  }

  .xl\:tw-align-middle{
    vertical-align: middle;
  }

  .xl\:tw-align-bottom{
    vertical-align: bottom;
  }

  .xl\:tw-align-text-top{
    vertical-align: text-top;
  }

  .xl\:tw-align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:tw-visible{
    visibility: visible;
  }

  .xl\:tw-invisible{
    visibility: hidden;
  }

  .xl\:tw-whitespace-normal{
    white-space: normal;
  }

  .xl\:tw-whitespace-no-wrap{
    white-space: nowrap;
  }

  .xl\:tw-whitespace-pre{
    white-space: pre;
  }

  .xl\:tw-whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:tw-whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:tw-break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:tw-break-words{
    overflow-wrap: break-word;
  }

  .xl\:tw-break-all{
    word-break: break-all;
  }

  .xl\:tw-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:tw-w-0{
    width: 0;
  }

  .xl\:tw-w-1{
    width: 0.25rem;
  }

  .xl\:tw-w-2{
    width: 0.5rem;
  }

  .xl\:tw-w-3{
    width: 0.75rem;
  }

  .xl\:tw-w-4{
    width: 1rem;
  }

  .xl\:tw-w-5{
    width: 1.25rem;
  }

  .xl\:tw-w-6{
    width: 1.5rem;
  }

  .xl\:tw-w-7{
    width: 28px;
  }

  .xl\:tw-w-8{
    width: 2rem;
  }

  .xl\:tw-w-10{
    width: 2.5rem;
  }

  .xl\:tw-w-12{
    width: 3rem;
  }

  .xl\:tw-w-16{
    width: 4rem;
  }

  .xl\:tw-w-20{
    width: 5rem;
  }

  .xl\:tw-w-24{
    width: 6rem;
  }

  .xl\:tw-w-32{
    width: 8rem;
  }

  .xl\:tw-w-40{
    width: 10rem;
  }

  .xl\:tw-w-48{
    width: 12rem;
  }

  .xl\:tw-w-56{
    width: 14rem;
  }

  .xl\:tw-w-64{
    width: 16rem;
  }

  .xl\:tw-w-auto{
    width: auto;
  }

  .xl\:tw-w-px{
    width: 1px;
  }

  .xl\:tw-w-1\/2{
    width: 50%;
  }

  .xl\:tw-w-1\/3{
    width: 33.333333%;
  }

  .xl\:tw-w-2\/3{
    width: 66.666667%;
  }

  .xl\:tw-w-1\/4{
    width: 25%;
  }

  .xl\:tw-w-2\/4{
    width: 50%;
  }

  .xl\:tw-w-3\/4{
    width: 75%;
  }

  .xl\:tw-w-1\/5{
    width: 20%;
  }

  .xl\:tw-w-2\/5{
    width: 40%;
  }

  .xl\:tw-w-3\/5{
    width: 60%;
  }

  .xl\:tw-w-4\/5{
    width: 80%;
  }

  .xl\:tw-w-1\/6{
    width: 16.666667%;
  }

  .xl\:tw-w-2\/6{
    width: 33.333333%;
  }

  .xl\:tw-w-3\/6{
    width: 50%;
  }

  .xl\:tw-w-4\/6{
    width: 66.666667%;
  }

  .xl\:tw-w-5\/6{
    width: 83.333333%;
  }

  .xl\:tw-w-1\/12{
    width: 8.333333%;
  }

  .xl\:tw-w-2\/12{
    width: 16.666667%;
  }

  .xl\:tw-w-3\/12{
    width: 25%;
  }

  .xl\:tw-w-4\/12{
    width: 33.333333%;
  }

  .xl\:tw-w-5\/12{
    width: 41.666667%;
  }

  .xl\:tw-w-6\/12{
    width: 50%;
  }

  .xl\:tw-w-7\/12{
    width: 58.333333%;
  }

  .xl\:tw-w-8\/12{
    width: 66.666667%;
  }

  .xl\:tw-w-9\/12{
    width: 75%;
  }

  .xl\:tw-w-10\/12{
    width: 83.333333%;
  }

  .xl\:tw-w-11\/12{
    width: 91.666667%;
  }

  .xl\:tw-w-full{
    width: 100%;
  }

  .xl\:tw-w-screen{
    width: 100vw;
  }

  .xl\:tw-z-0{
    z-index: 0;
  }

  .xl\:tw-z-10{
    z-index: 10;
  }

  .xl\:tw-z-20{
    z-index: 20;
  }

  .xl\:tw-z-30{
    z-index: 30;
  }

  .xl\:tw-z-40{
    z-index: 40;
  }

  .xl\:tw-z-50{
    z-index: 50;
  }

  .xl\:tw-z-100{
    z-index: 100;
  }

  .xl\:tw-z-auto{
    z-index: auto;
  }

  .xl\:tw-gap-0{
    grid-gap: 0;
    gap: 0;
  }

  .xl\:tw-gap-1{
    grid-gap: 0.25rem;
    gap: 0.25rem;
  }

  .xl\:tw-gap-2{
    grid-gap: 0.5rem;
    gap: 0.5rem;
  }

  .xl\:tw-gap-3{
    grid-gap: 0.75rem;
    gap: 0.75rem;
  }

  .xl\:tw-gap-4{
    grid-gap: 1rem;
    gap: 1rem;
  }

  .xl\:tw-gap-5{
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .xl\:tw-gap-6{
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .xl\:tw-gap-8{
    grid-gap: 2rem;
    gap: 2rem;
  }

  .xl\:tw-gap-10{
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

  .xl\:tw-gap-12{
    grid-gap: 3rem;
    gap: 3rem;
  }

  .xl\:tw-gap-16{
    grid-gap: 4rem;
    gap: 4rem;
  }

  .xl\:tw-gap-20{
    grid-gap: 5rem;
    gap: 5rem;
  }

  .xl\:tw-gap-24{
    grid-gap: 6rem;
    gap: 6rem;
  }

  .xl\:tw-gap-32{
    grid-gap: 8rem;
    gap: 8rem;
  }

  .xl\:tw-gap-40{
    grid-gap: 10rem;
    gap: 10rem;
  }

  .xl\:tw-gap-48{
    grid-gap: 12rem;
    gap: 12rem;
  }

  .xl\:tw-gap-56{
    grid-gap: 14rem;
    gap: 14rem;
  }

  .xl\:tw-gap-64{
    grid-gap: 16rem;
    gap: 16rem;
  }

  .xl\:tw-gap-px{
    grid-gap: 1px;
    gap: 1px;
  }

  .xl\:tw-col-gap-0{
    grid-column-gap: 0;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .xl\:tw-col-gap-1{
    grid-column-gap: 0.25rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:tw-col-gap-2{
    grid-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:tw-col-gap-3{
    grid-column-gap: 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:tw-col-gap-4{
    grid-column-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:tw-col-gap-5{
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:tw-col-gap-6{
    grid-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:tw-col-gap-8{
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:tw-col-gap-10{
    grid-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:tw-col-gap-12{
    grid-column-gap: 3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:tw-col-gap-16{
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:tw-col-gap-20{
    grid-column-gap: 5rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:tw-col-gap-24{
    grid-column-gap: 6rem;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .xl\:tw-col-gap-32{
    grid-column-gap: 8rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }

  .xl\:tw-col-gap-40{
    grid-column-gap: 10rem;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

  .xl\:tw-col-gap-48{
    grid-column-gap: 12rem;
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

  .xl\:tw-col-gap-56{
    grid-column-gap: 14rem;
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }

  .xl\:tw-col-gap-64{
    grid-column-gap: 16rem;
    -moz-column-gap: 16rem;
         column-gap: 16rem;
  }

  .xl\:tw-col-gap-px{
    grid-column-gap: 1px;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }

  .xl\:tw-row-gap-0{
    grid-row-gap: 0;
    row-gap: 0;
  }

  .xl\:tw-row-gap-1{
    grid-row-gap: 0.25rem;
    row-gap: 0.25rem;
  }

  .xl\:tw-row-gap-2{
    grid-row-gap: 0.5rem;
    row-gap: 0.5rem;
  }

  .xl\:tw-row-gap-3{
    grid-row-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .xl\:tw-row-gap-4{
    grid-row-gap: 1rem;
    row-gap: 1rem;
  }

  .xl\:tw-row-gap-5{
    grid-row-gap: 1.25rem;
    row-gap: 1.25rem;
  }

  .xl\:tw-row-gap-6{
    grid-row-gap: 1.5rem;
    row-gap: 1.5rem;
  }

  .xl\:tw-row-gap-8{
    grid-row-gap: 2rem;
    row-gap: 2rem;
  }

  .xl\:tw-row-gap-10{
    grid-row-gap: 2.5rem;
    row-gap: 2.5rem;
  }

  .xl\:tw-row-gap-12{
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .xl\:tw-row-gap-16{
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .xl\:tw-row-gap-20{
    grid-row-gap: 5rem;
    row-gap: 5rem;
  }

  .xl\:tw-row-gap-24{
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:tw-row-gap-32{
    grid-row-gap: 8rem;
    row-gap: 8rem;
  }

  .xl\:tw-row-gap-40{
    grid-row-gap: 10rem;
    row-gap: 10rem;
  }

  .xl\:tw-row-gap-48{
    grid-row-gap: 12rem;
    row-gap: 12rem;
  }

  .xl\:tw-row-gap-56{
    grid-row-gap: 14rem;
    row-gap: 14rem;
  }

  .xl\:tw-row-gap-64{
    grid-row-gap: 16rem;
    row-gap: 16rem;
  }

  .xl\:tw-row-gap-px{
    grid-row-gap: 1px;
    row-gap: 1px;
  }

  .xl\:tw-grid-flow-row{
    grid-auto-flow: row;
  }

  .xl\:tw-grid-flow-col{
    grid-auto-flow: column;
  }

  .xl\:tw-grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl\:tw-grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-none{
    grid-template-columns: none;
  }

  .xl\:tw-grid-cols-playlistgames{
    grid-template-columns: repeat(auto-fill, 230px);
  }

  .xl\:tw-col-auto{
    grid-column: auto;
  }

  .xl\:tw-col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:tw-col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:tw-col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:tw-col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:tw-col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:tw-col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:tw-col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:tw-col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:tw-col-span-9{
    grid-column: span 9 / span 9;
  }

  .xl\:tw-col-span-10{
    grid-column: span 10 / span 10;
  }

  .xl\:tw-col-span-11{
    grid-column: span 11 / span 11;
  }

  .xl\:tw-col-span-12{
    grid-column: span 12 / span 12;
  }

  .xl\:tw-col-start-1{
    grid-column-start: 1;
  }

  .xl\:tw-col-start-2{
    grid-column-start: 2;
  }

  .xl\:tw-col-start-3{
    grid-column-start: 3;
  }

  .xl\:tw-col-start-4{
    grid-column-start: 4;
  }

  .xl\:tw-col-start-5{
    grid-column-start: 5;
  }

  .xl\:tw-col-start-6{
    grid-column-start: 6;
  }

  .xl\:tw-col-start-7{
    grid-column-start: 7;
  }

  .xl\:tw-col-start-8{
    grid-column-start: 8;
  }

  .xl\:tw-col-start-9{
    grid-column-start: 9;
  }

  .xl\:tw-col-start-10{
    grid-column-start: 10;
  }

  .xl\:tw-col-start-11{
    grid-column-start: 11;
  }

  .xl\:tw-col-start-12{
    grid-column-start: 12;
  }

  .xl\:tw-col-start-13{
    grid-column-start: 13;
  }

  .xl\:tw-col-start-auto{
    grid-column-start: auto;
  }

  .xl\:tw-col-end-1{
    grid-column-end: 1;
  }

  .xl\:tw-col-end-2{
    grid-column-end: 2;
  }

  .xl\:tw-col-end-3{
    grid-column-end: 3;
  }

  .xl\:tw-col-end-4{
    grid-column-end: 4;
  }

  .xl\:tw-col-end-5{
    grid-column-end: 5;
  }

  .xl\:tw-col-end-6{
    grid-column-end: 6;
  }

  .xl\:tw-col-end-7{
    grid-column-end: 7;
  }

  .xl\:tw-col-end-8{
    grid-column-end: 8;
  }

  .xl\:tw-col-end-9{
    grid-column-end: 9;
  }

  .xl\:tw-col-end-10{
    grid-column-end: 10;
  }

  .xl\:tw-col-end-11{
    grid-column-end: 11;
  }

  .xl\:tw-col-end-12{
    grid-column-end: 12;
  }

  .xl\:tw-col-end-13{
    grid-column-end: 13;
  }

  .xl\:tw-col-end-auto{
    grid-column-end: auto;
  }

  .xl\:tw-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:tw-grid-rows-none{
    grid-template-rows: none;
  }

  .xl\:tw-row-auto{
    grid-row: auto;
  }

  .xl\:tw-row-span-1{
    grid-row: span 1 / span 1;
  }

  .xl\:tw-row-span-2{
    grid-row: span 2 / span 2;
  }

  .xl\:tw-row-span-3{
    grid-row: span 3 / span 3;
  }

  .xl\:tw-row-span-4{
    grid-row: span 4 / span 4;
  }

  .xl\:tw-row-span-5{
    grid-row: span 5 / span 5;
  }

  .xl\:tw-row-span-6{
    grid-row: span 6 / span 6;
  }

  .xl\:tw-row-start-1{
    grid-row-start: 1;
  }

  .xl\:tw-row-start-2{
    grid-row-start: 2;
  }

  .xl\:tw-row-start-3{
    grid-row-start: 3;
  }

  .xl\:tw-row-start-4{
    grid-row-start: 4;
  }

  .xl\:tw-row-start-5{
    grid-row-start: 5;
  }

  .xl\:tw-row-start-6{
    grid-row-start: 6;
  }

  .xl\:tw-row-start-7{
    grid-row-start: 7;
  }

  .xl\:tw-row-start-auto{
    grid-row-start: auto;
  }

  .xl\:tw-row-end-1{
    grid-row-end: 1;
  }

  .xl\:tw-row-end-2{
    grid-row-end: 2;
  }

  .xl\:tw-row-end-3{
    grid-row-end: 3;
  }

  .xl\:tw-row-end-4{
    grid-row-end: 4;
  }

  .xl\:tw-row-end-5{
    grid-row-end: 5;
  }

  .xl\:tw-row-end-6{
    grid-row-end: 6;
  }

  .xl\:tw-row-end-7{
    grid-row-end: 7;
  }

  .xl\:tw-row-end-auto{
    grid-row-end: auto;
  }

  .xl\:tw-transform{
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  }

  .xl\:tw-transform-none{
    transform: none;
  }

  .xl\:tw-origin-center{
    transform-origin: center;
  }

  .xl\:tw-origin-top{
    transform-origin: top;
  }

  .xl\:tw-origin-top-right{
    transform-origin: top right;
  }

  .xl\:tw-origin-right{
    transform-origin: right;
  }

  .xl\:tw-origin-bottom-right{
    transform-origin: bottom right;
  }

  .xl\:tw-origin-bottom{
    transform-origin: bottom;
  }

  .xl\:tw-origin-bottom-left{
    transform-origin: bottom left;
  }

  .xl\:tw-origin-left{
    transform-origin: left;
  }

  .xl\:tw-origin-top-left{
    transform-origin: top left;
  }

  .xl\:tw-scale-0{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:tw-scale-50{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:tw-scale-75{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:tw-scale-90{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:tw-scale-95{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:tw-scale-100{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:tw-scale-105{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:tw-scale-110{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:tw-scale-125{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:tw-scale-150{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:tw-scale-x-0{
    --transform-scale-x: 0;
  }

  .xl\:tw-scale-x-50{
    --transform-scale-x: .5;
  }

  .xl\:tw-scale-x-75{
    --transform-scale-x: .75;
  }

  .xl\:tw-scale-x-90{
    --transform-scale-x: .9;
  }

  .xl\:tw-scale-x-95{
    --transform-scale-x: .95;
  }

  .xl\:tw-scale-x-100{
    --transform-scale-x: 1;
  }

  .xl\:tw-scale-x-105{
    --transform-scale-x: 1.05;
  }

  .xl\:tw-scale-x-110{
    --transform-scale-x: 1.1;
  }

  .xl\:tw-scale-x-125{
    --transform-scale-x: 1.25;
  }

  .xl\:tw-scale-x-150{
    --transform-scale-x: 1.5;
  }

  .xl\:tw-scale-y-0{
    --transform-scale-y: 0;
  }

  .xl\:tw-scale-y-50{
    --transform-scale-y: .5;
  }

  .xl\:tw-scale-y-75{
    --transform-scale-y: .75;
  }

  .xl\:tw-scale-y-90{
    --transform-scale-y: .9;
  }

  .xl\:tw-scale-y-95{
    --transform-scale-y: .95;
  }

  .xl\:tw-scale-y-100{
    --transform-scale-y: 1;
  }

  .xl\:tw-scale-y-105{
    --transform-scale-y: 1.05;
  }

  .xl\:tw-scale-y-110{
    --transform-scale-y: 1.1;
  }

  .xl\:tw-scale-y-125{
    --transform-scale-y: 1.25;
  }

  .xl\:tw-scale-y-150{
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:tw-scale-0:hover{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:hover\:tw-scale-50:hover{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:hover\:tw-scale-75:hover{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:hover\:tw-scale-90:hover{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:hover\:tw-scale-95:hover{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:hover\:tw-scale-100:hover{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:hover\:tw-scale-105:hover{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:tw-scale-110:hover{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:tw-scale-125:hover{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:tw-scale-150:hover{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:hover\:tw-scale-x-0:hover{
    --transform-scale-x: 0;
  }

  .xl\:hover\:tw-scale-x-50:hover{
    --transform-scale-x: .5;
  }

  .xl\:hover\:tw-scale-x-75:hover{
    --transform-scale-x: .75;
  }

  .xl\:hover\:tw-scale-x-90:hover{
    --transform-scale-x: .9;
  }

  .xl\:hover\:tw-scale-x-95:hover{
    --transform-scale-x: .95;
  }

  .xl\:hover\:tw-scale-x-100:hover{
    --transform-scale-x: 1;
  }

  .xl\:hover\:tw-scale-x-105:hover{
    --transform-scale-x: 1.05;
  }

  .xl\:hover\:tw-scale-x-110:hover{
    --transform-scale-x: 1.1;
  }

  .xl\:hover\:tw-scale-x-125:hover{
    --transform-scale-x: 1.25;
  }

  .xl\:hover\:tw-scale-x-150:hover{
    --transform-scale-x: 1.5;
  }

  .xl\:hover\:tw-scale-y-0:hover{
    --transform-scale-y: 0;
  }

  .xl\:hover\:tw-scale-y-50:hover{
    --transform-scale-y: .5;
  }

  .xl\:hover\:tw-scale-y-75:hover{
    --transform-scale-y: .75;
  }

  .xl\:hover\:tw-scale-y-90:hover{
    --transform-scale-y: .9;
  }

  .xl\:hover\:tw-scale-y-95:hover{
    --transform-scale-y: .95;
  }

  .xl\:hover\:tw-scale-y-100:hover{
    --transform-scale-y: 1;
  }

  .xl\:hover\:tw-scale-y-105:hover{
    --transform-scale-y: 1.05;
  }

  .xl\:hover\:tw-scale-y-110:hover{
    --transform-scale-y: 1.1;
  }

  .xl\:hover\:tw-scale-y-125:hover{
    --transform-scale-y: 1.25;
  }

  .xl\:hover\:tw-scale-y-150:hover{
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:tw-scale-0:focus{
    --transform-scale-x: 0;
    --transform-scale-y: 0;
  }

  .xl\:focus\:tw-scale-50:focus{
    --transform-scale-x: .5;
    --transform-scale-y: .5;
  }

  .xl\:focus\:tw-scale-75:focus{
    --transform-scale-x: .75;
    --transform-scale-y: .75;
  }

  .xl\:focus\:tw-scale-90:focus{
    --transform-scale-x: .9;
    --transform-scale-y: .9;
  }

  .xl\:focus\:tw-scale-95:focus{
    --transform-scale-x: .95;
    --transform-scale-y: .95;
  }

  .xl\:focus\:tw-scale-100:focus{
    --transform-scale-x: 1;
    --transform-scale-y: 1;
  }

  .xl\:focus\:tw-scale-105:focus{
    --transform-scale-x: 1.05;
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:tw-scale-110:focus{
    --transform-scale-x: 1.1;
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:tw-scale-125:focus{
    --transform-scale-x: 1.25;
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:tw-scale-150:focus{
    --transform-scale-x: 1.5;
    --transform-scale-y: 1.5;
  }

  .xl\:focus\:tw-scale-x-0:focus{
    --transform-scale-x: 0;
  }

  .xl\:focus\:tw-scale-x-50:focus{
    --transform-scale-x: .5;
  }

  .xl\:focus\:tw-scale-x-75:focus{
    --transform-scale-x: .75;
  }

  .xl\:focus\:tw-scale-x-90:focus{
    --transform-scale-x: .9;
  }

  .xl\:focus\:tw-scale-x-95:focus{
    --transform-scale-x: .95;
  }

  .xl\:focus\:tw-scale-x-100:focus{
    --transform-scale-x: 1;
  }

  .xl\:focus\:tw-scale-x-105:focus{
    --transform-scale-x: 1.05;
  }

  .xl\:focus\:tw-scale-x-110:focus{
    --transform-scale-x: 1.1;
  }

  .xl\:focus\:tw-scale-x-125:focus{
    --transform-scale-x: 1.25;
  }

  .xl\:focus\:tw-scale-x-150:focus{
    --transform-scale-x: 1.5;
  }

  .xl\:focus\:tw-scale-y-0:focus{
    --transform-scale-y: 0;
  }

  .xl\:focus\:tw-scale-y-50:focus{
    --transform-scale-y: .5;
  }

  .xl\:focus\:tw-scale-y-75:focus{
    --transform-scale-y: .75;
  }

  .xl\:focus\:tw-scale-y-90:focus{
    --transform-scale-y: .9;
  }

  .xl\:focus\:tw-scale-y-95:focus{
    --transform-scale-y: .95;
  }

  .xl\:focus\:tw-scale-y-100:focus{
    --transform-scale-y: 1;
  }

  .xl\:focus\:tw-scale-y-105:focus{
    --transform-scale-y: 1.05;
  }

  .xl\:focus\:tw-scale-y-110:focus{
    --transform-scale-y: 1.1;
  }

  .xl\:focus\:tw-scale-y-125:focus{
    --transform-scale-y: 1.25;
  }

  .xl\:focus\:tw-scale-y-150:focus{
    --transform-scale-y: 1.5;
  }

  .xl\:tw-rotate-0{
    --transform-rotate: 0;
  }

  .xl\:tw-rotate-45{
    --transform-rotate: 45deg;
  }

  .xl\:tw-rotate-90{
    --transform-rotate: 90deg;
  }

  .xl\:tw-rotate-180{
    --transform-rotate: 180deg;
  }

  .xl\:tw--rotate-180{
    --transform-rotate: -180deg;
  }

  .xl\:tw--rotate-90{
    --transform-rotate: -90deg;
  }

  .xl\:tw--rotate-45{
    --transform-rotate: -45deg;
  }

  .xl\:hover\:tw-rotate-0:hover{
    --transform-rotate: 0;
  }

  .xl\:hover\:tw-rotate-45:hover{
    --transform-rotate: 45deg;
  }

  .xl\:hover\:tw-rotate-90:hover{
    --transform-rotate: 90deg;
  }

  .xl\:hover\:tw-rotate-180:hover{
    --transform-rotate: 180deg;
  }

  .xl\:hover\:tw--rotate-180:hover{
    --transform-rotate: -180deg;
  }

  .xl\:hover\:tw--rotate-90:hover{
    --transform-rotate: -90deg;
  }

  .xl\:hover\:tw--rotate-45:hover{
    --transform-rotate: -45deg;
  }

  .xl\:focus\:tw-rotate-0:focus{
    --transform-rotate: 0;
  }

  .xl\:focus\:tw-rotate-45:focus{
    --transform-rotate: 45deg;
  }

  .xl\:focus\:tw-rotate-90:focus{
    --transform-rotate: 90deg;
  }

  .xl\:focus\:tw-rotate-180:focus{
    --transform-rotate: 180deg;
  }

  .xl\:focus\:tw--rotate-180:focus{
    --transform-rotate: -180deg;
  }

  .xl\:focus\:tw--rotate-90:focus{
    --transform-rotate: -90deg;
  }

  .xl\:focus\:tw--rotate-45:focus{
    --transform-rotate: -45deg;
  }

  .xl\:tw-translate-x-0{
    --transform-translate-x: 0;
  }

  .xl\:tw-translate-x-1{
    --transform-translate-x: 0.25rem;
  }

  .xl\:tw-translate-x-2{
    --transform-translate-x: 0.5rem;
  }

  .xl\:tw-translate-x-3{
    --transform-translate-x: 0.75rem;
  }

  .xl\:tw-translate-x-4{
    --transform-translate-x: 1rem;
  }

  .xl\:tw-translate-x-5{
    --transform-translate-x: 1.25rem;
  }

  .xl\:tw-translate-x-6{
    --transform-translate-x: 1.5rem;
  }

  .xl\:tw-translate-x-8{
    --transform-translate-x: 2rem;
  }

  .xl\:tw-translate-x-10{
    --transform-translate-x: 2.5rem;
  }

  .xl\:tw-translate-x-12{
    --transform-translate-x: 3rem;
  }

  .xl\:tw-translate-x-16{
    --transform-translate-x: 4rem;
  }

  .xl\:tw-translate-x-20{
    --transform-translate-x: 5rem;
  }

  .xl\:tw-translate-x-24{
    --transform-translate-x: 6rem;
  }

  .xl\:tw-translate-x-32{
    --transform-translate-x: 8rem;
  }

  .xl\:tw-translate-x-40{
    --transform-translate-x: 10rem;
  }

  .xl\:tw-translate-x-48{
    --transform-translate-x: 12rem;
  }

  .xl\:tw-translate-x-56{
    --transform-translate-x: 14rem;
  }

  .xl\:tw-translate-x-64{
    --transform-translate-x: 16rem;
  }

  .xl\:tw-translate-x-px{
    --transform-translate-x: 1px;
  }

  .xl\:tw--translate-x-1{
    --transform-translate-x: -0.25rem;
  }

  .xl\:tw--translate-x-2{
    --transform-translate-x: -0.5rem;
  }

  .xl\:tw--translate-x-3{
    --transform-translate-x: -0.75rem;
  }

  .xl\:tw--translate-x-4{
    --transform-translate-x: -1rem;
  }

  .xl\:tw--translate-x-5{
    --transform-translate-x: -1.25rem;
  }

  .xl\:tw--translate-x-6{
    --transform-translate-x: -1.5rem;
  }

  .xl\:tw--translate-x-8{
    --transform-translate-x: -2rem;
  }

  .xl\:tw--translate-x-10{
    --transform-translate-x: -2.5rem;
  }

  .xl\:tw--translate-x-12{
    --transform-translate-x: -3rem;
  }

  .xl\:tw--translate-x-16{
    --transform-translate-x: -4rem;
  }

  .xl\:tw--translate-x-20{
    --transform-translate-x: -5rem;
  }

  .xl\:tw--translate-x-24{
    --transform-translate-x: -6rem;
  }

  .xl\:tw--translate-x-32{
    --transform-translate-x: -8rem;
  }

  .xl\:tw--translate-x-40{
    --transform-translate-x: -10rem;
  }

  .xl\:tw--translate-x-48{
    --transform-translate-x: -12rem;
  }

  .xl\:tw--translate-x-56{
    --transform-translate-x: -14rem;
  }

  .xl\:tw--translate-x-64{
    --transform-translate-x: -16rem;
  }

  .xl\:tw--translate-x-px{
    --transform-translate-x: -1px;
  }

  .xl\:tw--translate-x-full{
    --transform-translate-x: -100%;
  }

  .xl\:tw--translate-x-1\/2{
    --transform-translate-x: -50%;
  }

  .xl\:tw-translate-x-1\/2{
    --transform-translate-x: 50%;
  }

  .xl\:tw-translate-x-full{
    --transform-translate-x: 100%;
  }

  .xl\:tw-translate-y-0{
    --transform-translate-y: 0;
  }

  .xl\:tw-translate-y-1{
    --transform-translate-y: 0.25rem;
  }

  .xl\:tw-translate-y-2{
    --transform-translate-y: 0.5rem;
  }

  .xl\:tw-translate-y-3{
    --transform-translate-y: 0.75rem;
  }

  .xl\:tw-translate-y-4{
    --transform-translate-y: 1rem;
  }

  .xl\:tw-translate-y-5{
    --transform-translate-y: 1.25rem;
  }

  .xl\:tw-translate-y-6{
    --transform-translate-y: 1.5rem;
  }

  .xl\:tw-translate-y-8{
    --transform-translate-y: 2rem;
  }

  .xl\:tw-translate-y-10{
    --transform-translate-y: 2.5rem;
  }

  .xl\:tw-translate-y-12{
    --transform-translate-y: 3rem;
  }

  .xl\:tw-translate-y-16{
    --transform-translate-y: 4rem;
  }

  .xl\:tw-translate-y-20{
    --transform-translate-y: 5rem;
  }

  .xl\:tw-translate-y-24{
    --transform-translate-y: 6rem;
  }

  .xl\:tw-translate-y-32{
    --transform-translate-y: 8rem;
  }

  .xl\:tw-translate-y-40{
    --transform-translate-y: 10rem;
  }

  .xl\:tw-translate-y-48{
    --transform-translate-y: 12rem;
  }

  .xl\:tw-translate-y-56{
    --transform-translate-y: 14rem;
  }

  .xl\:tw-translate-y-64{
    --transform-translate-y: 16rem;
  }

  .xl\:tw-translate-y-px{
    --transform-translate-y: 1px;
  }

  .xl\:tw--translate-y-1{
    --transform-translate-y: -0.25rem;
  }

  .xl\:tw--translate-y-2{
    --transform-translate-y: -0.5rem;
  }

  .xl\:tw--translate-y-3{
    --transform-translate-y: -0.75rem;
  }

  .xl\:tw--translate-y-4{
    --transform-translate-y: -1rem;
  }

  .xl\:tw--translate-y-5{
    --transform-translate-y: -1.25rem;
  }

  .xl\:tw--translate-y-6{
    --transform-translate-y: -1.5rem;
  }

  .xl\:tw--translate-y-8{
    --transform-translate-y: -2rem;
  }

  .xl\:tw--translate-y-10{
    --transform-translate-y: -2.5rem;
  }

  .xl\:tw--translate-y-12{
    --transform-translate-y: -3rem;
  }

  .xl\:tw--translate-y-16{
    --transform-translate-y: -4rem;
  }

  .xl\:tw--translate-y-20{
    --transform-translate-y: -5rem;
  }

  .xl\:tw--translate-y-24{
    --transform-translate-y: -6rem;
  }

  .xl\:tw--translate-y-32{
    --transform-translate-y: -8rem;
  }

  .xl\:tw--translate-y-40{
    --transform-translate-y: -10rem;
  }

  .xl\:tw--translate-y-48{
    --transform-translate-y: -12rem;
  }

  .xl\:tw--translate-y-56{
    --transform-translate-y: -14rem;
  }

  .xl\:tw--translate-y-64{
    --transform-translate-y: -16rem;
  }

  .xl\:tw--translate-y-px{
    --transform-translate-y: -1px;
  }

  .xl\:tw--translate-y-full{
    --transform-translate-y: -100%;
  }

  .xl\:tw--translate-y-1\/2{
    --transform-translate-y: -50%;
  }

  .xl\:tw-translate-y-1\/2{
    --transform-translate-y: 50%;
  }

  .xl\:tw-translate-y-full{
    --transform-translate-y: 100%;
  }

  .xl\:hover\:tw-translate-x-0:hover{
    --transform-translate-x: 0;
  }

  .xl\:hover\:tw-translate-x-1:hover{
    --transform-translate-x: 0.25rem;
  }

  .xl\:hover\:tw-translate-x-2:hover{
    --transform-translate-x: 0.5rem;
  }

  .xl\:hover\:tw-translate-x-3:hover{
    --transform-translate-x: 0.75rem;
  }

  .xl\:hover\:tw-translate-x-4:hover{
    --transform-translate-x: 1rem;
  }

  .xl\:hover\:tw-translate-x-5:hover{
    --transform-translate-x: 1.25rem;
  }

  .xl\:hover\:tw-translate-x-6:hover{
    --transform-translate-x: 1.5rem;
  }

  .xl\:hover\:tw-translate-x-8:hover{
    --transform-translate-x: 2rem;
  }

  .xl\:hover\:tw-translate-x-10:hover{
    --transform-translate-x: 2.5rem;
  }

  .xl\:hover\:tw-translate-x-12:hover{
    --transform-translate-x: 3rem;
  }

  .xl\:hover\:tw-translate-x-16:hover{
    --transform-translate-x: 4rem;
  }

  .xl\:hover\:tw-translate-x-20:hover{
    --transform-translate-x: 5rem;
  }

  .xl\:hover\:tw-translate-x-24:hover{
    --transform-translate-x: 6rem;
  }

  .xl\:hover\:tw-translate-x-32:hover{
    --transform-translate-x: 8rem;
  }

  .xl\:hover\:tw-translate-x-40:hover{
    --transform-translate-x: 10rem;
  }

  .xl\:hover\:tw-translate-x-48:hover{
    --transform-translate-x: 12rem;
  }

  .xl\:hover\:tw-translate-x-56:hover{
    --transform-translate-x: 14rem;
  }

  .xl\:hover\:tw-translate-x-64:hover{
    --transform-translate-x: 16rem;
  }

  .xl\:hover\:tw-translate-x-px:hover{
    --transform-translate-x: 1px;
  }

  .xl\:hover\:tw--translate-x-1:hover{
    --transform-translate-x: -0.25rem;
  }

  .xl\:hover\:tw--translate-x-2:hover{
    --transform-translate-x: -0.5rem;
  }

  .xl\:hover\:tw--translate-x-3:hover{
    --transform-translate-x: -0.75rem;
  }

  .xl\:hover\:tw--translate-x-4:hover{
    --transform-translate-x: -1rem;
  }

  .xl\:hover\:tw--translate-x-5:hover{
    --transform-translate-x: -1.25rem;
  }

  .xl\:hover\:tw--translate-x-6:hover{
    --transform-translate-x: -1.5rem;
  }

  .xl\:hover\:tw--translate-x-8:hover{
    --transform-translate-x: -2rem;
  }

  .xl\:hover\:tw--translate-x-10:hover{
    --transform-translate-x: -2.5rem;
  }

  .xl\:hover\:tw--translate-x-12:hover{
    --transform-translate-x: -3rem;
  }

  .xl\:hover\:tw--translate-x-16:hover{
    --transform-translate-x: -4rem;
  }

  .xl\:hover\:tw--translate-x-20:hover{
    --transform-translate-x: -5rem;
  }

  .xl\:hover\:tw--translate-x-24:hover{
    --transform-translate-x: -6rem;
  }

  .xl\:hover\:tw--translate-x-32:hover{
    --transform-translate-x: -8rem;
  }

  .xl\:hover\:tw--translate-x-40:hover{
    --transform-translate-x: -10rem;
  }

  .xl\:hover\:tw--translate-x-48:hover{
    --transform-translate-x: -12rem;
  }

  .xl\:hover\:tw--translate-x-56:hover{
    --transform-translate-x: -14rem;
  }

  .xl\:hover\:tw--translate-x-64:hover{
    --transform-translate-x: -16rem;
  }

  .xl\:hover\:tw--translate-x-px:hover{
    --transform-translate-x: -1px;
  }

  .xl\:hover\:tw--translate-x-full:hover{
    --transform-translate-x: -100%;
  }

  .xl\:hover\:tw--translate-x-1\/2:hover{
    --transform-translate-x: -50%;
  }

  .xl\:hover\:tw-translate-x-1\/2:hover{
    --transform-translate-x: 50%;
  }

  .xl\:hover\:tw-translate-x-full:hover{
    --transform-translate-x: 100%;
  }

  .xl\:hover\:tw-translate-y-0:hover{
    --transform-translate-y: 0;
  }

  .xl\:hover\:tw-translate-y-1:hover{
    --transform-translate-y: 0.25rem;
  }

  .xl\:hover\:tw-translate-y-2:hover{
    --transform-translate-y: 0.5rem;
  }

  .xl\:hover\:tw-translate-y-3:hover{
    --transform-translate-y: 0.75rem;
  }

  .xl\:hover\:tw-translate-y-4:hover{
    --transform-translate-y: 1rem;
  }

  .xl\:hover\:tw-translate-y-5:hover{
    --transform-translate-y: 1.25rem;
  }

  .xl\:hover\:tw-translate-y-6:hover{
    --transform-translate-y: 1.5rem;
  }

  .xl\:hover\:tw-translate-y-8:hover{
    --transform-translate-y: 2rem;
  }

  .xl\:hover\:tw-translate-y-10:hover{
    --transform-translate-y: 2.5rem;
  }

  .xl\:hover\:tw-translate-y-12:hover{
    --transform-translate-y: 3rem;
  }

  .xl\:hover\:tw-translate-y-16:hover{
    --transform-translate-y: 4rem;
  }

  .xl\:hover\:tw-translate-y-20:hover{
    --transform-translate-y: 5rem;
  }

  .xl\:hover\:tw-translate-y-24:hover{
    --transform-translate-y: 6rem;
  }

  .xl\:hover\:tw-translate-y-32:hover{
    --transform-translate-y: 8rem;
  }

  .xl\:hover\:tw-translate-y-40:hover{
    --transform-translate-y: 10rem;
  }

  .xl\:hover\:tw-translate-y-48:hover{
    --transform-translate-y: 12rem;
  }

  .xl\:hover\:tw-translate-y-56:hover{
    --transform-translate-y: 14rem;
  }

  .xl\:hover\:tw-translate-y-64:hover{
    --transform-translate-y: 16rem;
  }

  .xl\:hover\:tw-translate-y-px:hover{
    --transform-translate-y: 1px;
  }

  .xl\:hover\:tw--translate-y-1:hover{
    --transform-translate-y: -0.25rem;
  }

  .xl\:hover\:tw--translate-y-2:hover{
    --transform-translate-y: -0.5rem;
  }

  .xl\:hover\:tw--translate-y-3:hover{
    --transform-translate-y: -0.75rem;
  }

  .xl\:hover\:tw--translate-y-4:hover{
    --transform-translate-y: -1rem;
  }

  .xl\:hover\:tw--translate-y-5:hover{
    --transform-translate-y: -1.25rem;
  }

  .xl\:hover\:tw--translate-y-6:hover{
    --transform-translate-y: -1.5rem;
  }

  .xl\:hover\:tw--translate-y-8:hover{
    --transform-translate-y: -2rem;
  }

  .xl\:hover\:tw--translate-y-10:hover{
    --transform-translate-y: -2.5rem;
  }

  .xl\:hover\:tw--translate-y-12:hover{
    --transform-translate-y: -3rem;
  }

  .xl\:hover\:tw--translate-y-16:hover{
    --transform-translate-y: -4rem;
  }

  .xl\:hover\:tw--translate-y-20:hover{
    --transform-translate-y: -5rem;
  }

  .xl\:hover\:tw--translate-y-24:hover{
    --transform-translate-y: -6rem;
  }

  .xl\:hover\:tw--translate-y-32:hover{
    --transform-translate-y: -8rem;
  }

  .xl\:hover\:tw--translate-y-40:hover{
    --transform-translate-y: -10rem;
  }

  .xl\:hover\:tw--translate-y-48:hover{
    --transform-translate-y: -12rem;
  }

  .xl\:hover\:tw--translate-y-56:hover{
    --transform-translate-y: -14rem;
  }

  .xl\:hover\:tw--translate-y-64:hover{
    --transform-translate-y: -16rem;
  }

  .xl\:hover\:tw--translate-y-px:hover{
    --transform-translate-y: -1px;
  }

  .xl\:hover\:tw--translate-y-full:hover{
    --transform-translate-y: -100%;
  }

  .xl\:hover\:tw--translate-y-1\/2:hover{
    --transform-translate-y: -50%;
  }

  .xl\:hover\:tw-translate-y-1\/2:hover{
    --transform-translate-y: 50%;
  }

  .xl\:hover\:tw-translate-y-full:hover{
    --transform-translate-y: 100%;
  }

  .xl\:focus\:tw-translate-x-0:focus{
    --transform-translate-x: 0;
  }

  .xl\:focus\:tw-translate-x-1:focus{
    --transform-translate-x: 0.25rem;
  }

  .xl\:focus\:tw-translate-x-2:focus{
    --transform-translate-x: 0.5rem;
  }

  .xl\:focus\:tw-translate-x-3:focus{
    --transform-translate-x: 0.75rem;
  }

  .xl\:focus\:tw-translate-x-4:focus{
    --transform-translate-x: 1rem;
  }

  .xl\:focus\:tw-translate-x-5:focus{
    --transform-translate-x: 1.25rem;
  }

  .xl\:focus\:tw-translate-x-6:focus{
    --transform-translate-x: 1.5rem;
  }

  .xl\:focus\:tw-translate-x-8:focus{
    --transform-translate-x: 2rem;
  }

  .xl\:focus\:tw-translate-x-10:focus{
    --transform-translate-x: 2.5rem;
  }

  .xl\:focus\:tw-translate-x-12:focus{
    --transform-translate-x: 3rem;
  }

  .xl\:focus\:tw-translate-x-16:focus{
    --transform-translate-x: 4rem;
  }

  .xl\:focus\:tw-translate-x-20:focus{
    --transform-translate-x: 5rem;
  }

  .xl\:focus\:tw-translate-x-24:focus{
    --transform-translate-x: 6rem;
  }

  .xl\:focus\:tw-translate-x-32:focus{
    --transform-translate-x: 8rem;
  }

  .xl\:focus\:tw-translate-x-40:focus{
    --transform-translate-x: 10rem;
  }

  .xl\:focus\:tw-translate-x-48:focus{
    --transform-translate-x: 12rem;
  }

  .xl\:focus\:tw-translate-x-56:focus{
    --transform-translate-x: 14rem;
  }

  .xl\:focus\:tw-translate-x-64:focus{
    --transform-translate-x: 16rem;
  }

  .xl\:focus\:tw-translate-x-px:focus{
    --transform-translate-x: 1px;
  }

  .xl\:focus\:tw--translate-x-1:focus{
    --transform-translate-x: -0.25rem;
  }

  .xl\:focus\:tw--translate-x-2:focus{
    --transform-translate-x: -0.5rem;
  }

  .xl\:focus\:tw--translate-x-3:focus{
    --transform-translate-x: -0.75rem;
  }

  .xl\:focus\:tw--translate-x-4:focus{
    --transform-translate-x: -1rem;
  }

  .xl\:focus\:tw--translate-x-5:focus{
    --transform-translate-x: -1.25rem;
  }

  .xl\:focus\:tw--translate-x-6:focus{
    --transform-translate-x: -1.5rem;
  }

  .xl\:focus\:tw--translate-x-8:focus{
    --transform-translate-x: -2rem;
  }

  .xl\:focus\:tw--translate-x-10:focus{
    --transform-translate-x: -2.5rem;
  }

  .xl\:focus\:tw--translate-x-12:focus{
    --transform-translate-x: -3rem;
  }

  .xl\:focus\:tw--translate-x-16:focus{
    --transform-translate-x: -4rem;
  }

  .xl\:focus\:tw--translate-x-20:focus{
    --transform-translate-x: -5rem;
  }

  .xl\:focus\:tw--translate-x-24:focus{
    --transform-translate-x: -6rem;
  }

  .xl\:focus\:tw--translate-x-32:focus{
    --transform-translate-x: -8rem;
  }

  .xl\:focus\:tw--translate-x-40:focus{
    --transform-translate-x: -10rem;
  }

  .xl\:focus\:tw--translate-x-48:focus{
    --transform-translate-x: -12rem;
  }

  .xl\:focus\:tw--translate-x-56:focus{
    --transform-translate-x: -14rem;
  }

  .xl\:focus\:tw--translate-x-64:focus{
    --transform-translate-x: -16rem;
  }

  .xl\:focus\:tw--translate-x-px:focus{
    --transform-translate-x: -1px;
  }

  .xl\:focus\:tw--translate-x-full:focus{
    --transform-translate-x: -100%;
  }

  .xl\:focus\:tw--translate-x-1\/2:focus{
    --transform-translate-x: -50%;
  }

  .xl\:focus\:tw-translate-x-1\/2:focus{
    --transform-translate-x: 50%;
  }

  .xl\:focus\:tw-translate-x-full:focus{
    --transform-translate-x: 100%;
  }

  .xl\:focus\:tw-translate-y-0:focus{
    --transform-translate-y: 0;
  }

  .xl\:focus\:tw-translate-y-1:focus{
    --transform-translate-y: 0.25rem;
  }

  .xl\:focus\:tw-translate-y-2:focus{
    --transform-translate-y: 0.5rem;
  }

  .xl\:focus\:tw-translate-y-3:focus{
    --transform-translate-y: 0.75rem;
  }

  .xl\:focus\:tw-translate-y-4:focus{
    --transform-translate-y: 1rem;
  }

  .xl\:focus\:tw-translate-y-5:focus{
    --transform-translate-y: 1.25rem;
  }

  .xl\:focus\:tw-translate-y-6:focus{
    --transform-translate-y: 1.5rem;
  }

  .xl\:focus\:tw-translate-y-8:focus{
    --transform-translate-y: 2rem;
  }

  .xl\:focus\:tw-translate-y-10:focus{
    --transform-translate-y: 2.5rem;
  }

  .xl\:focus\:tw-translate-y-12:focus{
    --transform-translate-y: 3rem;
  }

  .xl\:focus\:tw-translate-y-16:focus{
    --transform-translate-y: 4rem;
  }

  .xl\:focus\:tw-translate-y-20:focus{
    --transform-translate-y: 5rem;
  }

  .xl\:focus\:tw-translate-y-24:focus{
    --transform-translate-y: 6rem;
  }

  .xl\:focus\:tw-translate-y-32:focus{
    --transform-translate-y: 8rem;
  }

  .xl\:focus\:tw-translate-y-40:focus{
    --transform-translate-y: 10rem;
  }

  .xl\:focus\:tw-translate-y-48:focus{
    --transform-translate-y: 12rem;
  }

  .xl\:focus\:tw-translate-y-56:focus{
    --transform-translate-y: 14rem;
  }

  .xl\:focus\:tw-translate-y-64:focus{
    --transform-translate-y: 16rem;
  }

  .xl\:focus\:tw-translate-y-px:focus{
    --transform-translate-y: 1px;
  }

  .xl\:focus\:tw--translate-y-1:focus{
    --transform-translate-y: -0.25rem;
  }

  .xl\:focus\:tw--translate-y-2:focus{
    --transform-translate-y: -0.5rem;
  }

  .xl\:focus\:tw--translate-y-3:focus{
    --transform-translate-y: -0.75rem;
  }

  .xl\:focus\:tw--translate-y-4:focus{
    --transform-translate-y: -1rem;
  }

  .xl\:focus\:tw--translate-y-5:focus{
    --transform-translate-y: -1.25rem;
  }

  .xl\:focus\:tw--translate-y-6:focus{
    --transform-translate-y: -1.5rem;
  }

  .xl\:focus\:tw--translate-y-8:focus{
    --transform-translate-y: -2rem;
  }

  .xl\:focus\:tw--translate-y-10:focus{
    --transform-translate-y: -2.5rem;
  }

  .xl\:focus\:tw--translate-y-12:focus{
    --transform-translate-y: -3rem;
  }

  .xl\:focus\:tw--translate-y-16:focus{
    --transform-translate-y: -4rem;
  }

  .xl\:focus\:tw--translate-y-20:focus{
    --transform-translate-y: -5rem;
  }

  .xl\:focus\:tw--translate-y-24:focus{
    --transform-translate-y: -6rem;
  }

  .xl\:focus\:tw--translate-y-32:focus{
    --transform-translate-y: -8rem;
  }

  .xl\:focus\:tw--translate-y-40:focus{
    --transform-translate-y: -10rem;
  }

  .xl\:focus\:tw--translate-y-48:focus{
    --transform-translate-y: -12rem;
  }

  .xl\:focus\:tw--translate-y-56:focus{
    --transform-translate-y: -14rem;
  }

  .xl\:focus\:tw--translate-y-64:focus{
    --transform-translate-y: -16rem;
  }

  .xl\:focus\:tw--translate-y-px:focus{
    --transform-translate-y: -1px;
  }

  .xl\:focus\:tw--translate-y-full:focus{
    --transform-translate-y: -100%;
  }

  .xl\:focus\:tw--translate-y-1\/2:focus{
    --transform-translate-y: -50%;
  }

  .xl\:focus\:tw-translate-y-1\/2:focus{
    --transform-translate-y: 50%;
  }

  .xl\:focus\:tw-translate-y-full:focus{
    --transform-translate-y: 100%;
  }

  .xl\:tw-skew-x-0{
    --transform-skew-x: 0;
  }

  .xl\:tw-skew-x-3{
    --transform-skew-x: 3deg;
  }

  .xl\:tw-skew-x-6{
    --transform-skew-x: 6deg;
  }

  .xl\:tw-skew-x-12{
    --transform-skew-x: 12deg;
  }

  .xl\:tw--skew-x-12{
    --transform-skew-x: -12deg;
  }

  .xl\:tw--skew-x-6{
    --transform-skew-x: -6deg;
  }

  .xl\:tw--skew-x-3{
    --transform-skew-x: -3deg;
  }

  .xl\:tw-skew-y-0{
    --transform-skew-y: 0;
  }

  .xl\:tw-skew-y-3{
    --transform-skew-y: 3deg;
  }

  .xl\:tw-skew-y-6{
    --transform-skew-y: 6deg;
  }

  .xl\:tw-skew-y-12{
    --transform-skew-y: 12deg;
  }

  .xl\:tw--skew-y-12{
    --transform-skew-y: -12deg;
  }

  .xl\:tw--skew-y-6{
    --transform-skew-y: -6deg;
  }

  .xl\:tw--skew-y-3{
    --transform-skew-y: -3deg;
  }

  .xl\:hover\:tw-skew-x-0:hover{
    --transform-skew-x: 0;
  }

  .xl\:hover\:tw-skew-x-3:hover{
    --transform-skew-x: 3deg;
  }

  .xl\:hover\:tw-skew-x-6:hover{
    --transform-skew-x: 6deg;
  }

  .xl\:hover\:tw-skew-x-12:hover{
    --transform-skew-x: 12deg;
  }

  .xl\:hover\:tw--skew-x-12:hover{
    --transform-skew-x: -12deg;
  }

  .xl\:hover\:tw--skew-x-6:hover{
    --transform-skew-x: -6deg;
  }

  .xl\:hover\:tw--skew-x-3:hover{
    --transform-skew-x: -3deg;
  }

  .xl\:hover\:tw-skew-y-0:hover{
    --transform-skew-y: 0;
  }

  .xl\:hover\:tw-skew-y-3:hover{
    --transform-skew-y: 3deg;
  }

  .xl\:hover\:tw-skew-y-6:hover{
    --transform-skew-y: 6deg;
  }

  .xl\:hover\:tw-skew-y-12:hover{
    --transform-skew-y: 12deg;
  }

  .xl\:hover\:tw--skew-y-12:hover{
    --transform-skew-y: -12deg;
  }

  .xl\:hover\:tw--skew-y-6:hover{
    --transform-skew-y: -6deg;
  }

  .xl\:hover\:tw--skew-y-3:hover{
    --transform-skew-y: -3deg;
  }

  .xl\:focus\:tw-skew-x-0:focus{
    --transform-skew-x: 0;
  }

  .xl\:focus\:tw-skew-x-3:focus{
    --transform-skew-x: 3deg;
  }

  .xl\:focus\:tw-skew-x-6:focus{
    --transform-skew-x: 6deg;
  }

  .xl\:focus\:tw-skew-x-12:focus{
    --transform-skew-x: 12deg;
  }

  .xl\:focus\:tw--skew-x-12:focus{
    --transform-skew-x: -12deg;
  }

  .xl\:focus\:tw--skew-x-6:focus{
    --transform-skew-x: -6deg;
  }

  .xl\:focus\:tw--skew-x-3:focus{
    --transform-skew-x: -3deg;
  }

  .xl\:focus\:tw-skew-y-0:focus{
    --transform-skew-y: 0;
  }

  .xl\:focus\:tw-skew-y-3:focus{
    --transform-skew-y: 3deg;
  }

  .xl\:focus\:tw-skew-y-6:focus{
    --transform-skew-y: 6deg;
  }

  .xl\:focus\:tw-skew-y-12:focus{
    --transform-skew-y: 12deg;
  }

  .xl\:focus\:tw--skew-y-12:focus{
    --transform-skew-y: -12deg;
  }

  .xl\:focus\:tw--skew-y-6:focus{
    --transform-skew-y: -6deg;
  }

  .xl\:focus\:tw--skew-y-3:focus{
    --transform-skew-y: -3deg;
  }

  .xl\:tw-transition-none{
    transition-property: none;
  }

  .xl\:tw-transition-all{
    transition-property: all;
  }

  .xl\:tw-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:tw-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:tw-transition-opacity{
    transition-property: opacity;
  }

  .xl\:tw-transition-shadow{
    transition-property: box-shadow;
  }

  .xl\:tw-transition-transform{
    transition-property: transform;
  }

  .xl\:tw-ease-linear{
    transition-timing-function: linear;
  }

  .xl\:tw-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:tw-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:tw-duration-75{
    transition-duration: 75ms;
  }

  .xl\:tw-duration-100{
    transition-duration: 100ms;
  }

  .xl\:tw-duration-150{
    transition-duration: 150ms;
  }

  .xl\:tw-duration-200{
    transition-duration: 200ms;
  }

  .xl\:tw-duration-300{
    transition-duration: 300ms;
  }

  .xl\:tw-duration-500{
    transition-duration: 500ms;
  }

  .xl\:tw-duration-700{
    transition-duration: 700ms;
  }

  .xl\:tw-duration-1000{
    transition-duration: 1000ms;
  }

  .xl\:tw-delay-75{
    transition-delay: 75ms;
  }

  .xl\:tw-delay-100{
    transition-delay: 100ms;
  }

  .xl\:tw-delay-150{
    transition-delay: 150ms;
  }

  .xl\:tw-delay-200{
    transition-delay: 200ms;
  }

  .xl\:tw-delay-300{
    transition-delay: 300ms;
  }

  .xl\:tw-delay-500{
    transition-delay: 500ms;
  }

  .xl\:tw-delay-700{
    transition-delay: 700ms;
  }

  .xl\:tw-delay-1000{
    transition-delay: 1000ms;
  }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://d2te1y9qx21itc.cloudfront.net/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('https://d2te1y9qx21itc.cloudfront.net/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('https://d2te1y9qx21itc.cloudfront.net/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('https://d2te1y9qx21itc.cloudfront.net/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('https://d2te1y9qx21itc.cloudfront.net/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('https://d2te1y9qx21itc.cloudfront.net/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://d2te1y9qx21itc.cloudfront.net/images/global/slick-ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f0a8';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f0a9';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{

    content: '\f0a9';
}
[dir='rtl'] .slick-next:before
{
    content: '\f0a8';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.is-open-left {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
}
.is-open-right {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}
/*!
 * smartbanner.js v1.16.0 <https://github.com/ain/smartbanner.js>
 * Copyright © 2020 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner{position:absolute;top:0;left:0;overflow-x:hidden;width:100%;height:84px;background:#f3f3f3;font-family:Helvetica, sans, sans-serif}.smartbanner__exit{position:absolute;top:calc(50% - 6px);left:9px;display:block;margin:0;width:12px;height:12px;border:0;text-align:center}.smartbanner__exit::before,.smartbanner__exit::after{position:absolute;width:1px;height:12px;background:#767676;content:' '}.smartbanner__exit::before{transform:rotate(45deg)}.smartbanner__exit::after{transform:rotate(-45deg)}.smartbanner__icon{position:absolute;top:10px;left:30px;width:64px;height:64px;border-radius:15px;background-size:64px 64px}.smartbanner__info{position:absolute;top:10px;left:104px;display:flex;overflow-y:hidden;width:60%;height:64px;align-items:center;color:#000}.smartbanner__info__title{font-size:14px}.smartbanner__info__author,.smartbanner__info__price{font-size:12px}.smartbanner__button{position:absolute;top:32px;right:10px;z-index:1;display:block;padding:0 10px;min-width:10%;border-radius:5px;background:#f3f3f3;color:#1474fc;font-size:18px;text-align:center;text-decoration:none}.smartbanner__button__label{text-align:center}.smartbanner.smartbanner--android{background:#3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");box-shadow:inset 0 4px 0 #88b131}.smartbanner.smartbanner--android .smartbanner__exit{left:6px;margin-right:7px;width:17px;height:17px;border-radius:14px;background:#1c1e21;box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3);color:#b1b1b3;font-family:'ArialRoundedMTBold', Arial;font-size:20px;line-height:17px;text-shadow:0 1px 1px #000}.smartbanner.smartbanner--android .smartbanner__exit::before,.smartbanner.smartbanner--android .smartbanner__exit::after{top:3px;left:8px;width:2px;height:11px;background:#b1b1b3}.smartbanner.smartbanner--android .smartbanner__exit:active,.smartbanner.smartbanner--android .smartbanner__exit:hover{color:#eee}.smartbanner.smartbanner--android .smartbanner__icon{background-color:transparent;box-shadow:none}.smartbanner.smartbanner--android .smartbanner__info{color:#ccc;text-shadow:0 1px 2px #000}.smartbanner.smartbanner--android .smartbanner__info__title{color:#fff;font-weight:bold}.smartbanner.smartbanner--android .smartbanner__button{top:30px;right:20px;padding:0;min-width:12%;border-radius:0;background:none;box-shadow:0 0 0 1px #333, 0 0 0 2px #dddcdc;color:#d1d1d1;font-size:14px;font-weight:bold}.smartbanner.smartbanner--android .smartbanner__button:active,.smartbanner.smartbanner--android .smartbanner__button:hover{background:none}.smartbanner.smartbanner--android .smartbanner__button__label{display:block;padding:0 10px;background:#42b6c9;background:linear-gradient(to bottom, #42b6c9, #39a9bb);box-shadow:none;line-height:24px;text-align:center;text-shadow:none;text-transform:none}.smartbanner.smartbanner--android .smartbanner__button__label:active,.smartbanner.smartbanner--android .smartbanner__button__label:hover{background:#2ac7e1}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: -30px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	/*opacity: 0.5;*/
        opacity: 0.9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	/*background: #869791;*/
        background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	/*opacity: 1;*/
        opacity: 0.5;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url('https://d2te1y9qx21itc.cloudfront.net/images/vendor/owl-carousel/AjaxLoader.gif') no-repeat center center
}

/*override default*/ 
.grabbing { 
    cursor:url('https://d2te1y9qx21itc.cloudfront.net/images/vendor/owl-carousel/grabbing.png') 8 8, move;
}
.typeahead__container button,.typeahead__container input,.typeahead__container optgroup,.typeahead__container select,.typeahead__container textarea{font:inherit;margin:0}.typeahead__container optgroup{font-weight:700}.typeahead__container button,.typeahead__container input{overflow:visible}.typeahead__container button,.typeahead__container select{text-transform:none}.typeahead__container [type=reset],.typeahead__container [type=submit],.typeahead__container button,.typeahead__container html [type=button]{-webkit-appearance:button}.typeahead__container [type=button]::-moz-focus-inner,.typeahead__container [type=reset]::-moz-focus-inner,.typeahead__container [type=submit]::-moz-focus-inner,.typeahead__container button::-moz-focus-inner{border-style:none;padding:0}.typeahead__container [type=button]:-moz-focusring,.typeahead__container [type=reset]:-moz-focusring,.typeahead__container [type=submit]:-moz-focusring,.typeahead__container button:-moz-focusring{outline:1px dotted ButtonText}.typeahead__container fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.typeahead__container legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.typeahead__container textarea{overflow:auto}.typeahead__container [type=checkbox],.typeahead__container [type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.typeahead__container [type=number]::-webkit-inner-spin-button,.typeahead__container [type=number]::-webkit-outer-spin-button{height:auto}.typeahead__container ::-webkit-input-placeholder{color:inherit;opacity:.54}.typeahead__container ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.typeahead__container{position:relative;font:1rem Lato,"Helvetica Neue",Arial,Helvetica,sans-serif}.typeahead__container *{-webkit-box-sizing:border-box;box-sizing:border-box;outline:0}.typeahead__query{position:relative;z-index:2;width:100%}.typeahead__filter{position:relative}.typeahead__filter button{min-width:100%;white-space:nowrap}.typeahead__filter button:after{display:inline-block;margin-left:4px;width:0;height:0;vertical-align:-2px;content:"";border:4px solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.typeahead__field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:100%}.typeahead__button button{border-top-right-radius:2px;border-bottom-right-radius:2px}.typeahead__field{color:#555}.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea{display:block;width:100%;line-height:1.25;min-height:calc(.5rem * 2 + 1.25rem + 2px);padding:.5rem .75rem;background:#fff;border:1px solid #ccc;border-radius:2px 0 0 2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}.typeahead__field .typeahead__hint:active,.typeahead__field .typeahead__hint:focus,.typeahead__field [contenteditable]:active,.typeahead__field [contenteditable]:focus,.typeahead__field input:active,.typeahead__field input:focus,.typeahead__field textarea:active,.typeahead__field textarea:focus{border-color:#66afe9}.typeahead__container.hint .typeahead__field [contenteditable],.typeahead__container.hint .typeahead__field input,.typeahead__container.hint .typeahead__field textarea{background:0 0}.typeahead__container.hint .typeahead__query>:last-child,.typeahead__hint{background:#fff}.typeahead__container button{display:inline-block;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-color:#fff;border:1px solid #ccc;line-height:1.25;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#555}.typeahead__container button:focus,.typeahead__container button:hover{color:#3c3c3c;background-color:#f5f5f5;border-color:#b3b3b3}.typeahead__container button.active,.typeahead__container button:active{background-image:none}.typeahead__container button:active,.typeahead__container button:focus{border-color:#66afe9}.typeahead__container button.disabled,.typeahead__container button[disabled],.typeahead__container input.disabled,.typeahead__container input[disabled]{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;border-color:#ccc}.typeahead__container .typeahead__field .typeahead__hint,.typeahead__container .typeahead__field .typeahead__label-container,.typeahead__container .typeahead__field [contenteditable],.typeahead__container .typeahead__field input,.typeahead__container .typeahead__field textarea{padding-right:32px}.typeahead__button,.typeahead__filter{z-index:1}.typeahead__button button,.typeahead__filter button{margin-left:-1px;border-bottom-left-radius:0;border-top-left-radius:0}.typeahead__button:active,.typeahead__button:focus,.typeahead__button:hover,.typeahead__filter:active,.typeahead__filter:focus,.typeahead__filter:hover{z-index:1001}.typeahead__button:active button:active,.typeahead__button:active button:focus,.typeahead__button:focus button:active,.typeahead__button:focus button:focus,.typeahead__button:hover button:active,.typeahead__button:hover button:focus,.typeahead__filter:active button:active,.typeahead__filter:active button:focus,.typeahead__filter:focus button:active,.typeahead__filter:focus button:focus,.typeahead__filter:hover button:active,.typeahead__filter:hover button:focus{z-index:1001}.typeahead__filter+.typeahead__button button{margin-left:-2px}.typeahead__container.filter .typeahead__filter{z-index:1001}.typeahead__dropdown,.typeahead__list{position:absolute;left:0;z-index:1000;width:100%;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;background-color:#fff;border:1px solid #ccc;border-radius:2px;background-clip:padding-box}.typeahead__result.detached .typeahead__list{position:relative;z-index:1041;top:initial;left:initial}.typeahead__dropdown{right:0;left:initial;z-index:1001}.typeahead__list>li{position:relative;border-top:solid 1px #ccc}.typeahead__list>li:first-child{border-top:none}.typeahead__dropdown .typeahead__dropdown-item[disabled]>a,.typeahead__list .typeahead__item[disabled]>a{cursor:not-allowed;color:#bababa;background-color:#fafafa}.typeahead__dropdown .typeahead__dropdown-item>a,.typeahead__list .typeahead__item>a{display:block;padding:.5rem .75rem;clear:both;color:#333;text-decoration:none}.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover,.typeahead__list .typeahead__item:not([disabled]).active>a,.typeahead__list .typeahead__item:not([disabled])>a:focus,.typeahead__list .typeahead__item:not([disabled])>a:hover{background-color:#f5f5f5;color:#3c3c3c}.typeahead__list.empty>li{padding:.5rem .75rem;color:#333}.typeahead__list>.typeahead__group{border-color:#bfdef6;font-weight:700}.typeahead__list>.typeahead__group:first-child{border-top:solid 1px #bfdef6}.typeahead__list>.typeahead__group.active>a,.typeahead__list>.typeahead__group>a,.typeahead__list>.typeahead__group>a:focus,.typeahead__list>.typeahead__group>a:hover{cursor:default;color:#17639f;background:#ecf5fc;display:block;padding:.5rem .75rem;clear:both;text-decoration:none}.typeahead__list>li.typeahead__group+li.typeahead__item{border-color:#bfdef6}.typeahead__container.backdrop+.typeahead__backdrop,.typeahead__container.filter .typeahead__dropdown,.typeahead__container.hint .typeahead__hint,.typeahead__container.result .typeahead__list{display:block!important}.typeahead__container .typeahead__dropdown,.typeahead__container .typeahead__hint,.typeahead__container .typeahead__list,.typeahead__container+.typeahead__backdrop{display:none!important}.typeahead__dropdown li:last-child{margin-top:5px;padding-top:5px;border-top:solid 1px #ccc}.typeahead__cancel-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;cursor:pointer;line-height:1.25;padding:.5rem .75rem;visibility:hidden}.typeahead__label .typeahead__cancel-button{visibility:visible;right:4px}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,.typeahead__label .typeahead__cancel-button{visibility:visible}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,.typeahead__label .typeahead__cancel-button:hover{color:#d0021b}.typeahead__search-icon{padding:0 1.25rem;width:16px;height:16px;background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent}.typeahead__container.loading .typeahead__query:after,.typeahead__container.loading .typeahead__query:before{-webkit-transition:all 0s linear,opacity .2s ease;-o-transition:all 0s linear,opacity .2s ease;transition:all 0s linear,opacity .2s ease;position:absolute;z-index:3;content:"";top:50%;right:.55em;margin-top:-.675rem;width:1.35rem;height:1.35rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:500rem;border-style:solid;border-width:.1em}.typeahead__container.loading .typeahead__query:before{border-color:rgba(0,0,0,.35)}.typeahead__container.loading .typeahead__query:after{-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:#fff transparent transparent;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.typeahead__label-container{list-style:none;position:absolute;padding-top:calc(1rem * .375);padding-left:6px;width:100%;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.typeahead__label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:calc(1rem * .875);position:relative;background:#ecf5fc;border:solid 1px #c2e0ff;padding-left:4px;border-radius:2px;margin-right:4px;margin-bottom:calc(1rem * .375)}.typeahead__label>*{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.typeahead__label .typeahead__cancel-button{line-height:normal;height:auto;position:static;padding-top:calc(1rem * .25 - 1px);padding-bottom:calc(1rem * .25 + 1px);padding-left:6px;padding-right:6px;margin-left:4px;font-size:calc(1rem * .875);border-left:solid 1px #c2e0ff}.typeahead__label .typeahead__cancel-button:hover{background-color:#d5e9f9}
.datepicker a,[datepicker] a,datepicker a{color:inherit;text-decoration:none}.datepicker a:hover,[datepicker] a:hover,datepicker a:hover{text-decoration:none}.datepicker select,.datepicker select:focus,.datepicker select:hover,[datepicker] select,[datepicker] select:focus,[datepicker] select:hover,datepicker select,datepicker select:focus,datepicker select:hover{width:100%;overflow:hidden;background:0 0;color:#fff;background-color:#138efa;border-radius:2px;border:0;margin-top:5px}._720kb-datepicker-calendar-body,._720kb-datepicker-calendar-days-header,._720kb-datepicker-calendar-header,._720kb-datepicker-calendar-years-pagination-pages,.datepicker,[datepicker],datepicker{font-family:Helvetica Neue,Arial,sans-serif;font-size:13.5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0 auto;float:left;clear:right;position:relative}._720kb-datepicker-calendar{background:#fff;color:#333;position:absolute;z-index:999;min-width:220px;margin:0 auto;width:101%;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;-moz-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;visibility:hidden;overflow:hidden;margin-left:-.5%;padding:0 0 2% 0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}._720kb-datepicker-calendar._720kb-datepicker-forced-to-open,._720kb-datepicker-calendar._720kb-datepicker-open{visibility:visible}._720kb-datepicker-calendar-header{text-align:center;font-size:15px;line-height:40px}._720kb-datepicker-calendar-header:nth-child(odd){background:#138efa}._720kb-datepicker-calendar-header:nth-child(even){background:#7bc6fc}._720kb-datepicker-calendar-header-left,._720kb-datepicker-calendar-header-middle,._720kb-datepicker-calendar-header-right{width:15%;float:left}._720kb-datepicker-calendar-header-middle{width:70%}._720kb-datepicker-calendar-header-closed-pagination::after{content:" \25BE"}._720kb-datepicker-calendar-header-opened-pagination::after{content:" \25BE";margin-left:4px;position:relative;bottom:-3px;display:inline-block;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}._720kb-datepicker-calendar-body{width:96%;margin:2%;text-align:center}._720kb-datepicker-calendar-day{cursor:pointer;font-size:12.5px;width:12.2%;margin:5px 1%;padding:1.5% 0;float:left;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}._720kb-datepicker-calendar-day._720kb-datepicker-active,._720kb-datepicker-calendar-day:hover{background:rgba(0,0,0,.03)}._720kb-datepicker-calendar-header a,._720kb-datepicker-calendar-header a:hover{text-decoration:none;padding:3% 9% 4% 9%;font-size:13.5px;color:rgba(0,0,0,.55);font-weight:700;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}._720kb-datepicker-calendar-header a:hover{color:rgba(0,0,0,.9);background:rgba(255,255,255,.45)}._720kb-datepicker-calendar-month{color:#fff}._720kb-datepicker-calendar-month span{font-size:13px;color:rgba(0,0,0,.4)}._720kb-datepicker-calendar-month a span i{font-style:normal;font-size:15px}._720kb-datepicker-calendar-month a,._720kb-datepicker-calendar-month a:hover{padding:3px;margin-left:1%}._720kb-datepicker-calendar-years-pagination{padding:2% 0 0 0;float:left;clear:right;width:100%}._720kb-datepicker-calendar-years-pagination a,._720kb-datepicker-calendar-years-pagination a:hover{font-size:12px;padding:0 7px;font-weight:400;margin:3px 1% 0 1%;line-height:20px;display:inline-block}._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active{color:rgba(0,0,0,.9);font-weight:500;background:rgba(255,255,255,.45)}._720kb-datepicker-calendar-years-pagination-pages a,._720kb-datepicker-calendar-years-pagination-pages a:hover{padding:5px 10px}._720kb-datepicker-calendar-days-header{max-width:100%;margin:0 auto;padding:0 2% 0 2%;background:rgba(19,142,250,.08);border-bottom:1px solid rgba(0,0,0,.02)}._720kb-datepicker-calendar-days-header div{width:14.18%;font-weight:500;font-size:11.5px;padding:10px 0;float:left;text-align:center;color:rgba(0,0,0,.7)}._720kb-datepicker-calendar-days ._720kb-datepicker-default-button{font-size:18.5px;position:relative;bottom:-.5px}._720kb-datepicker-default-button{padding:0 4.5px}._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item{width:95%;float:none;margin:0 auto}._720kb-datepicker-item-hidden{visibility:hidden}._720kb-datepicker-calendar-day._720kb-datepicker-disabled,._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover,._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover{color:rgba(0,0,0,.2);background:rgba(25,2,0,.02);cursor:default}
.ngdialog,.ngdialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0}@-webkit-keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}@keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}.ngdialog{box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000}.ngdialog *,.ngdialog :after,.ngdialog :before{box-sizing:inherit}.ngdialog.ngdialog-disabled-animation,.ngdialog.ngdialog-disabled-animation .ngdialog-content,.ngdialog.ngdialog-disabled-animation .ngdialog-overlay{-webkit-animation:none!important;animation:none!important}.ngdialog-overlay{background:rgba(0,0,0,.4);-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s}.ngdialog-no-overlay{pointer-events:none}.ngdialog.ngdialog-closing .ngdialog-overlay{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-content{background:#fff;-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s;pointer-events:all}.ngdialog.ngdialog-closing .ngdialog-content{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-close:before{font-family:Helvetica,Arial,sans-serif;content:'\00D7';cursor:pointer}body.ngdialog-open,html.ngdialog-open{overflow:hidden}
@-webkit-keyframes ngdialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ngdialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes ngdialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes ngdialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}.ngdialog.ngdialog-theme-default{padding-bottom:160px;padding-top:160px}.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content{-webkit-animation:ngdialog-flyout .5s;animation:ngdialog-flyout .5s}.ngdialog.ngdialog-theme-default .ngdialog-content{-webkit-animation:ngdialog-flyin .5s;animation:ngdialog-flyin .5s;background:#f0f0f0;border-radius:5px;color:#444;font-family:Helvetica,sans-serif;font-size:1.1em;line-height:1.5em;margin:0 auto;max-width:100%;padding:1em;position:relative;width:450px}.ngdialog.ngdialog-theme-default .ngdialog-close{border:none;background:0 0;cursor:pointer;position:absolute;right:0;top:0}.ngdialog.ngdialog-theme-default .ngdialog-close:before{display:block;padding:3px;background:0 0;color:#bbb;content:'\00D7';font-size:26px;font-weight:400;line-height:26px;text-align:center}.ngdialog.ngdialog-theme-default .ngdialog-close:active:before,.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before{color:#777}.ngdialog.ngdialog-theme-default .ngdialog-message{margin-bottom:.5em}.ngdialog.ngdialog-theme-default .ngdialog-input{margin-bottom:1em}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url],.ngdialog.ngdialog-theme-default .ngdialog-input textarea{background:#fff;border:0;border-radius:3px;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0 0 .25em;min-height:2.5em;padding:.25em .67em;width:100%}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:0}.ngdialog.ngdialog-theme-default .ngdialog-buttons:after{content:'';display:table;clear:both}.ngdialog.ngdialog-theme-default .ngdialog-button{border:0;border-radius:3px;cursor:pointer;float:right;font-family:inherit;font-size:.8em;letter-spacing:.1em;line-height:1em;margin:0 0 0 .5em;padding:.75em 2em;text-transform:uppercase}.ngdialog.ngdialog-theme-default .ngdialog-button:focus{-webkit-animation:ngdialog-pulse 1.1s infinite;animation:ngdialog-pulse 1.1s infinite;outline:0}@media (max-width:568px){.ngdialog.ngdialog-theme-default .ngdialog-button:focus{-webkit-animation:none;animation:none}}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary{background:#3288e6;color:#fff}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary{background:#e0e0e0;color:#777}
.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete > input {
    display: block;
}

.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul {
	border-radius: .3em;
	margin: .2em 0 0;
	background: hsla(0,0%,100%,.9);
	background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: .05em .2em .6em rgba(0,0,0,.2);
	text-shadow: none;
}

@supports (transform: scale(0)) {
	.awesomplete > ul {
		transition: .3s cubic-bezier(.4,.2,.5,1.4);
		transform-origin: 1.43em -.43em;
	}
	
	.awesomplete > ul[hidden],
	.awesomplete > ul:empty {
		opacity: 0;
		transform: scale(0);
		display: block;
		transition-timing-function: ease;
	}
}

	/* Pointer */
	.awesomplete > ul:before {
		content: "";
		position: absolute;
		top: -.43em;
		left: 1em;
		width: 0; height: 0;
		padding: .4em;
		background: white;
		border: inherit;
		border-right: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.awesomplete > ul > li {
		position: relative;
		padding: .2em .5em;
		cursor: pointer;
	}
	
	.awesomplete > ul > li:hover {
		background: hsl(200, 40%, 80%);
		color: black;
	}
	
	.awesomplete > ul > li[aria-selected="true"] {
		background: hsl(205, 40%, 40%);
		color: white;
	}
	
		.awesomplete mark {
			background: hsl(65, 100%, 50%);
		}
		
		.awesomplete li:hover mark {
			background: hsl(68, 100%, 41%);
		}
		
		.awesomplete li[aria-selected="true"] mark {
			background: hsl(86, 100%, 21%);
			color: inherit;
		}
/*# sourceMappingURL=awesomplete.css.map */
